]>
https://gitweb.dealii.org/ - dealii.git/log
David Wells [Fri, 11 Jun 2021 16:45:21 +0000 (12:45 -0400)]
Shorten a long type in doxygen.
Daniel Arndt [Fri, 11 Jun 2021 14:10:35 +0000 (10:10 -0400)]
Merge pull request #12431 from drwells/iso-refine-cleanups-1
David Wells [Fri, 11 Jun 2021 10:48:00 +0000 (06:48 -0400)]
Fix some common typos
David Wells [Wed, 9 Jun 2021 20:07:26 +0000 (16:07 -0400)]
Improve comments.
David Wells [Wed, 9 Jun 2021 20:06:37 +0000 (16:06 -0400)]
Refer to the face type as such.
David Wells [Wed, 9 Jun 2021 20:05:10 +0000 (16:05 -0400)]
Add a utility function for next available vertices.
Martin Kronbichler [Fri, 11 Jun 2021 09:55:10 +0000 (11:55 +0200)]
Merge pull request #12125 from simonsticko/quadrature_generator
Add class generating high-order immersed quadrature rules
Martin Kronbichler [Fri, 11 Jun 2021 05:05:03 +0000 (07:05 +0200)]
Merge pull request #12370 from zjiaqi2018/stokes_test
feinterface: stokes test
Martin Kronbichler [Fri, 11 Jun 2021 05:02:30 +0000 (07:02 +0200)]
Merge pull request #12434 from gassmoeller/ensure_particle_container_size
Ensure correct particle container size
Martin Kronbichler [Fri, 11 Jun 2021 05:00:35 +0000 (07:00 +0200)]
Merge pull request #12436 from bangerth/assertion
Expand on the description of an assertion.
Wolfgang Bangerth [Thu, 10 Jun 2021 21:30:49 +0000 (15:30 -0600)]
Merge pull request #12433 from kronbichler/simplify_particle_accessor
Simplify members of ParticleAccessor
Wolfgang Bangerth [Thu, 10 Jun 2021 20:09:56 +0000 (14:09 -0600)]
Expand on the description of an assertion.
Peter Munch [Thu, 10 Jun 2021 16:35:33 +0000 (18:35 +0200)]
Merge pull request #11594 from peterrum/data_out_update_ghost_values
DataOut: update ghost values
Rene Gassmoeller [Thu, 10 Jun 2021 15:21:49 +0000 (11:21 -0400)]
Add some reasonable asserts
Rene Gassmoeller [Thu, 10 Jun 2021 15:14:22 +0000 (11:14 -0400)]
Add asserts where useful
Rene Gassmoeller [Thu, 10 Jun 2021 15:03:57 +0000 (11:03 -0400)]
Automatically resize particle container
Peter Munch [Fri, 12 Mar 2021 20:41:30 +0000 (21:41 +0100)]
DataOut: update ghost values
Use new LinearAlgebra::ReadWriteVector::import
Work on block vector
Martin Kronbichler [Thu, 10 Jun 2021 14:20:25 +0000 (16:20 +0200)]
More use cases of new iterator
Martin Kronbichler [Thu, 10 Jun 2021 12:20:41 +0000 (14:20 +0200)]
Second try
Martin Kronbichler [Thu, 10 Jun 2021 09:13:44 +0000 (11:13 +0200)]
Merge pull request #12428 from gassmoeller/unify_particle_creation
Unify particle creation
Martin Kronbichler [Thu, 10 Jun 2021 09:13:28 +0000 (11:13 +0200)]
Merge pull request #12432 from simonsticko/zero_dim_tensor_product_quadrature
Add a single point in Quadrature<0> constructor taking Quadrature<1>
Martin Kronbichler [Thu, 10 Jun 2021 08:25:22 +0000 (10:25 +0200)]
Simplify members of ParticleAccessor
Simon Sticko [Thu, 10 Jun 2021 06:09:58 +0000 (08:09 +0200)]
Add a single point in Quadrature<0> constructor taking Quadrature<1>
The constructor currently adds a single weight but no points. This
appears to be a mistake, since points and weights get different sizes.
Fix this and add an comment in the documentation.
Simon Sticko [Mon, 3 May 2021 09:46:14 +0000 (11:46 +0200)]
Add class generating high-order immersed quadrature rules
Add a class NonMatching::QuadratureGenerator that generates high-order
immersed quadrature rules over a BoundingBox, B, when the domain is
described by a level set function, \psi. Thus creating quadrature rules
for the following 3 regions of the box:
{x \in B : \psi(x) < 0},
{x \in B : \psi(x) > 0},
{x \in B : \psi(x) = 0}.
Martin Kronbichler [Thu, 10 Jun 2021 05:09:30 +0000 (07:09 +0200)]
Merge pull request #12420 from peterrum/dataout_acc
Make method/field in DataOut accessible
Martin Kronbichler [Thu, 10 Jun 2021 05:08:33 +0000 (07:08 +0200)]
Merge pull request #12421 from kronbichler/particle_accessor_cleanup
Minor simplification in particle accessor
Martin Kronbichler [Thu, 10 Jun 2021 05:08:13 +0000 (07:08 +0200)]
Merge pull request #12424 from masterleinad/update_docu_trilinos
Clarify requirment for MPI with Trilinos in documentation
David Wells [Thu, 10 Jun 2021 01:41:48 +0000 (21:41 -0400)]
Merge pull request #12426 from marcfehling/fix-p4est
Fix setup script for p4est>=2.3.
David Wells [Wed, 9 Jun 2021 20:02:46 +0000 (16:02 -0400)]
Un-hardcode some constants.
David Wells [Wed, 9 Jun 2021 23:53:17 +0000 (19:53 -0400)]
Merge pull request #12427 from drwells/add-AssertIsNotUsed
Add an assertion for unused tria objects.
Rene Gassmoeller [Wed, 9 Jun 2021 20:41:06 +0000 (16:41 -0400)]
Indent
Peter Munch [Wed, 9 Jun 2021 08:37:01 +0000 (10:37 +0200)]
Make method/field in DataOut accessible
Rene Gassmoeller [Wed, 9 Jun 2021 20:40:32 +0000 (16:40 -0400)]
Fix a test
Rene Gassmoeller [Wed, 9 Jun 2021 20:28:40 +0000 (16:28 -0400)]
Unify particle creation
David Wells [Wed, 9 Jun 2021 19:40:27 +0000 (15:40 -0400)]
Add an assertion for unused tria objects.
Marc Fehling [Wed, 9 Jun 2021 19:30:51 +0000 (13:30 -0600)]
Use find instead of version check.
David Wells [Wed, 9 Jun 2021 19:08:19 +0000 (15:08 -0400)]
Merge pull request #11490 from peterrum/tet_refinement
Enabling global refinement for TET meshes
Marc Fehling [Wed, 9 Jun 2021 18:32:45 +0000 (12:32 -0600)]
Fix setup script for p4est>=2.3.
Daniel Arndt [Wed, 9 Jun 2021 18:48:46 +0000 (14:48 -0400)]
Clarify requirment for MPI with Trilinos in documentation
Martin Kronbichler [Wed, 9 Jun 2021 13:44:33 +0000 (15:44 +0200)]
Minor simplification in particle accessor
Martin Kronbichler [Wed, 9 Jun 2021 18:15:54 +0000 (20:15 +0200)]
Merge pull request #12412 from lethe-cfd/particles_ghost_merge
Merge ghost and regular particles in single container
Bruno [Wed, 9 Jun 2021 14:14:39 +0000 (10:14 -0400)]
FIx cell type that is checked
Martin Kronbichler [Wed, 9 Jun 2021 13:21:32 +0000 (15:21 +0200)]
Merge pull request #12417 from gassmoeller/reduce_use_of_particle_class
Do not use Particle class inside ParticleHandler
David Wells [Wed, 9 Jun 2021 13:20:32 +0000 (09:20 -0400)]
Merge pull request #12414 from bangerth/vec-tools-2
Simplify some code for the DG case by referring to the continuous case.
Peter Munch [Sat, 30 Jan 2021 16:47:26 +0000 (17:47 +0100)]
Enabling global refinement for TET meshes
Peter Munch [Wed, 9 Jun 2021 08:20:33 +0000 (10:20 +0200)]
Merge pull request #12401 from kronbichler/mapping_q_cache_vertices
Fix MappingQCache::get_vertices()
Martin Kronbichler [Wed, 9 Jun 2021 05:44:02 +0000 (07:44 +0200)]
Merge pull request #12418 from bangerth/sundials
We no longer support SUNDIALS before version 3.0.
Bruno [Wed, 9 Jun 2021 02:19:59 +0000 (22:19 -0400)]
Fix ghost duplication bug + apply Rene's comments
Wolfgang Bangerth [Tue, 8 Jun 2021 23:29:54 +0000 (17:29 -0600)]
Properly treat the case of piecewise constant elements.
Wolfgang Bangerth [Tue, 8 Jun 2021 17:01:13 +0000 (11:01 -0600)]
Simplify some code for the DG case by referring to the continuous case.
Wolfgang Bangerth [Tue, 8 Jun 2021 23:25:46 +0000 (17:25 -0600)]
We no longer support SUNDIALS before version 3.0.
Bruno Blais [Tue, 8 Jun 2021 21:42:17 +0000 (17:42 -0400)]
Remove last non-necessary note
Bruno Blais [Tue, 8 Jun 2021 17:31:00 +0000 (13:31 -0400)]
Apply Rene comments
Bruno Blais [Tue, 8 Jun 2021 17:05:21 +0000 (13:05 -0400)]
Fix particle duplication + tests
Bruno [Tue, 8 Jun 2021 02:12:28 +0000 (22:12 -0400)]
First WIP version. Issue with exchange ghosts
Martin Kronbichler [Tue, 8 Jun 2021 20:15:04 +0000 (22:15 +0200)]
Merge pull request #12395 from bangerth/vec-tools
Try to see whether we can avoid special-casing for MS VC in one place.
Rene Gassmoeller [Tue, 8 Jun 2021 20:14:53 +0000 (16:14 -0400)]
Do not use Particle class in ParticleHandler
Martin Kronbichler [Tue, 8 Jun 2021 20:14:18 +0000 (22:14 +0200)]
Merge pull request #12402 from drwells/add-initlog-tests
Use initlog in some tests.
Martin Kronbichler [Tue, 8 Jun 2021 20:13:43 +0000 (22:13 +0200)]
Merge pull request #12413 from bangerth/assertion
Add missing assertions.
Peter Munch [Tue, 8 Jun 2021 19:20:49 +0000 (21:20 +0200)]
Merge pull request #12409 from gassmoeller/use_particle_accessor_instead_of_particle
Simplify particle accessor structure
Martin Kronbichler [Tue, 8 Jun 2021 18:28:47 +0000 (20:28 +0200)]
Merge pull request #12410 from jppelteret/fe_interface_values_01
Add FEInterfaceValues::quadrature_point_indices() to support range based loops
Martin Kronbichler [Tue, 8 Jun 2021 17:48:58 +0000 (19:48 +0200)]
Merge pull request #12407 from simonsticko/face_interpolation_1D
Enable get_face_interpolation_matrix() in 1D on FE_Q and FE_Bernstein
Wolfgang Bangerth [Mon, 7 Jun 2021 16:09:33 +0000 (10:09 -0600)]
Try to see whether we can avoid special-casing for MS VC in one place.
This error is currently triggered when running step-21. It is possible that with the move
to get_default_linear_mapping(dof.get_triangulation()) we no longer need this.
Wolfgang Bangerth [Tue, 8 Jun 2021 16:24:20 +0000 (10:24 -0600)]
Add missing assertions.
Jean-Paul Pelteret [Tue, 8 Jun 2021 14:23:55 +0000 (16:23 +0200)]
Add FEInterfaceValues::quadrature_point_indices() to support range based loops
Rene Gassmoeller [Mon, 7 Jun 2021 23:03:53 +0000 (19:03 -0400)]
simplify particle data structure
Simon Sticko [Tue, 8 Jun 2021 11:18:24 +0000 (13:18 +0200)]
Rename test face_interpolation_fe_Bernstein_2_fe_q.cc
Remove the suffix "_2_fe_q" in the filename, since it now tests both
the interpolation FE_Bernstein to Fe_Bernstein and FE_Bernstein to
FE_Q.
Simon Sticko [Tue, 8 Jun 2021 07:42:28 +0000 (09:42 +0200)]
Enable get_face_interpolation_matrix() in 1D on FE_Q and FE_Bernstein
Currently, get_face_interpolation_matrix() on FE_Q and FE_Bernstein
throws an ExcImpossibleInDim(1) exception in 1D. This is strange
because the interpolation matrix should just be a 1-by-1 unit matrix.
Remove the dim > 1 assert in FE_Q_base and FE_Bernstein to fix this
and modify two tests to check that it works.
David Wells [Tue, 8 Jun 2021 11:11:05 +0000 (07:11 -0400)]
Merge pull request #12404 from drwells/gcc11-simplex-p-warnings-2
Fix another GCC11 warning.
David Wells [Tue, 8 Jun 2021 02:37:49 +0000 (22:37 -0400)]
Merge pull request #12406 from marcfehling/pack-unpack
Minor changes to `Utilities::unpack`.
David Wells [Tue, 8 Jun 2021 02:34:30 +0000 (22:34 -0400)]
Merge pull request #12398 from bergbauer/exodusii
Add grid reordering to read_exodusii function
Marc Fehling [Tue, 8 Jun 2021 00:22:32 +0000 (18:22 -0600)]
Merge pull request #12405 from masterleinad/remove_remaining_deprecations_9_2
Remove remaining deprecations in release 9.2
Marc Fehling [Tue, 8 Jun 2021 00:19:49 +0000 (18:19 -0600)]
Merge pull request #12399 from masterleinad/remove_deprecated_feseriers_constructors
Remove deprecated FESeries::Fourier and FESeries::Legendre constructors
Marc Fehling [Tue, 8 Jun 2021 00:18:28 +0000 (18:18 -0600)]
Merge pull request #12394 from bangerth/checks
Simplify the code that leads to an assertion.
Marc Fehling [Tue, 8 Jun 2021 00:17:10 +0000 (18:17 -0600)]
Merge pull request #12400 from drwells/virtual-dtor
Mark a destructor as virtual.
Marc Fehling [Tue, 8 Jun 2021 00:16:05 +0000 (18:16 -0600)]
Merge pull request #12403 from masterleinad/remove_deprecated_compute_vertices_with_ghost_neighbors
Remove deprecated TriangulationBase::compute_vertices_with_ghost_neighbors()
Marc Fehling [Mon, 7 Jun 2021 20:07:12 +0000 (14:07 -0600)]
Add `constexpr` to type check.
David Wells [Mon, 7 Jun 2021 21:15:23 +0000 (17:15 -0400)]
Merge pull request #12397 from bangerth/66
Minor edits to step-66.
David Wells [Mon, 7 Jun 2021 18:12:12 +0000 (14:12 -0400)]
Fix another GCC11 warning.
David Wells [Mon, 7 Jun 2021 18:06:54 +0000 (14:06 -0400)]
Use initlog in some tests.
We forgot to call mpi_initlog() in these tests, which caused the tests to
compare stderr + stdout as output - this is why we had a bunch of problems with
testers collecting additional MPI error output.
Daniel Arndt [Mon, 7 Jun 2021 18:53:35 +0000 (14:53 -0400)]
Remove remaining deprecations in release 9.2
Timo Heister [Mon, 7 Jun 2021 19:01:22 +0000 (15:01 -0400)]
Merge pull request #12396 from bangerth/tut-graph
Reduce the width of the tutorial graph by a little bit.
Wolfgang Bangerth [Mon, 7 Jun 2021 18:44:58 +0000 (12:44 -0600)]
Merge pull request #12391 from marcfehling/hp-fevaluesbase
Make `hp::FEValuesBase` derive from `Subscriptor`.
Daniel Arndt [Mon, 7 Jun 2021 17:03:06 +0000 (13:03 -0400)]
Remove deprecated TriangulationBase::compute_vertices_with_ghost_neighbors()
Martin Kronbichler [Mon, 7 Jun 2021 17:25:41 +0000 (19:25 +0200)]
Fix MappingQCache::get_vertices()
David Wells [Mon, 7 Jun 2021 17:10:50 +0000 (13:10 -0400)]
Merge pull request #12388 from JPmoep/master
Add AssertIndexRange for FEPointEvaluation
Wolfgang Bangerth [Mon, 7 Jun 2021 15:38:28 +0000 (09:38 -0600)]
Simplify the code that leads to an assertion.
We convert integers to doubles so that we can run MPI::MinMaxAvg and then compare
the min against the max. We do this comparison with a tolerance, but that is
unnecessary: If the integer representations are the same, then so are the
floating point representations, bit-by-bit.
David Wells [Mon, 7 Jun 2021 17:00:48 +0000 (13:00 -0400)]
Mark a destructor as virtual.
Daniel Arndt [Mon, 7 Jun 2021 16:09:18 +0000 (12:09 -0400)]
Remove deprecated FESeries::Fourier and FESeries::Legendre constructors
Wolfgang Bangerth [Mon, 7 Jun 2021 16:08:06 +0000 (10:08 -0600)]
Minor edits to step-66.
Wolfgang Bangerth [Mon, 7 Jun 2021 16:07:40 +0000 (10:07 -0600)]
Reduce the width of the tutorial graph by a little bit.
More work is necessary, though.
David Wells [Mon, 7 Jun 2021 15:50:26 +0000 (11:50 -0400)]
Merge pull request #12381 from masterleinad/require_mpi_for_trilinos
Require MPI for Trilinos
Maximilian Bergbauer [Mon, 7 Jun 2021 14:59:12 +0000 (16:59 +0200)]
Add grid reordering to read_exodusii function
Judith Pauen [Fri, 4 Jun 2021 15:03:51 +0000 (17:03 +0200)]
Add AssertIndexRange for FEPointEvaluation
David Wells [Mon, 7 Jun 2021 11:11:26 +0000 (07:11 -0400)]
Merge pull request #12393 from peterrum/simplify_compute_point_to_point_communication_pattern
Simplify compute_point_to_point_communication_pattern() and compute_n_point_to_point_communications()
Peter Munch [Mon, 7 Jun 2021 04:14:42 +0000 (06:14 +0200)]
Merge pull request #11577 from gassmoeller/particle_vector_container
Store particles in vector container
Marc Fehling [Sat, 5 Jun 2021 03:30:45 +0000 (21:30 -0600)]
Make `hp::FEValuesBase` derive from `Subscriptor`.
Rene Gassmoeller [Sun, 6 Jun 2021 21:12:44 +0000 (17:12 -0400)]
Add changelog entry
Martin Kronbichler [Sun, 6 Jun 2021 19:51:39 +0000 (21:51 +0200)]
Merge pull request #12392 from peterrum/cellwise_inserve_mass_factory
Refactor CellwiseInverseMassMatrixImplTransformFromQPoints and use CellwiseInverseMassFactory
Rene Gassmoeller [Sun, 6 Jun 2021 17:39:38 +0000 (13:39 -0400)]
Address comments
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.