]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoFindARBORX: Remove library variable 12002/head
Matthias Maier [Thu, 1 Apr 2021 03:51:40 +0000 (22:51 -0500)]
FindARBORX: Remove library variable

ArborX is a header only library, so we don't need to specify an empty
string here :-)

3 years agoMerge pull request #11992 from peterrum/fesystem_delete_default_constructor
Wolfgang Bangerth [Thu, 1 Apr 2021 03:07:45 +0000 (21:07 -0600)]
Merge pull request #11992 from peterrum/fesystem_delete_default_constructor

Delete default constructor FESystem

3 years agoMerge pull request #11988 from marcfehling/fes-size
Wolfgang Bangerth [Wed, 31 Mar 2021 21:38:58 +0000 (15:38 -0600)]
Merge pull request #11988 from marcfehling/fes-size

Remove assertion from `DoFHandler::get_fe_collection()`.

3 years agoMerge pull request #11987 from bangerth/unify
Marc Fehling [Wed, 31 Mar 2021 19:40:22 +0000 (21:40 +0200)]
Merge pull request #11987 from bangerth/unify

Unify the spelling of a section name in the tutorial programs.

3 years agoMerge pull request #11954 from bangerth/const
Marc Fehling [Wed, 31 Mar 2021 19:17:25 +0000 (21:17 +0200)]
Merge pull request #11954 from bangerth/const

Make a variable 'const'.

3 years agoMerge pull request #11994 from bangerth/p1
Daniel Arndt [Wed, 31 Mar 2021 17:28:31 +0000 (13:28 -0400)]
Merge pull request #11994 from bangerth/p1

Rename a changelog file.

3 years agoMerge pull request #11985 from bangerth/15-1
David Wells [Wed, 31 Mar 2021 16:45:04 +0000 (12:45 -0400)]
Merge pull request #11985 from bangerth/15-1

Minor updates to step-15.

3 years agoMerge pull request #11986 from bangerth/15-2
Daniel Arndt [Wed, 31 Mar 2021 14:54:16 +0000 (10:54 -0400)]
Merge pull request #11986 from bangerth/15-2

Remove unnecessary header includes.

3 years agoRename a changelog file. 11994/head
Wolfgang Bangerth [Wed, 31 Mar 2021 03:16:54 +0000 (21:16 -0600)]
Rename a changelog file.

3 years agoDelete default constructor FESystem 11992/head
Peter Munch [Wed, 31 Mar 2021 10:52:02 +0000 (12:52 +0200)]
Delete default constructor FESystem

3 years agoMerge pull request #11983 from peterrum/tria_policy_load_fix
Wolfgang Bangerth [Wed, 31 Mar 2021 02:59:08 +0000 (20:59 -0600)]
Merge pull request #11983 from peterrum/tria_policy_load_fix

Reset policy during Triangulation::load()

3 years agoRemove assertion from `DoFHandler::get_fe_collection()`. 11988/head
Marc Fehling [Wed, 31 Mar 2021 02:40:48 +0000 (20:40 -0600)]
Remove assertion from `DoFHandler::get_fe_collection()`.

3 years agoMake a variable 'const'. 11954/head
Wolfgang Bangerth [Mon, 22 Mar 2021 20:45:21 +0000 (21:45 +0100)]
Make a variable 'const'.

3 years agoUnify the spelling of a section name in the tutorial programs. 11987/head
Wolfgang Bangerth [Mon, 29 Mar 2021 17:16:58 +0000 (11:16 -0600)]
Unify the spelling of a section name in the tutorial programs.

We use 'Possibilities for extensions' in about 40 existing tutorial programs. Use the
same heading in about a dozen others.

3 years agoRemove unnecessary header includes. 11986/head
Wolfgang Bangerth [Tue, 30 Mar 2021 23:34:34 +0000 (17:34 -0600)]
Remove unnecessary header includes.

3 years agoMinor updates to step-15. 11985/head
Wolfgang Bangerth [Wed, 31 Mar 2021 01:52:17 +0000 (19:52 -0600)]
Minor updates to step-15.

3 years agoMerge pull request #11969 from marcfehling/signal-post-p4est-refinement
Bruno Turcksin [Wed, 31 Mar 2021 01:16:50 +0000 (21:16 -0400)]
Merge pull request #11969 from marcfehling/signal-post-p4est-refinement

New Triangulation signal `post_p4est_refinement`.

