]>
https://gitweb.dealii.org/ - dealii.git/log
Peter Munch [Tue, 16 Feb 2021 10:13:06 +0000 (11:13 +0100)]
Remove copy-and-past error in comment
Daniel Arndt [Tue, 16 Feb 2021 02:29:45 +0000 (21:29 -0500)]
Merge pull request #11487 from masterleinad/implement-local_size_2
David Wells [Mon, 15 Feb 2021 16:46:45 +0000 (11:46 -0500)]
Merge pull request #11753 from drwells/more-mpi-data-types
Add some more MPI datatypes.
Martin Kronbichler [Mon, 15 Feb 2021 14:59:10 +0000 (15:59 +0100)]
Merge pull request #11756 from peterrum/reset_global_cell_indices_is
TriangulationBase::reset_global_cell_indices(): collect indices manually
Wolfgang Bangerth [Mon, 15 Feb 2021 14:08:15 +0000 (07:08 -0700)]
Merge pull request #11755 from peterrum/compute_set_union_complexity
Improve complexity of compute_set_union
Wolfgang Bangerth [Mon, 15 Feb 2021 14:01:14 +0000 (07:01 -0700)]
Merge pull request #11750 from drwells/document-early-deprecation
Better document early deprecation.
Peter Munch [Mon, 15 Feb 2021 11:45:21 +0000 (12:45 +0100)]
TriangulationBase::reset_global_cell_indices(): collect indices manually
Peter Munch [Mon, 15 Feb 2021 11:19:32 +0000 (12:19 +0100)]
Improve complexity of compute_set_union
Martin Kronbichler [Mon, 15 Feb 2021 10:59:20 +0000 (11:59 +0100)]
Merge pull request #11754 from peterrum/fix_read_exodusii_sidesets
Fix ReferenceCell usage in read_exodusii_sidesets()
Peter Munch [Mon, 15 Feb 2021 07:22:25 +0000 (08:22 +0100)]
Fix ReferenceCell usage in read_exodusii_sidesets()
Peter Munch [Mon, 15 Feb 2021 06:47:43 +0000 (07:47 +0100)]
Merge pull request #11734 from bangerth/ref-cell-27
Move some more functions from internal::ReferenceCell::* classes to ReferenceCell
David Wells [Mon, 15 Feb 2021 03:26:29 +0000 (22:26 -0500)]
Add some more MPI datatypes.
These were all in MPI-2.
David Wells [Sun, 14 Feb 2021 23:34:07 +0000 (18:34 -0500)]
Better document early deprecation.
Wolfgang Bangerth [Fri, 12 Feb 2021 16:23:56 +0000 (09:23 -0700)]
Use std::array instead of C-style arrays.
Wolfgang Bangerth [Fri, 12 Feb 2021 20:09:12 +0000 (13:09 -0700)]
Merge pull request #11459 from peterrum/step-19-fepointevaluation
Use FEPointEvaluation in step-19
Martin Kronbichler [Fri, 12 Feb 2021 18:08:09 +0000 (19:08 +0100)]
Merge pull request #11737 from masterleinad/add_headers_sundials_wrapper
Add some missing header files for sundials_wrapper.h
Wolfgang Bangerth [Fri, 12 Feb 2021 16:11:58 +0000 (09:11 -0700)]
Spell out Tri and Quad in comments.
Daniel Arndt [Fri, 12 Feb 2021 16:05:27 +0000 (11:05 -0500)]
Add some missing header files for sundials_wrapper.h
David Wells [Fri, 12 Feb 2021 03:37:49 +0000 (22:37 -0500)]
Merge pull request #11735 from bangerth/simplify
Simplify two statements.
Wolfgang Bangerth [Fri, 12 Feb 2021 01:36:16 +0000 (18:36 -0700)]
Simplify two statements.
Wolfgang Bangerth [Thu, 11 Feb 2021 22:54:15 +0000 (15:54 -0700)]
Work around another compiler issue.
Wolfgang Bangerth [Wed, 10 Feb 2021 04:18:29 +0000 (21:18 -0700)]
Move some more functions from internal::ReferenceCell::* classes to ReferenceCell.
Peter Munch [Thu, 11 Feb 2021 19:48:54 +0000 (20:48 +0100)]
Merge pull request #11732 from peterrum/transfer_matrix_free_06
Reduce size of test (multigrid/transfer_matrix_free_06)
Daniel Arndt [Thu, 11 Feb 2021 18:49:22 +0000 (13:49 -0500)]
Merge pull request #11728 from bangerth/doc-68
Minor doc adjustments in a number of places.
Wolfgang Bangerth [Thu, 11 Feb 2021 02:28:49 +0000 (19:28 -0700)]
Minor doc adjustments in a number of places.
Wolfgang Bangerth [Thu, 11 Feb 2021 17:09:57 +0000 (10:09 -0700)]
Merge pull request #11731 from peterrum/fix_grid_in
Fix GridIn::read_exodusii
Daniel Arndt [Thu, 11 Feb 2021 17:06:42 +0000 (12:06 -0500)]
Add changelog entry
Daniel Arndt [Thu, 11 Feb 2021 16:59:22 +0000 (11:59 -0500)]
Addreess reviewer comments
Daniel Arndt [Thu, 14 Jan 2021 21:46:27 +0000 (16:46 -0500)]
Fix indentation
Daniel Arndt [Tue, 5 Jan 2021 20:50:20 +0000 (15:50 -0500)]
Fix up examples
Daniel Arndt [Tue, 5 Jan 2021 19:20:43 +0000 (14:20 -0500)]
Fix some more
Daniel Arndt [Tue, 5 Jan 2021 17:35:31 +0000 (12:35 -0500)]
Fix up
Daniel Arndt [Tue, 5 Jan 2021 16:56:41 +0000 (11:56 -0500)]
Switch to DEAL_II_DEPRECATED_EARLY
David Wells [Mon, 25 May 2020 16:55:39 +0000 (12:55 -0400)]
Use locally_owned_size for vectors in MatrixFree operators
David Wells [Mon, 25 May 2020 16:29:52 +0000 (12:29 -0400)]
locally_owned_size() in PETScVector and PETScVectorBase
David Wells [Mon, 25 May 2020 16:22:18 +0000 (12:22 -0400)]
locally_owned_size in LA::D::Vector
David Wells [Mon, 25 May 2020 16:14:14 +0000 (12:14 -0400)]
Rename local_size -> locally_owned_size in docs
David Wells [Mon, 25 May 2020 16:13:42 +0000 (12:13 -0400)]
locally_owned_size() in partitioner
David Wells [Mon, 25 May 2020 16:13:13 +0000 (12:13 -0400)]
locally_owned_size in dictionary
David Wells [Sun, 24 May 2020 00:03:51 +0000 (20:03 -0400)]
local_size() -> locally_owned_size()
David Wells [Sat, 23 May 2020 01:52:17 +0000 (21:52 -0400)]
consistently use local_size().
This is the name given to the function by la_parallel_vector. Defining this
everywhere gives us a true check as to whether or not a vector is distributed -
i.e., if size() != local_size() then the vector is distributed and otherwise it
is not.
Peter Munch [Thu, 11 Feb 2021 15:03:47 +0000 (16:03 +0100)]
Reduce size of test (multigrid/transfer_matrix_free_06)
Peter Munch [Thu, 11 Feb 2021 14:57:41 +0000 (15:57 +0100)]
Fix GridIn::read_exodusii
Peter Munch [Thu, 11 Feb 2021 14:47:55 +0000 (15:47 +0100)]
Merge pull request #11730 from bangerth/av
Fix documentation in ArrayView.
Wolfgang Bangerth [Thu, 11 Feb 2021 14:04:15 +0000 (07:04 -0700)]
Fix documentation in ArrayView.
Peter Munch [Thu, 11 Feb 2021 11:34:58 +0000 (12:34 +0100)]
Merge pull request #11721 from marcfehling/pdtria-load
Test for p::d::Tria::load(forest).
Peter Munch [Sun, 3 Jan 2021 22:38:38 +0000 (23:38 +0100)]
Use FEPointEvaluation in step-19
Peter Munch [Thu, 11 Feb 2021 07:40:54 +0000 (08:40 +0100)]
Merge pull request #11718 from bangerth/ref-cell-26
Move some functions from internal::ReferenceCell::Base to ReferenceCell
Marc Fehling [Wed, 10 Feb 2021 02:02:22 +0000 (19:02 -0700)]
Test for p::d::Tria::load(forest).
Wolfgang Bangerth [Wed, 10 Feb 2021 23:40:21 +0000 (16:40 -0700)]
Merge pull request #11724 from sebproell/sundials-extract-linear-solver-module
Extract SUNLinSolver wrapper from ARKode
Wolfgang Bangerth [Tue, 9 Feb 2021 14:20:28 +0000 (07:20 -0700)]
Move two conversion functions from internal::ReferenceCell::Base to ReferenceCell.
Wolfgang Bangerth [Tue, 9 Feb 2021 01:31:49 +0000 (18:31 -0700)]
Also move internal::ReferenceCell::Base::vertex/line/face_indices() to ReferenceCell.
Wolfgang Bangerth [Mon, 8 Feb 2021 21:06:24 +0000 (14:06 -0700)]
Move some internal::ReferenceCell::Base functions into ReferenceCell itself.
Wolfgang Bangerth [Wed, 10 Feb 2021 19:05:48 +0000 (12:05 -0700)]
Merge pull request #11676 from marcfehling/tet-hybrid
simplex: hp-refinement on hybrid meshes.
Wolfgang Bangerth [Wed, 10 Feb 2021 18:58:38 +0000 (11:58 -0700)]
Merge pull request #11372 from peterrum/si_reinit
Generalize ShapeInfo::reinit
Sebastian Proell [Wed, 10 Feb 2021 13:11:22 +0000 (14:11 +0100)]
Extract SUNLinSolver wrapper from ARKode
Peter Munch [Wed, 10 Feb 2021 16:57:49 +0000 (17:57 +0100)]
Merge pull request #11722 from lethe-cfd/update_ghost_particles_cache_optimization
Add recv and send data to particle cache
Peter Munch [Wed, 10 Feb 2021 16:07:17 +0000 (17:07 +0100)]
Merge pull request #11429 from peterrum/simplex_pmg
Generalize MGTwoLevelTransfer for simplex meshes
Peter Munch [Wed, 10 Feb 2021 16:06:56 +0000 (17:06 +0100)]
Merge pull request #11708 from peterrum/MGTransferGlobalCoarsening_MatrixType
Remove MatrixType from MGTransferGlobalCoarsening
Daniel Arndt [Wed, 10 Feb 2021 13:34:57 +0000 (08:34 -0500)]
Merge pull request #11698 from peterrum/mg_unique_ptr
Accept unique_ptr in different MG-related classes
Bruno [Wed, 10 Feb 2021 13:34:06 +0000 (08:34 -0500)]
Added more descriptive comments
Peter Munch [Fri, 1 Jan 2021 09:53:24 +0000 (10:53 +0100)]
Generalize MGTwoLevelTransfer for simplex meshes
Peter Munch [Sat, 6 Feb 2021 13:38:35 +0000 (14:38 +0100)]
Accept unique_ptr in different MG-related classes
Daniel Arndt [Wed, 10 Feb 2021 04:33:46 +0000 (23:33 -0500)]
Merge pull request #11720 from bangerth/array-view
Bruno [Wed, 10 Feb 2021 03:20:08 +0000 (22:20 -0500)]
Add recv and send data to particle cache
This adds teh recv and send data to the particle cache in order
to prevent dynamic reallocation of this vector, whose size is not
changing anyway. This can significantly (10%) increase performance
in some of our applications
Wolfgang Bangerth [Wed, 10 Feb 2021 01:55:16 +0000 (18:55 -0700)]
Add a changelog entry.
Wolfgang Bangerth [Wed, 10 Feb 2021 01:55:09 +0000 (18:55 -0700)]
Add test.
Wolfgang Bangerth [Wed, 10 Feb 2021 01:22:51 +0000 (18:22 -0700)]
Allow conversion from C-style array to ArrayView.
Daniel Arndt [Tue, 9 Feb 2021 22:37:58 +0000 (17:37 -0500)]
Merge pull request #11715 from peterrum/p4est_load
MGTransferGlobalCoarseningTools::create_geometric_coarsening_sequence load forest directly
Peter Munch [Tue, 22 Dec 2020 21:05:56 +0000 (22:05 +0100)]
Generalize ShapeInfo::reinit
Daniel Arndt [Tue, 9 Feb 2021 18:00:28 +0000 (13:00 -0500)]
Merge pull request #11716 from bangerth/ref-cell-25
Group members of ReferenceCell for the documentation.
Peter Munch [Tue, 9 Feb 2021 09:30:48 +0000 (10:30 +0100)]
MGTransferGlobalCoarseningTools::create_geometric_coarsening_sequence load forest directly
Martin Kronbichler [Tue, 9 Feb 2021 16:21:08 +0000 (17:21 +0100)]
Merge pull request #11461 from peterrum/zero_out_ghost_values
Rename zero_out_ghosts() to zero_out_ghost_values()
Martin Kronbichler [Tue, 9 Feb 2021 16:19:26 +0000 (17:19 +0100)]
Merge pull request #11717 from bangerth/span
Add a link for std::span.
Peter Munch [Tue, 9 Feb 2021 15:48:03 +0000 (16:48 +0100)]
Merge pull request #11707 from peterrum/create_geometric_coarsening_sequence
Add utility functions to create geometric coarsening sequences
Wolfgang Bangerth [Tue, 9 Feb 2021 14:36:28 +0000 (07:36 -0700)]
Merge pull request #11670 from elauksap/rename_preconditionbase
Rename PETScWrappers::PreconditionerBase to PreconditionBase
Wolfgang Bangerth [Mon, 8 Feb 2021 17:38:04 +0000 (10:38 -0700)]
Add a link for std::span.
Wolfgang Bangerth [Mon, 8 Feb 2021 16:30:40 +0000 (09:30 -0700)]
Group members of ReferenceCell for the documentation.
Peter Munch [Tue, 9 Feb 2021 13:53:38 +0000 (14:53 +0100)]
Merge pull request #11578 from peterrum/a_transfer_fe_collection
Enable MGTwoLevelTransfer::reinit_geometric_transfer for FECollections
Peter Munch [Sat, 6 Feb 2021 21:54:05 +0000 (22:54 +0100)]
Add utility functions to create geometric coarsening sequences
Peter Munch [Tue, 9 Feb 2021 11:53:11 +0000 (12:53 +0100)]
Merge pull request #11706 from peterrum/create_polynomial_coarsening_sequence
Add utility functions to create polynomial coarsening sequences
Peter Munch [Mon, 18 Jan 2021 18:17:00 +0000 (19:17 +0100)]
Enable MGTwoLevelTransfer::reinit_geometric_transfer for FECollections
Peter Munch [Sat, 6 Feb 2021 21:13:49 +0000 (22:13 +0100)]
Add utility functions to create polynomial coarsening sequences
Martin Kronbichler [Tue, 9 Feb 2021 06:31:43 +0000 (07:31 +0100)]
Merge pull request #11685 from drwells/add-q-witherden-vincent
Add q witherden vincent
Peter Munch [Tue, 9 Feb 2021 06:29:43 +0000 (07:29 +0100)]
Merge pull request #11713 from bangerth/ref-cell-24
Also move get_hypercube/simplex() into namespace ReferenceCells.
David Wells [Tue, 9 Feb 2021 00:38:18 +0000 (19:38 -0500)]
Merge pull request #11696 from bangerth/doc-97
Update SparsityPattern/SparseMatrix::copy_from() documentation.
David Wells [Mon, 8 Feb 2021 21:36:44 +0000 (16:36 -0500)]
Replace Simplex::QGauss(4) with a Witherden-Vincent rule.
David Wells [Thu, 4 Feb 2021 21:12:37 +0000 (16:12 -0500)]
Add Simplex::QWitherdenVincent.
This simplex quadrature formula has a clean implementation in terms of symmetry
and permits construction of higher-order rules.
Wolfgang Bangerth [Mon, 8 Feb 2021 21:08:13 +0000 (14:08 -0700)]
Again work around constexpr issues.
David Wells [Mon, 8 Feb 2021 20:36:39 +0000 (15:36 -0500)]
Merge pull request #11710 from bangerth/doc-64
Minor documentation updates
Daniel Arndt [Mon, 8 Feb 2021 18:32:09 +0000 (13:32 -0500)]
Merge pull request #11712 from bangerth/dox
Hide a forward declaration from doxygen.
Daniel Arndt [Mon, 8 Feb 2021 18:31:59 +0000 (13:31 -0500)]
Merge pull request #11703 from gassmoeller/fix_property_pool_clear
Fix clear particle locations in property pool
Daniel Arndt [Mon, 8 Feb 2021 16:38:00 +0000 (11:38 -0500)]
Merge pull request #11681 from bangerth/34
Say more about possible extensions for step-34.
Wolfgang Bangerth [Mon, 8 Feb 2021 04:46:04 +0000 (21:46 -0700)]
Also move get_hypercube/simplex() into namespace ReferenceCells.
Wolfgang Bangerth [Sat, 6 Feb 2021 16:54:25 +0000 (09:54 -0700)]
Hide a forward declaration from doxygen.
Rene Gassmoeller [Sat, 6 Feb 2021 18:05:49 +0000 (13:05 -0500)]
Properly clear particle locations
Peter Munch [Sun, 7 Feb 2021 10:27:52 +0000 (11:27 +0100)]
Remove MatrixType from MGTransferGlobalCoarsening
Peter Munch [Mon, 8 Feb 2021 07:44:32 +0000 (08:44 +0100)]
Merge pull request #11709 from bangerth/ref-cell-23
Move the special ReferenceCell objects into a namespace of their own.
Wolfgang Bangerth [Mon, 8 Feb 2021 04:09:54 +0000 (21:09 -0700)]
Add a doxygen reference.
Wolfgang Bangerth [Mon, 8 Feb 2021 04:09:16 +0000 (21:09 -0700)]
Name arguments in a function declaration.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams
Typeset in
Trocchi and Trocchi Bold Sans Serif.