]>
https://gitweb.dealii.org/ - dealii.git/log
Martin Kronbichler [Thu, 3 Feb 2022 10:35:26 +0000 (11:35 +0100)]
Merge pull request #13315 from mschreter/matrixfree_compute_diagonal_vectortype
`MatrixFreeTools::compute_diagonal`: introduce template parameter `VectorType`
Magdalena Schreter [Mon, 31 Jan 2022 15:22:46 +0000 (16:22 +0100)]
add typename VectorType to compute_diagonal
Co-authored-by: peterrum <peterrmuench@gmail.com>
Daniel Arndt [Wed, 2 Feb 2022 16:09:53 +0000 (11:09 -0500)]
Merge pull request #13319 from tamiko/update_find_hdf5
Matthias Maier [Wed, 2 Feb 2022 14:26:23 +0000 (08:26 -0600)]
Merge pull request #13320 from bangerth/is_detected
Replace is_detected (type) by is_supported_operation (variable).
Matthias Maier [Wed, 2 Feb 2022 14:22:40 +0000 (08:22 -0600)]
Merge pull request #13322 from bangerth/ca-empty
Deal with empty function objects in CA algorithms.
Matthias Maier [Wed, 2 Feb 2022 14:21:44 +0000 (08:21 -0600)]
Merge pull request #13324 from kronbichler/fix_warning
Fix warning regarding unused parameter
Matthias Maier [Wed, 2 Feb 2022 14:18:15 +0000 (08:18 -0600)]
CMake: Unconditionally require MPI for HDF5
Matthias Maier [Wed, 2 Feb 2022 10:24:07 +0000 (04:24 -0600)]
Update github action
Matthias Maier [Wed, 2 Feb 2022 10:27:53 +0000 (04:27 -0600)]
CMake: FindHDF5.cmake - remove workaround
Matthias Maier [Wed, 2 Feb 2022 10:26:28 +0000 (04:26 -0600)]
CMake: Put FindHDF5 hints back in place
Matthias Maier [Tue, 1 Feb 2022 15:31:15 +0000 (09:31 -0600)]
CMake: call CMake's FindHDF5 instead of trying to find everything by hand
Martin Kronbichler [Wed, 2 Feb 2022 09:23:53 +0000 (10:23 +0100)]
Fix warning regarding unused parameter
Martin Kronbichler [Wed, 2 Feb 2022 08:02:22 +0000 (09:02 +0100)]
Merge pull request #13316 from peterrum/compute_diagonal_initialize
MatrixFreeTools::compute_diagonal(): do not initialize vector
Martin Kronbichler [Wed, 2 Feb 2022 07:58:19 +0000 (08:58 +0100)]
Merge pull request #13323 from bangerth/normalize
Micro simplication.
Wolfgang Bangerth [Tue, 1 Feb 2022 19:09:31 +0000 (12:09 -0700)]
Adjust tests.
Wolfgang Bangerth [Tue, 1 Feb 2022 19:03:34 +0000 (12:03 -0700)]
Micro simplication.
Wolfgang Bangerth [Tue, 1 Feb 2022 18:58:12 +0000 (11:58 -0700)]
Deal with empty function objects in CA algorithms.
Wolfgang Bangerth [Tue, 1 Feb 2022 18:04:23 +0000 (11:04 -0700)]
Also convert the has_begin_and_end query.
Wolfgang Bangerth [Tue, 1 Feb 2022 17:58:33 +0000 (10:58 -0700)]
Also convert the is_not_parallel_vector trait.
Wolfgang Bangerth [Tue, 1 Feb 2022 17:31:40 +0000 (10:31 -0700)]
Replace is_detected (type) by is_supported_operation (variable).
Also provide a bunch of doc strings for the involved functions. Then also replace
all of the current uses of the is_detected type by constexpr variables.
Peter Munch [Tue, 1 Feb 2022 09:19:42 +0000 (10:19 +0100)]
MatrixFreeTools::compute_diagonal(): do not initialize vector
Martin Kronbichler [Mon, 31 Jan 2022 20:38:26 +0000 (21:38 +0100)]
Merge pull request #13312 from peterrum/gc_restrict_and_add_dg_fix
Fix MGTwoLevelTransfer::restrict_and_add()
Peter Munch [Mon, 31 Jan 2022 16:55:57 +0000 (17:55 +0100)]
Merge pull request #13272 from bangerth/ca-interface
Switch the consensus algorithms interface to using function objects.
Peter Munch [Mon, 31 Jan 2022 16:54:22 +0000 (17:54 +0100)]
Fix MGTwoLevelTransfer::restrict_and_add()
Martin Kronbichler [Mon, 31 Jan 2022 14:57:29 +0000 (15:57 +0100)]
Merge pull request #13260 from peterrum/feeval_reinit_array
FEEval: allow to reinit with a batch with arbitrary cells
Martin Kronbichler [Mon, 31 Jan 2022 14:56:52 +0000 (15:56 +0100)]
Merge pull request #13281 from peterrum/feeval_face_data
Introduce FEEval::*_face_data()
Martin Kronbichler [Mon, 31 Jan 2022 14:56:33 +0000 (15:56 +0100)]
Merge pull request #13311 from peterrum/is_interior_face
FEEval: rename get_is_interior_face() to is_interior_face()
Peter Munch [Sun, 23 Jan 2022 17:50:59 +0000 (18:50 +0100)]
Introduce FEEval::*_face_data()
Peter Munch [Tue, 18 Jan 2022 11:22:42 +0000 (12:22 +0100)]
FEEval: allow to reinit with a batch with arbitrary cells
Peter Munch [Mon, 31 Jan 2022 07:59:26 +0000 (08:59 +0100)]
FEEval: rename get_is_interior_face() to is_interior_face()
Wolfgang Bangerth [Mon, 31 Jan 2022 00:55:06 +0000 (17:55 -0700)]
Merge pull request #13309 from marcfehling/compute-mean-hp
Added hp-version for `VectorTools::compute_mean_value()`.
Martin Kronbichler [Sat, 29 Jan 2022 17:03:11 +0000 (18:03 +0100)]
Merge pull request #12757 from simonsticko/step85
Add a CutFEM tutorial as step-85
Marc Fehling [Fri, 28 Jan 2022 17:25:22 +0000 (18:25 +0100)]
Added hp-version for `VectorTools::compute_mean_value()`.
Simon Sticko [Fri, 7 Jan 2022 12:58:08 +0000 (13:58 +0100)]
Add a changelog entry for step-85.
Simon Sticko [Sun, 2 Jan 2022 10:27:50 +0000 (11:27 +0100)]
Add a CutFEM tutorial as step-85
This step shows how the NonMatching classes: MeshClassifier,
FEImmersedSurfaceValues and NonMatching::FEValues are intended to work
together. This is done by solving the Poisson equation on a hypercube
mesh where the domain is described by a level set function
Martin Kronbichler [Sat, 29 Jan 2022 09:49:23 +0000 (10:49 +0100)]
Merge pull request #12771 from kinnewig/FE_NedelecSZ_hessians
Add Hessian to FE_NedelecSZ
Martin Kronbichler [Fri, 28 Jan 2022 15:06:38 +0000 (16:06 +0100)]
Merge pull request #13305 from bangerth/assertion-2
Add a missing assertion.
Matthias Maier [Fri, 28 Jan 2022 13:14:08 +0000 (07:14 -0600)]
Merge pull request #13307 from bangerth/manifolds
Updates to manifolds classes
Sebastian Kinnewig [Tue, 21 Sep 2021 11:12:32 +0000 (13:12 +0200)]
Add hessians to FE_NedelecSZ
Martin Kronbichler [Fri, 28 Jan 2022 08:50:08 +0000 (09:50 +0100)]
Merge pull request #13296 from bangerth/is_detected
Follow-up to is_detected.
Martin Kronbichler [Fri, 28 Jan 2022 08:48:54 +0000 (09:48 +0100)]
Merge pull request #13300 from bangerth/namespace
Avoid 'using namespace' declarations.
Martin Kronbichler [Fri, 28 Jan 2022 08:48:30 +0000 (09:48 +0100)]
Merge pull request #13299 from bangerth/std
Remove an unnecessary 'using namespace std' declaration.
Martin Kronbichler [Fri, 28 Jan 2022 08:48:11 +0000 (09:48 +0100)]
Merge pull request #13301 from bangerth/manifold
Avoid a couple of references to GeometryInfo.
Martin Kronbichler [Fri, 28 Jan 2022 08:43:39 +0000 (09:43 +0100)]
Merge pull request #13303 from bangerth/manifold-vs-manifolds
Rename Triangulation::manifold to Triangulation::manifolds.
Martin Kronbichler [Fri, 28 Jan 2022 08:41:53 +0000 (09:41 +0100)]
Merge pull request #13302 from bangerth/doc-3
Minor updates to the documentation of GridTools::transform().
Martin Kronbichler [Fri, 28 Jan 2022 08:35:05 +0000 (09:35 +0100)]
Merge pull request #13304 from bangerth/assertion
Improve the text of an assertion.
Martin Kronbichler [Fri, 28 Jan 2022 08:33:46 +0000 (09:33 +0100)]
Merge pull request #13306 from bangerth/pipe
Minor adjustments to the pipe junction geometry.
Wolfgang Bangerth [Fri, 28 Jan 2022 04:25:16 +0000 (21:25 -0700)]
Use copy constructors for manifolds in clone().
Wolfgang Bangerth [Fri, 28 Jan 2022 01:53:37 +0000 (18:53 -0700)]
Mark some member variables as 'private'.
Wolfgang Bangerth [Thu, 27 Jan 2022 22:37:46 +0000 (15:37 -0700)]
Minor adjustments to the pipe manifolds.
Wolfgang Bangerth [Thu, 27 Jan 2022 22:07:23 +0000 (15:07 -0700)]
Minor adjustments to the pipe junction geometry.
Wolfgang Bangerth [Fri, 28 Jan 2022 01:01:09 +0000 (18:01 -0700)]
Merge pull request #13298 from marcfehling/step55
Minor suggestions for step-55
Wolfgang Bangerth [Thu, 27 Jan 2022 22:31:47 +0000 (15:31 -0700)]
Merge pull request #13124 from marcfehling/tee-2
Manifold for `pipe_junction`.
Wolfgang Bangerth [Thu, 27 Jan 2022 19:22:45 +0000 (12:22 -0700)]
Avoid 'using namespace' declarations.
These declarations are dangerous and lead to difficult to find errors when
used in header files, but also in .cc files when used in scopes that one
can re-enter and when we use unity builds. Avoid where possible.
Wolfgang Bangerth [Thu, 27 Jan 2022 20:40:19 +0000 (13:40 -0700)]
Add a missing assertion.
Wolfgang Bangerth [Thu, 27 Jan 2022 20:34:24 +0000 (13:34 -0700)]
Improve the text of an assertion.
Wolfgang Bangerth [Thu, 27 Jan 2022 20:31:54 +0000 (13:31 -0700)]
Rename Triangulation::manifold to Triangulation::manifolds.
The member variable is a std::map and generally holds multiple objects. Use the plural.
Wolfgang Bangerth [Thu, 27 Jan 2022 20:25:36 +0000 (13:25 -0700)]
Minor updates to the documentation of GridTools::transform().
Wolfgang Bangerth [Thu, 27 Jan 2022 20:07:42 +0000 (13:07 -0700)]
Avoid a couple of references to GeometryInfo.
Wolfgang Bangerth [Thu, 27 Jan 2022 18:32:18 +0000 (11:32 -0700)]
Remove an unnecessary 'using namespace std' declaration.
Marc Fehling [Thu, 27 Jan 2022 14:30:52 +0000 (15:30 +0100)]
Review function classes.
Marc Fehling [Thu, 27 Jan 2022 14:30:03 +0000 (15:30 +0100)]
Adjust template parameter in solver.
Marc Fehling [Thu, 27 Jan 2022 14:29:34 +0000 (15:29 +0100)]
Fix typo.
Wolfgang Bangerth [Thu, 27 Jan 2022 00:16:07 +0000 (17:16 -0700)]
Move the declaration of a base class to right before its child class.
Wolfgang Bangerth [Thu, 27 Jan 2022 00:15:26 +0000 (17:15 -0700)]
Move a few generic names into a namespace that explains what things refer to.
Wolfgang Bangerth [Wed, 26 Jan 2022 21:48:47 +0000 (14:48 -0700)]
Merge pull request #13291 from masterleinad/detection_idiom
Use standardized detection idiom
David Wells [Wed, 26 Jan 2022 21:41:12 +0000 (16:41 -0500)]
Merge pull request #13287 from bangerth/ref-cell-2
Introduce ReferenceCell::n_isotropic_children().
Wolfgang Bangerth [Mon, 24 Jan 2022 19:07:32 +0000 (12:07 -0700)]
Add assertions.
Wolfgang Bangerth [Mon, 24 Jan 2022 19:01:40 +0000 (12:01 -0700)]
Un-hardcode some numbers.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:20:32 +0000 (11:20 -0700)]
Use n_isotropic_children() in an assertion.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:20:16 +0000 (11:20 -0700)]
Introduce ReferenceCell::n_isotropic_children().
Wolfgang Bangerth [Mon, 24 Jan 2022 18:19:35 +0000 (11:19 -0700)]
Move a function to its proper place.
Martin Kronbichler [Wed, 26 Jan 2022 14:08:32 +0000 (15:08 +0100)]
Merge pull request #13269 from blaisb/fix_disappearing_particles
Add a test for moving particles in a complex geometry and
Daniel Arndt [Wed, 26 Jan 2022 13:55:51 +0000 (08:55 -0500)]
Merge pull request #13294 from tamiko/fix_doc
Marc Fehling [Wed, 26 Jan 2022 11:03:44 +0000 (04:03 -0700)]
Merge pull request #13293 from drwells/changelog-9.3.3
Port 9.3.3 changelog changes to master.
Matthias Maier [Wed, 26 Jan 2022 10:48:53 +0000 (04:48 -0600)]
fix a rendering issue with doxygen 1.9.3
Daniel Arndt [Tue, 25 Jan 2022 22:05:41 +0000 (17:05 -0500)]
Fix matrix_free/matrix_free_type_traits test
David Wells [Tue, 25 Jan 2022 20:36:15 +0000 (15:36 -0500)]
Port 9.3.3 changelog changes to master.
Daniel Arndt [Tue, 25 Jan 2022 16:08:01 +0000 (11:08 -0500)]
Move detection idiom to internal namespace
Marc Fehling [Tue, 25 Jan 2022 15:26:47 +0000 (08:26 -0700)]
Merge pull request #13286 from bangerth/ref-cell-1
Make naming of function arguments more uniform.
Daniel Arndt [Mon, 24 Jan 2022 23:17:02 +0000 (18:17 -0500)]
Use standardized detection idiom
Peter Munch [Tue, 25 Jan 2022 08:21:02 +0000 (09:21 +0100)]
Merge pull request #13288 from bangerth/traits
Minor edits to type traits classes.
Wolfgang Bangerth [Thu, 20 Jan 2022 15:57:14 +0000 (08:57 -0700)]
Switch the consensus algorithms interface to using function objects.
Wolfgang Bangerth [Tue, 25 Jan 2022 02:34:14 +0000 (19:34 -0700)]
Merge pull request #13289 from drwells/fix-null-ptr-warning
Fix a bogus warning about a null pointer in a lambda.
Bruno Blais [Tue, 25 Jan 2022 01:15:38 +0000 (20:15 -0500)]
Revert particle handler change
David Wells [Mon, 24 Jan 2022 21:30:41 +0000 (16:30 -0500)]
Merge pull request #13267 from bangerth/prepare_for_answer
Remove the prepare_for_answer() callback in consensus algorithms.
David Wells [Mon, 24 Jan 2022 21:08:41 +0000 (16:08 -0500)]
Fix a bogus warning about a null pointer in a lambda.
I get the following warning:
/home/drwells/Documents/Code/CPP/dealii-dev/source/base/mpi.cc: In static member function 'static constexpr void dealii::Utilities::MPI::create_mpi_data_type_n_bytes(std::size_t)::<lambda(ompi_datatype_t**)>::_FUN(ompi_datatype_t**)':
/home/drwells/Documents/Code/CPP/dealii-dev/source/base/mpi.cc:384:15: warning: 'this' pointer is null [-Wnonnull]
384 | }};
| ^
/home/drwells/Documents/Code/CPP/dealii-dev/source/base/mpi.cc:376:15: note: in a call to non-static member function 'dealii::Utilities::MPI::create_mpi_data_type_n_bytes(std::size_t)::<lambda(ompi_datatype_t**)>'
376 | [](MPI_Datatype *p) {
| ^
This isn't a problem since deleters don't store any kind of state but we can
work around it by splitting the constructor call.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:34:45 +0000 (11:34 -0700)]
Minor edits to type traits classes.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:31:38 +0000 (11:31 -0700)]
Merge pull request #13285 from peterrum/PreconditionRelaxation_vmult_step_relax
PreconditionRelaxation: vmult/step w. relaxation
Wolfgang Bangerth [Mon, 24 Jan 2022 18:11:06 +0000 (11:11 -0700)]
Make naming of function arguments more uniform.
We don't usually use _n as a suffix to indicate a _number or _index. In fact,
the implementation of the function also doesn't use the suffix used here
in the declaration.
Wolfgang Bangerth [Mon, 24 Jan 2022 16:11:19 +0000 (09:11 -0700)]
Merge pull request #13283 from peterrum/om
SparseMatrix: rename om to omega
Peter Munch [Mon, 24 Jan 2022 15:52:53 +0000 (16:52 +0100)]
PreconditionRelaxation: vmult/step w. relaxation
Bruno Blais [Mon, 24 Jan 2022 15:19:02 +0000 (10:19 -0500)]
Fix indent
Bruno Blais [Mon, 24 Jan 2022 14:49:54 +0000 (09:49 -0500)]
Fix tolerance because particles are still lost
Bruno Blais [Mon, 24 Jan 2022 13:45:56 +0000 (08:45 -0500)]
revert particles
Bruno Blais [Wed, 19 Jan 2022 20:55:47 +0000 (15:55 -0500)]
Fix indentation
Bruno Blais [Wed, 19 Jan 2022 20:55:00 +0000 (15:55 -0500)]
Fix lost particle by recalculating mapping + test
Peter Munch [Mon, 24 Jan 2022 13:01:27 +0000 (14:01 +0100)]
SparseMatrix: rename om to omega
Martin Kronbichler [Sat, 22 Jan 2022 17:32:44 +0000 (18:32 +0100)]
Merge pull request #13278 from kronbichler/fix_real_to_unit
Fix bug in initial condition for transform_real_to_unit_cell
Martin Kronbichler [Sat, 22 Jan 2022 14:39:52 +0000 (15:39 +0100)]
Merge pull request #13271 from bangerth/3b
Use relative tolerances in step-3.
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.