3 years agoMerge pull request #11984 from kronbichler/avoid_quadratic_complexity
Daniel Arndt [Tue, 30 Mar 2021 19:12:06 +0000 (15:12 -0400)]
Merge pull request #11984 from kronbichler/avoid_quadratic_complexity

3 years agoConvert a few more cell loops into range-based for loops 11984/head
Martin Kronbichler [Tue, 30 Mar 2021 17:07:02 +0000 (19:07 +0200)]
Convert a few more cell loops into range-based for loops

3 years agoAvoid quadratic complexity in coarse grid cells.
Martin Kronbichler [Tue, 30 Mar 2021 17:03:25 +0000 (19:03 +0200)]
Avoid quadratic complexity in coarse grid cells.

3 years agoReset policy during Triangulation::load() 11983/head
Peter Munch [Tue, 30 Mar 2021 15:29:49 +0000 (17:29 +0200)]
Reset policy during Triangulation::load()

3 years agoMerge pull request #11980 from marcfehling/shared-signal
David Wells [Tue, 30 Mar 2021 12:21:02 +0000 (08:21 -0400)]
Merge pull request #11980 from marcfehling/shared-signal

Fix hp-coarsening on p:s:Triangulation.

3 years agoMerge pull request #11978 from masterleinad/fix_typo_grid_tools_collect_periodic_faces
Bruno Turcksin [Tue, 30 Mar 2021 01:32:27 +0000 (21:32 -0400)]
Merge pull request #11978 from masterleinad/fix_typo_grid_tools_collect_periodic_faces

Fix typo in GridTools::collect_periodic_faces

3 years agoMerge pull request #11979 from drwells/improve-mpi-checks-3
Bruno Turcksin [Tue, 30 Mar 2021 01:30:51 +0000 (21:30 -0400)]
Merge pull request #11979 from drwells/improve-mpi-checks-3

Add some more AssertThrowMPIs.

3 years agoMerge pull request #11976 from peterrum/parse_input_from_json
Daniel Arndt [Mon, 29 Mar 2021 20:57:49 +0000 (16:57 -0400)]
Merge pull request #11976 from peterrum/parse_input_from_json

Wrap boost error message in ParameterHandler::parse_input_from_json()

3 years agoFix hp::Refinement::choose_p_over_h() for hp-coarsening on p:s:Triangulation. 11980/head
Marc Fehling [Mon, 29 Mar 2021 20:12:34 +0000 (14:12 -0600)]
Fix hp::Refinement::choose_p_over_h() for hp-coarsening on p:s:Triangulation.

3 years agoFix hp-coarsening on p:s:Triangulation.
Marc Fehling [Mon, 29 Mar 2021 20:09:55 +0000 (14:09 -0600)]
Fix hp-coarsening on p:s:Triangulation.

3 years agoFix typo in GridTools::collect_periodic_faces 11978/head
Daniel Arndt [Mon, 29 Mar 2021 16:08:36 +0000 (12:08 -0400)]
Fix typo in GridTools::collect_periodic_faces

3 years agoMerge pull request #11966 from marcfehling/future-children
Daniel Arndt [Mon, 29 Mar 2021 18:41:33 +0000 (14:41 -0400)]
Merge pull request #11966 from marcfehling/future-children

Moved `dominated_future_fe_on_children` from class member to internal namespace.

3 years agoAdd some more AssertThrowMPIs. 11979/head
David Wells [Mon, 29 Mar 2021 17:07:08 +0000 (13:07 -0400)]
Add some more AssertThrowMPIs.

3 years agoMerge pull request #11977 from peterrum/FineDoFHandlerView
David Wells [Mon, 29 Mar 2021 17:06:03 +0000 (13:06 -0400)]
Merge pull request #11977 from peterrum/FineDoFHandlerView

Small changes in FineDoFHandlerView

3 years agoSmall changes in FineDoFHandlerView 11977/head
Peter Munch [Mon, 29 Mar 2021 12:19:00 +0000 (14:19 +0200)]
Small changes in FineDoFHandlerView

3 years agoMerge pull request #11975 from peterrum/particles_keyword
Martin Kronbichler [Mon, 29 Mar 2021 12:37:22 +0000 (14:37 +0200)]
Merge pull request #11975 from peterrum/particles_keyword

Work on particles keyword

3 years agoWrap boost error message in ParameterHandler::parse_input_from_json 11976/head
Peter Munch [Mon, 29 Mar 2021 07:27:55 +0000 (09:27 +0200)]
Wrap boost error message in ParameterHandler::parse_input_from_json

3 years agoMerge pull request #11973 from peterrum/gc_affine_constraints
Martin Kronbichler [Mon, 29 Mar 2021 07:13:19 +0000 (09:13 +0200)]
Merge pull request #11973 from peterrum/gc_affine_constraints

Remove AffineConstraint from MGTwoLevelTransfer

3 years agoWork on particles keywork 11975/head
Peter Munch [Mon, 29 Mar 2021 07:10:14 +0000 (09:10 +0200)]
Work on particles keywork

3 years agoMerge pull request #11963 from Rombur/arborx_update
Wolfgang Bangerth [Mon, 29 Mar 2021 04:19:57 +0000 (06:19 +0200)]
Merge pull request #11963 from Rombur/arborx_update

Add nearest predicate to ArborX wrapper

3 years agoMerge pull request #11974 from jppelteret/references_02
Marc Fehling [Sun, 28 Mar 2021 23:53:56 +0000 (01:53 +0200)]
Merge pull request #11974 from jppelteret/references_02

Fix another entry in references.bib

3 years agoFix another entry in references.bib 11974/head
Jean-Paul Pelteret [Sun, 28 Mar 2021 14:25:24 +0000 (16:25 +0200)]
Fix another entry in references.bib

3 years agoMerge pull request #11972 from agrayver/docfix
Wolfgang Bangerth [Sun, 28 Mar 2021 13:37:18 +0000 (15:37 +0200)]
Merge pull request #11972 from agrayver/docfix

Update doc

3 years agoMerge pull request #11967 from marcfehling/dof-cleanup
Wolfgang Bangerth [Sun, 28 Mar 2021 13:28:10 +0000 (15:28 +0200)]
Merge pull request #11967 from marcfehling/dof-cleanup

Cleanup doc in DoFHandler.

3 years agoRemove AffineConstraint from MGTwoLevelTransfer 11973/head
Peter Munch [Sat, 27 Mar 2021 16:06:35 +0000 (17:06 +0100)]
Remove AffineConstraint from MGTwoLevelTransfer

3 years agoMerge pull request #11958 from peterrum/compute_matrix_petrsc
Peter Munch [Sat, 27 Mar 2021 22:02:20 +0000 (23:02 +0100)]
Merge pull request #11958 from peterrum/compute_matrix_petrsc

MatrixFreeTools::compute_matrix() for PETScWrappers::MPI::SparseMatrix

3 years agoMerge pull request #11970 from jppelteret/references_01
Marc Fehling [Sat, 27 Mar 2021 20:36:16 +0000 (21:36 +0100)]
Merge pull request #11970 from jppelteret/references_01

Fix references.bib

3 years agoUpdate doc 11972/head
Alexander Grayver [Sat, 27 Mar 2021 10:29:07 +0000 (11:29 +0100)]
Update doc

3 years agoFix references.bib 11970/head
Jean-Paul Pelteret [Fri, 26 Mar 2021 19:38:18 +0000 (20:38 +0100)]
Fix references.bib

3 years agoMerge pull request #11968 from peterrum/gc_replace_ca_distributed
Martin Kronbichler [Sat, 27 Mar 2021 06:44:22 +0000 (07:44 +0100)]
Merge pull request #11968 from peterrum/gc_replace_ca_distributed

Replace AffineConstraints::distribute() in MGTwoLevelTransfer

3 years agoNew Triangulation signal `post_p4est_refinement`. 11969/head
Marc Fehling [Wed, 24 Mar 2021 20:15:10 +0000 (14:15 -0600)]
New Triangulation signal `post_p4est_refinement`.

3 years agoMoved `dominated_future_fe_on_children` from class member to internal namespace. 11966/head
Marc Fehling [Fri, 26 Mar 2021 04:09:31 +0000 (22:09 -0600)]
Moved `dominated_future_fe_on_children` from class member to internal namespace.

3 years agoUpdate changelog 11963/head
Bruno Turcksin [Fri, 19 Mar 2021 21:56:56 +0000 (21:56 +0000)]
Update changelog

3 years agoRefactor ArborX access traits and add nearest neighbor predicate
Bruno Turcksin [Fri, 19 Mar 2021 21:51:34 +0000 (21:51 +0000)]
Refactor ArborX access traits and add nearest neighbor predicate

3 years agoEnable ArborX documentation in Doxygen
Bruno Turcksin [Fri, 19 Mar 2021 20:30:33 +0000 (20:30 +0000)]
Enable ArborX documentation in Doxygen

3 years agoMiscellaneous cleanup in DoFHandler. 11967/head
Marc Fehling [Fri, 26 Mar 2021 06:12:01 +0000 (00:12 -0600)]
Miscellaneous cleanup in DoFHandler.

3 years agoReplace AffineConstraints::distribute() in MGTwoLevelTransfer 11968/head
Peter Munch [Fri, 26 Mar 2021 11:22:39 +0000 (12:22 +0100)]
Replace AffineConstraints::distribute() in MGTwoLevelTransfer

3 years agoMerge pull request #11961 from marcfehling/divide-parallel-tests
Wolfgang Bangerth [Fri, 26 Mar 2021 07:25:36 +0000 (08:25 +0100)]
Merge pull request #11961 from marcfehling/divide-parallel-tests

Divide parallel tests `limit_p_level_difference` between Triangulation types.

3 years agoMerge pull request #11962 from marcfehling/doc-triabase
Wolfgang Bangerth [Fri, 26 Mar 2021 07:23:15 +0000 (08:23 +0100)]
Merge pull request #11962 from marcfehling/doc-triabase

Minor fix in doc for `p:d:TriaBase`.

3 years agoMerge pull request #11888 from marcfehling/signal-pre-transfer
Wolfgang Bangerth [Fri, 26 Mar 2021 07:18:54 +0000 (08:18 +0100)]
Merge pull request #11888 from marcfehling/signal-pre-transfer

Refactored order of data transfer in p:d::Tria.

3 years agoMatrixFreeTools::compute_matrix() for PETScWrappers::MPI::SparseMatrix 11958/head
Peter Munch [Wed, 24 Mar 2021 10:30:16 +0000 (11:30 +0100)]
MatrixFreeTools::compute_matrix() for PETScWrappers::MPI::SparseMatrix

3 years agoMerge pull request #11959 from peterrum/petsc_vector_Subscriptor
Daniel Arndt [Thu, 25 Mar 2021 16:36:51 +0000 (11:36 -0500)]
Merge pull request #11959 from peterrum/petsc_vector_Subscriptor

Derive PETScWrappers::PreconditionBase from Subscriptor

3 years agoMerge pull request #11960 from marcfehling/restore-subdomain
Martin Kronbichler [Thu, 25 Mar 2021 08:12:18 +0000 (09:12 +0100)]
Merge pull request #11960 from marcfehling/restore-subdomain

Minor changes to `TemporarilyRestoreSubdomainIds`.

3 years agoMinor fix in doc for `p:d:TriaBase`. 11962/head
Marc Fehling [Wed, 24 Mar 2021 20:16:09 +0000 (14:16 -0600)]
Minor fix in doc for `p:d:TriaBase`.

3 years agoDivide parallel tests `limit_p_level_difference` between Triangulation types. 11961/head
Marc Fehling [Wed, 24 Mar 2021 20:12:13 +0000 (14:12 -0600)]
Divide parallel tests `limit_p_level_difference` between Triangulation types.

3 years agoMinor changes to `TemporarilyRestoreSubdomainIds`. 11960/head
Marc Fehling [Wed, 24 Mar 2021 20:07:55 +0000 (14:07 -0600)]
Minor changes to `TemporarilyRestoreSubdomainIds`.

3 years agoDerive PETScWrappers::PreconditionBase from Subscriptor 11959/head
Peter Munch [Wed, 24 Mar 2021 15:38:11 +0000 (16:38 +0100)]
Derive PETScWrappers::PreconditionBase from Subscriptor

3 years agoMerge pull request #11943 from marcfehling/future-coarsen
Martin Kronbichler [Tue, 23 Mar 2021 12:40:13 +0000 (13:40 +0100)]
Merge pull request #11943 from marcfehling/future-coarsen

Treat cells to be h-coarsened as their parent in `hp::Refinement::limit_p_level_difference()`.

3 years agoMerge pull request #11948 from marcfehling/copy-tria-2
Martin Kronbichler [Tue, 23 Mar 2021 12:20:13 +0000 (13:20 +0100)]
Merge pull request #11948 from marcfehling/copy-tria-2

p:d:T:copy_triangulation() for refined meshes. Second attempt.

3 years agoMerge pull request #11951 from peterrum/mf_asser_compatible
Martin Kronbichler [Tue, 23 Mar 2021 08:28:23 +0000 (09:28 +0100)]
Merge pull request #11951 from peterrum/mf_asser_compatible

MF::check_vector_compatibility(): improve assert message

3 years agoMerge pull request #11952 from mschreter/FEEvaluation_1d_additions
Peter Munch [Tue, 23 Mar 2021 05:37:18 +0000 (06:37 +0100)]
Merge pull request #11952 from mschreter/FEEvaluation_1d_additions

FEEvaluation with dim==n_components==1: Add additional support of submit_gradient and get_divergence

3 years agoMerge pull request #11940 from bergbauer/bcast
Wolfgang Bangerth [Mon, 22 Mar 2021 20:39:12 +0000 (21:39 +0100)]
Merge pull request #11940 from bergbauer/bcast

Add bcast function

3 years agoMF::check_vector_compatibility(): improve asser message 11951/head
Peter Munch [Mon, 22 Mar 2021 17:05:53 +0000 (18:05 +0100)]
MF::check_vector_compatibility(): improve asser message

3 years agoTreat cells to be h-coarsened as their parent in `hp::Refinement::limit_p_level_diffe... 11943/head
Marc Fehling [Thu, 18 Mar 2021 20:19:40 +0000 (14:19 -0600)]
Treat cells to be h-coarsened as their parent in `hp::Refinement::limit_p_level_difference()`.

3 years agoCopy triangulation in MGTransferGlobalCoarsening. 11948/head
Marc Fehling [Sat, 20 Mar 2021 21:33:16 +0000 (15:33 -0600)]
Copy triangulation in MGTransferGlobalCoarsening.

3 years agop:d:T:copy_triangulation() for refined meshes.
Marc Fehling [Sat, 20 Mar 2021 21:32:58 +0000 (15:32 -0600)]
p:d:T:copy_triangulation() for refined meshes.

3 years agoNew p4est connectivity copy functions.
Marc Fehling [Sat, 20 Mar 2021 21:32:38 +0000 (15:32 -0600)]
New p4est connectivity copy functions.

3 years agoConnect parallel_forest to connectivity.
Marc Fehling [Sat, 20 Mar 2021 21:36:05 +0000 (15:36 -0600)]
Connect parallel_forest to connectivity.

3 years agoadded get_divergence and submit_gradient of a rank-2 tensor, both in 1d; improved... 11952/head
Magdalena Schreter [Mon, 22 Mar 2021 17:50:15 +0000 (18:50 +0100)]
added get_divergence and submit_gradient of a rank-2 tensor, both in 1d; improved formatting

3 years agoMerge pull request #11950 from bangerth/kinsol-3
David Wells [Mon, 22 Mar 2021 13:36:22 +0000 (09:36 -0400)]
Merge pull request #11950 from bangerth/kinsol-3

Use better function names.

3 years agoMerge pull request #11946 from marcfehling/copy-tria-serial
Peter Munch [Mon, 22 Mar 2021 12:39:07 +0000 (13:39 +0100)]
Merge pull request #11946 from marcfehling/copy-tria-serial

Use manifold iterator range in copy_triangulation().

3 years agoMerge pull request #11928 from marcfehling/local_cell_relations_map
Peter Munch [Mon, 22 Mar 2021 12:37:28 +0000 (13:37 +0100)]
Merge pull request #11928 from marcfehling/local_cell_relations_map

Minor improvements regarding local_cell_relations.

3 years agoAdd broadcast function. 11940/head
Maximilian Bergbauer [Thu, 18 Mar 2021 14:45:15 +0000 (15:45 +0100)]
Add broadcast function.

3 years agoUse better function names. 11950/head
Wolfgang Bangerth [Sun, 14 Mar 2021 14:14:43 +0000 (15:14 +0100)]
Use better function names.

3 years agoMerge pull request #11908 from bangerth/kinsol-2
Jean-Paul Pelteret [Mon, 22 Mar 2021 08:02:27 +0000 (09:02 +0100)]
Merge pull request #11908 from bangerth/kinsol-2

Update SUNDIALS KINSOL interfaces to their current master

3 years agoMerge pull request #11945 from Rombur/fix_typo
Marc Fehling [Mon, 22 Mar 2021 02:01:32 +0000 (03:01 +0100)]
Merge pull request #11945 from Rombur/fix_typo

Fix typos

3 years agoOnly run tests with KINSOL 5.0 and above. 11908/head
Wolfgang Bangerth [Mon, 15 Mar 2021 17:09:56 +0000 (18:09 +0100)]
Only run tests with KINSOL 5.0 and above.

3 years agoAdd more KINSOL tests.
Wolfgang Bangerth [Fri, 5 Mar 2021 01:36:59 +0000 (02:36 +0100)]
Add more KINSOL tests.

3 years agoEnable a test also for later SUNDIALS versions.
Wolfgang Bangerth [Fri, 5 Mar 2021 01:11:32 +0000 (02:11 +0100)]
Enable a test also for later SUNDIALS versions.

3 years agoMake KINSOL available for SUNDIALS versions >4.x.
Wolfgang Bangerth [Sun, 28 Feb 2021 16:53:56 +0000 (17:53 +0100)]
Make KINSOL available for SUNDIALS versions >4.x.

3 years agoAdd commentary to a test case.
Wolfgang Bangerth [Fri, 5 Mar 2021 01:10:30 +0000 (02:10 +0100)]
Add commentary to a test case.

3 years agoMark ignored arguments as such.
Wolfgang Bangerth [Tue, 2 Mar 2021 02:48:12 +0000 (03:48 +0100)]
Mark ignored arguments as such.

3 years agoFix typos 11945/head
Bruno Turcksin [Sun, 21 Mar 2021 19:35:46 +0000 (19:35 +0000)]
Fix typos

3 years agoUse manifold iterator range in copy_triangulation(). 11946/head
Marc Fehling [Sat, 20 Mar 2021 00:22:58 +0000 (18:22 -0600)]
Use manifold iterator range in copy_triangulation().

3 years agoMerge pull request #11862 from peterrum/simplex_write_mesh_per_processor_as_vtu
David Wells [Fri, 19 Mar 2021 21:57:53 +0000 (17:57 -0400)]
Merge pull request #11862 from peterrum/simplex_write_mesh_per_processor_as_vtu

GridOut::write_mesh_per_processor_as_vtu() for simplex

3 years agoGridOut::write_mesh_per_processor_as_vtu() for simplex 11862/head
Peter Munch [Sat, 6 Mar 2021 21:56:12 +0000 (22:56 +0100)]
GridOut::write_mesh_per_processor_as_vtu() for simplex

3 years agoMerge pull request #11941 from marcfehling/explicit-instantiations
David Wells [Fri, 19 Mar 2021 14:57:04 +0000 (10:57 -0400)]
Merge pull request #11941 from marcfehling/explicit-instantiations

Hide explicit instantiations in Utilities::MPI from doxygen.

3 years agoMerge pull request #11942 from marcfehling/dofh-improvements
Martin Kronbichler [Fri, 19 Mar 2021 08:34:19 +0000 (09:34 +0100)]
Merge pull request #11942 from marcfehling/dofh-improvements

Minor changes to DoFHandler functionalities.

3 years agoMerge pull request #11937 from marcfehling/limit-levels
Marc Fehling [Fri, 19 Mar 2021 03:50:23 +0000 (04:50 +0100)]
Merge pull request #11937 from marcfehling/limit-levels

Move `DoFHandler::prepare_c_and_r()` to `hp::Refinement::limit_p_level_difference()`.

3 years agoMinor changes to DoFHandler functionalities. 11942/head
Marc Fehling [Wed, 17 Mar 2021 02:13:44 +0000 (20:13 -0600)]
Minor changes to DoFHandler functionalities.

3 years agoHide explicit instantiations in Utilities::MPI from doxygen. 11941/head
Marc Fehling [Thu, 18 Mar 2021 22:04:10 +0000 (16:04 -0600)]
Hide explicit instantiations in Utilities::MPI from doxygen.

3 years agoMerge pull request #11882 from peterrum/mapping_q_cache_init_vector
David Wells [Thu, 18 Mar 2021 20:57:27 +0000 (16:57 -0400)]
Merge pull request #11882 from peterrum/mapping_q_cache_init_vector

Add further new MappingQCache::initialize() functions

3 years agoMove DoFhandler::prepare_c_and_r() to hp::Refinement::limit_p_level_difference(). 11937/head
Marc Fehling [Thu, 18 Mar 2021 01:59:12 +0000 (19:59 -0600)]
Move DoFhandler::prepare_c_and_r() to hp::Refinement::limit_p_level_difference().


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.