]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoMerge pull request #12119 from peterrum/locally_owned_particles
Wolfgang Bangerth [Mon, 3 May 2021 18:25:58 +0000 (12:25 -0600)]
Merge pull request #12119 from peterrum/locally_owned_particles

Rename ParticleHandler::locally_relevant_ids() to locally_owned_particles()

3 years agoMerge pull request #12113 from kronbichler/fix_type
Peter Munch [Mon, 3 May 2021 17:52:04 +0000 (19:52 +0200)]
Merge pull request #12113 from kronbichler/fix_type

DynamicSparsityPattern: Avoid bug with 64 bit integers

3 years agoMerge pull request #12126 from kronbichler/speed_up_function
Daniel Arndt [Mon, 3 May 2021 17:11:30 +0000 (12:11 -0500)]
Merge pull request #12126 from kronbichler/speed_up_function

Simplify some calls to make compiler inline function

3 years agoMerge pull request #11552 from michelebucelli/step-40-simplex
Peter Munch [Mon, 3 May 2021 17:00:17 +0000 (19:00 +0200)]
Merge pull request #11552 from michelebucelli/step-40-simplex

Step 40 as a simplex test

3 years agoMerge pull request #11795 from bangerth/michelebucelli-step-17-simplex-cleanup
Peter Munch [Mon, 3 May 2021 17:00:00 +0000 (19:00 +0200)]
Merge pull request #11795 from bangerth/michelebucelli-step-17-simplex-cleanup

Michelebucelli step 17 simplex cleanup

3 years agoMerge pull request #12124 from peterrum/linux-debug-parallel-simplex-warning
David Wells [Mon, 3 May 2021 16:35:06 +0000 (12:35 -0400)]
Merge pull request #12124 from peterrum/linux-debug-parallel-simplex-warning

Ignore MPI warning in linux-debug-parallel-simplex

3 years agoAdd test case 12113/head
Martin Kronbichler [Mon, 3 May 2021 15:57:20 +0000 (17:57 +0200)]
Add test case

3 years agoSimplify some calls to make compiler inline function 12126/head
Martin Kronbichler [Mon, 3 May 2021 15:36:23 +0000 (17:36 +0200)]
Simplify some calls to make compiler inline function

3 years agoStep 17 using simplex 11795/head
Michele Bucelli [Thu, 14 Jan 2021 08:53:08 +0000 (09:53 +0100)]
Step 17 using simplex

3 years agoIgnore MPI warning in linux-debug-parallel-simplex 12124/head
Peter Munch [Mon, 3 May 2021 08:31:55 +0000 (10:31 +0200)]
Ignore MPI warning in linux-debug-parallel-simplex

3 years agoStep 40 with simplex 11552/head
Michele Bucelli [Thu, 14 Jan 2021 09:48:06 +0000 (10:48 +0100)]
Step 40 with simplex

3 years agoRename ParticleHandler::locally_relevant_ids() to locally_owned_particles() 12119/head
Peter Munch [Sat, 1 May 2021 10:03:36 +0000 (12:03 +0200)]
Rename ParticleHandler::locally_relevant_ids() to locally_owned_particles()

3 years agoMerge pull request #12123 from drwells/add-simplex-barycenter
Peter Munch [Mon, 3 May 2021 05:23:45 +0000 (07:23 +0200)]
Merge pull request #12123 from drwells/add-simplex-barycenter

Implement barycenter for simplices.

3 years agoImplement barycenter for simplices. 12123/head
David Wells [Mon, 3 May 2021 03:24:16 +0000 (23:24 -0400)]
Implement barycenter for simplices.

3 years agoMerge pull request #12120 from peterrum/ReferenceCellWrapper
Wolfgang Bangerth [Mon, 3 May 2021 03:01:53 +0000 (21:01 -0600)]
Merge pull request #12120 from peterrum/ReferenceCellWrapper

Rename CellTypeWrapper to ReferenceCellWrapper

3 years agoMerge pull request #12118 from peterrum/remove_deal_ii_with_simplex_support
Timo Heister [Sun, 2 May 2021 00:29:51 +0000 (20:29 -0400)]
Merge pull request #12118 from peterrum/remove_deal_ii_with_simplex_support

Remove DEAL_II_WITH_SIMPLEX_SUPPORT

3 years agoRemove DEAL_II_WITH_SIMPLEX_SUPPORT 12118/head
Peter Munch [Fri, 30 Apr 2021 22:16:28 +0000 (00:16 +0200)]
Remove DEAL_II_WITH_SIMPLEX_SUPPORT

3 years agoRename CellTypeWrapper to ReferenceCellWrapper 12120/head
Peter Munch [Sat, 1 May 2021 10:15:20 +0000 (12:15 +0200)]
Rename CellTypeWrapper to ReferenceCellWrapper

3 years agoMerge pull request #12116 from peterrum/ca_docu
Timo Heister [Fri, 30 Apr 2021 13:05:23 +0000 (09:05 -0400)]
Merge pull request #12116 from peterrum/ca_docu

Minor improvements in ConsensusAlgorithms docu

3 years agoMinor improvements in ConsensusAlgorithms docu 12116/head
Peter Munch [Fri, 30 Apr 2021 05:53:34 +0000 (07:53 +0200)]
Minor improvements in ConsensusAlgorithms docu

3 years agoDynamicSparsityPattern: Avoid bug with 64 bit integers
Martin Kronbichler [Thu, 29 Apr 2021 12:07:02 +0000 (14:07 +0200)]
DynamicSparsityPattern: Avoid bug with 64 bit integers

3 years agoMerge pull request #12112 from bangerth/table-3
Marc Fehling [Thu, 29 Apr 2021 03:20:26 +0000 (05:20 +0200)]
Merge pull request #12112 from bangerth/table-3

Do not redefine functions that we can import from the base class.

3 years agoMerge pull request #12110 from bangerth/table-doc
David Wells [Thu, 29 Apr 2021 00:47:29 +0000 (20:47 -0400)]
Merge pull request #12110 from bangerth/table-doc

Improve the documentation of the Table<N,T> classes slightly.

3 years agoDo not redefine functions that we can import from the base class. 12112/head
Wolfgang Bangerth [Wed, 28 Apr 2021 23:47:02 +0000 (17:47 -0600)]
Do not redefine functions that we can import from the base class.

3 years agoMerge pull request #12109 from bangerth/table
Bruno Turcksin [Wed, 28 Apr 2021 21:22:42 +0000 (17:22 -0400)]
Merge pull request #12109 from bangerth/table

Do not actually define the general Table class.

3 years agoImprove the documentation of the Table<N,T> classes slightly. 12110/head
Wolfgang Bangerth [Wed, 28 Apr 2021 16:46:51 +0000 (10:46 -0600)]
Improve the documentation of the Table<N,T> classes slightly.

3 years agoDo not actually define the general Table class. 12109/head
Wolfgang Bangerth [Wed, 28 Apr 2021 16:25:01 +0000 (10:25 -0600)]
Do not actually define the general Table class.

The class is exclusively used through its specializations. There is no need to
provide a general implementation. It is also currently unusable since the
class has no non-trivial constructors, so nobody could have used the general
template for anything useful.

3 years agoMerge pull request #12104 from bangerth/ref
Peter Munch [Wed, 28 Apr 2021 06:14:37 +0000 (08:14 +0200)]
Merge pull request #12104 from bangerth/ref

Provide links to tutorial programs.

3 years agoMerge pull request #12103 from bangerth/ref-cell-77
Peter Munch [Wed, 28 Apr 2021 06:14:06 +0000 (08:14 +0200)]
Merge pull request #12103 from bangerth/ref-cell-77

Simplify use of a function in ReferenceCell.

3 years agoMerge pull request #12105 from bangerth/ref-cell-78
Peter Munch [Wed, 28 Apr 2021 06:13:33 +0000 (08:13 +0200)]
Merge pull request #12105 from bangerth/ref-cell-78

Fix a function for non-quads/hexes.

3 years agoMerge pull request #12106 from bangerth/ref-cell-79
Peter Munch [Wed, 28 Apr 2021 06:13:13 +0000 (08:13 +0200)]
Merge pull request #12106 from bangerth/ref-cell-79

Make Triangulation::get_boundary_ids() work for non-hypercube cells.

3 years agoMerge pull request #12107 from bangerth/ref-cell-81
Peter Munch [Wed, 28 Apr 2021 06:09:46 +0000 (08:09 +0200)]
Merge pull request #12107 from bangerth/ref-cell-81

Replace some more occurrences of GeometryInfo.

3 years agoMerge pull request #12022 from bangerth/table-x
Peter Munch [Wed, 28 Apr 2021 05:52:54 +0000 (07:52 +0200)]
Merge pull request #12022 from bangerth/table-x

Add AlignedVector::replicate_across_communicator()

3 years agoReplace some more occurrences of GeometryInfo. 12107/head
Wolfgang Bangerth [Tue, 27 Apr 2021 22:02:11 +0000 (16:02 -0600)]
Replace some more occurrences of GeometryInfo.

3 years agoAdd test. 12106/head
Wolfgang Bangerth [Tue, 27 Apr 2021 21:48:03 +0000 (15:48 -0600)]
Add test.

3 years agoMake Triangulation::get_boundary_ids() work for non-hypercube cells.
Wolfgang Bangerth [Tue, 27 Apr 2021 21:47:51 +0000 (15:47 -0600)]
Make Triangulation::get_boundary_ids() work for non-hypercube cells.

3 years agoSimplify use of a function in ReferenceCell. 12103/head
Wolfgang Bangerth [Tue, 27 Apr 2021 20:49:06 +0000 (14:49 -0600)]
Simplify use of a function in ReferenceCell.

3 years agoMerge pull request #12108 from Rombur/tutorial_67
Wolfgang Bangerth [Wed, 28 Apr 2021 03:12:59 +0000 (21:12 -0600)]
Merge pull request #12108 from Rombur/tutorial_67

Fix typo from copy/paste

3 years agoFix typo from copy/paste 12108/head
Bruno Turcksin [Wed, 28 Apr 2021 01:37:28 +0000 (01:37 +0000)]
Fix typo from copy/paste

3 years agoAdapt a test by Peter Munch. 12022/head
Wolfgang Bangerth [Tue, 27 Apr 2021 22:50:52 +0000 (16:50 -0600)]
Adapt a test by Peter Munch.

3 years agoWork around an MPI bug in a different way.
Wolfgang Bangerth [Tue, 27 Apr 2021 22:24:00 +0000 (16:24 -0600)]
Work around an MPI bug in a different way.

3 years agoInsert a barrier into a test.
Wolfgang Bangerth [Tue, 27 Apr 2021 22:08:49 +0000 (16:08 -0600)]
Insert a barrier into a test.

3 years agoProvide links to tutorial programs. 12104/head
Wolfgang Bangerth [Tue, 27 Apr 2021 20:50:26 +0000 (14:50 -0600)]
Provide links to tutorial programs.

3 years agoMerge pull request #12100 from masterleinad/fix_intel_tests
Wolfgang Bangerth [Tue, 27 Apr 2021 21:59:22 +0000 (15:59 -0600)]
Merge pull request #12100 from masterleinad/fix_intel_tests

Fix up tests for ICC 2018

3 years agoFix a function for non-quads/hexes. 12105/head
Wolfgang Bangerth [Tue, 27 Apr 2021 20:53:52 +0000 (14:53 -0600)]
Fix a function for non-quads/hexes.

3 years agoMove DistortedCellList destructor to source/grid/tria.cc 12100/head
Daniel Arndt [Tue, 27 Apr 2021 20:19:36 +0000 (16:19 -0400)]
Move DistortedCellList destructor to source/grid/tria.cc

3 years agoFix up tests for Intel
Daniel Arndt [Tue, 27 Apr 2021 15:38:09 +0000 (11:38 -0400)]
Fix up tests for Intel

3 years agoMerge pull request #12097 from masterleinad/fix_lac_vector_memory
Wolfgang Bangerth [Mon, 26 Apr 2021 21:39:17 +0000 (15:39 -0600)]
Merge pull request #12097 from masterleinad/fix_lac_vector_memory

Fix lac/vector_memory for Clang12

3 years agoMerge pull request #12099 from bangerth/fe-values-cache
Daniel Arndt [Mon, 26 Apr 2021 20:25:28 +0000 (16:25 -0400)]
Merge pull request #12099 from bangerth/fe-values-cache

Fix the number of entries in the FEValues view cache.

3 years agoMerge pull request #12098 from masterleinad/fix_parameter_handler_25
Daniel Arndt [Mon, 26 Apr 2021 19:17:17 +0000 (15:17 -0400)]
Merge pull request #12098 from masterleinad/fix_parameter_handler_25

Fix parameter_handler/parameter_handler_25 for clang12

3 years agoMerge pull request #12096 from masterleinad/fix_unsubscribe_subscriptor
Daniel Arndt [Mon, 26 Apr 2021 17:21:39 +0000 (13:21 -0400)]
Merge pull request #12096 from masterleinad/fix_unsubscribe_subscriptor

Fix base/unsubscribe_subscriptor for clang

3 years agoFix the number of entries in the FEValues view cache. 12099/head
Wolfgang Bangerth [Mon, 26 Apr 2021 17:02:47 +0000 (11:02 -0600)]
Fix the number of entries in the FEValues view cache.

Looking at the implementation of the FEValuesViews::Vector and similar classes, we
see that they return 'spacedim' objects at a time, and similar for the tensor views.
The number of entries in the cache for vectors was already keyed off 'spacedim',
but for the tensors it was based on 'dim' instead. This isn't quite right.

3 years agoFix parameter_handler/parameter_handler_25 for clang12 12098/head
Daniel Arndt [Mon, 26 Apr 2021 16:25:28 +0000 (12:25 -0400)]
Fix parameter_handler/parameter_handler_25 for clang12

3 years agoSimplify code slightly.
Wolfgang Bangerth [Sun, 25 Apr 2021 23:07:40 +0000 (17:07 -0600)]
Simplify code slightly.

3 years agoMerge pull request #12095 from masterleinad/fix_extract_boundary_dofs
Daniel Arndt [Mon, 26 Apr 2021 16:02:30 +0000 (12:02 -0400)]
Merge pull request #12095 from masterleinad/fix_extract_boundary_dofs

Fix mpi/extract_boundary_dofs

3 years agoFix lac/vector_memory for Clang12 12097/head
Daniel Arndt [Mon, 26 Apr 2021 16:01:09 +0000 (12:01 -0400)]
Fix lac/vector_memory for Clang12

3 years agoFix base/unsubscribe_subscriptor for clang 12096/head
Daniel Arndt [Mon, 26 Apr 2021 15:44:25 +0000 (11:44 -0400)]
Fix base/unsubscribe_subscriptor for clang

3 years agoMerge pull request #12062 from simonsticko/function_bounds
Wolfgang Bangerth [Mon, 26 Apr 2021 15:34:58 +0000 (09:34 -0600)]
Merge pull request #12062 from simonsticko/function_bounds

Add function estimating Function bounds over a BoundingBox

3 years agoMerge pull request #12079 from simonsticko/sphere_plane_level_set
Wolfgang Bangerth [Mon, 26 Apr 2021 15:34:47 +0000 (09:34 -0600)]
Merge pull request #12079 from simonsticko/sphere_plane_level_set

Add level set functions for a plane and a sphere

3 years agoMerge pull request #12094 from bangerth/move-2
Daniel Arndt [Mon, 26 Apr 2021 14:31:36 +0000 (10:31 -0400)]
Merge pull request #12094 from bangerth/move-2

3 years agoFix mpi/extract_boundary_dofs 12095/head
Daniel Arndt [Mon, 26 Apr 2021 14:11:28 +0000 (10:11 -0400)]
Fix mpi/extract_boundary_dofs

3 years agoMerge pull request #12083 from bangerth/types
Jean-Paul Pelteret [Mon, 26 Apr 2021 06:16:33 +0000 (08:16 +0200)]
Merge pull request #12083 from bangerth/types

Simplify some type computations in FEValuesViews.

3 years agoAdd a test. 12094/head
Wolfgang Bangerth [Mon, 19 Apr 2021 21:16:40 +0000 (15:16 -0600)]
Add a test.

3 years agoAdd a changelog entry.
Wolfgang Bangerth [Mon, 19 Apr 2021 21:16:23 +0000 (15:16 -0600)]
Add a changelog entry.

3 years agoProvide a move constructor for Functions::InterpolatedUniformGridData.
Wolfgang Bangerth [Mon, 19 Apr 2021 21:16:14 +0000 (15:16 -0600)]
Provide a move constructor for Functions::InterpolatedUniformGridData.

3 years agoAdd a changelog entry. 12083/head
Wolfgang Bangerth [Sun, 25 Apr 2021 21:45:08 +0000 (15:45 -0600)]
Add a changelog entry.

3 years agoBring back the OutputTypes structures.
Wolfgang Bangerth [Sun, 25 Apr 2021 21:42:46 +0000 (15:42 -0600)]
Bring back the OutputTypes structures.

3 years agoMerge pull request #12093 from peterrum/MatrixFreeTools_doxygen
Timo Heister [Sun, 25 Apr 2021 13:59:19 +0000 (09:59 -0400)]
Merge pull request #12093 from peterrum/MatrixFreeTools_doxygen

Guard if code in MatrixFreeTools if doxygen is used

3 years agoGuard if code in MatrixFreeTools if doxygen is used 12093/head
Peter Munch [Sun, 25 Apr 2021 10:00:27 +0000 (12:00 +0200)]
Guard if code in MatrixFreeTools if doxygen is used

3 years agoAdd function estimating Function bounds over a BoundingBox 12062/head
Simon Sticko [Tue, 20 Apr 2021 06:28:23 +0000 (08:28 +0200)]
Add function estimating Function bounds over a BoundingBox

Add a function taylor_estimate_function_bounds, which estimates the
range of a Function over a BoundingBox by approximating the function
by a 2nd order Taylor polynomial. Both the range of the function value
and the range of each gradient component is estimated.

3 years agoAdd level set functions for a plane and a sphere 12079/head
Simon Sticko [Thu, 22 Apr 2021 13:28:56 +0000 (15:28 +0200)]
Add level set functions for a plane and a sphere

Add two level set functions in a new namespace
dealii::Functions::LevelSet, one being the signed distance function
from an arbitrary point to a sphere, and the other being the
(possibly scaled) signed distance from a point to a plane.

3 years agoMerge pull request #11122 from drwells/check-msvc-constexpr
Wolfgang Bangerth [Sun, 25 Apr 2021 01:34:26 +0000 (19:34 -0600)]
Merge pull request #11122 from drwells/check-msvc-constexpr

Check MSVC's constexpr support.

3 years agoMerge pull request #12091 from tamiko/fix_sundials_tests
Wolfgang Bangerth [Sun, 25 Apr 2021 01:17:11 +0000 (19:17 -0600)]
Merge pull request #12091 from tamiko/fix_sundials_tests

tests/sundials/* Use new variants already for version 5.2.0 onwards

3 years agoMerge pull request #12089 from tamiko/missing_instantiations
David Wells [Sat, 24 Apr 2021 20:55:18 +0000 (16:55 -0400)]
Merge pull request #12089 from tamiko/missing_instantiations

add missing instantiations

3 years agoMerge pull request #12077 from marcfehling/error-predictor
David Wells [Sat, 24 Apr 2021 20:43:46 +0000 (16:43 -0400)]
Merge pull request #12077 from marcfehling/error-predictor

Remove `parallel::distributed::ErrorPredictor`.

3 years agoConvert most DEAL_II_CONSTEXPR to constexpr. 11122/head
David Wells [Fri, 30 Oct 2020 18:02:35 +0000 (14:02 -0400)]
Convert most DEAL_II_CONSTEXPR to constexpr.

Now that we require C++14 we can treat this differently. Not everything can be
converted yet - some older compilers encounter internal compiler errors when we
try to mark more things as constexpr.

3 years agotests/sundials/* Use new variants already for version 5.2.0 onwards 12091/head
Matthias Maier [Sat, 24 Apr 2021 07:06:51 +0000 (02:06 -0500)]
tests/sundials/* Use new variants already for version 5.2.0 onwards

3 years agoadd missing instantiations 12089/head
Matthias Maier [Sat, 24 Apr 2021 05:54:05 +0000 (00:54 -0500)]
add missing instantiations

3 years agoAlso adjust tests.
Wolfgang Bangerth [Fri, 23 Apr 2021 20:33:46 +0000 (14:33 -0600)]
Also adjust tests.

3 years agoSimplify some type computations in FEValuesViews.
Wolfgang Bangerth [Thu, 22 Apr 2021 19:35:01 +0000 (13:35 -0600)]
Simplify some type computations in FEValuesViews.

Specifically, instead of using a nested class, just use a template type alias.
While there, also fix a few places where we should have used the existing type
alias but instead had repeated the same type computation used in the definition
of the type alias.

3 years agoMerge pull request #12057 from bangerth/move
Daniel Arndt [Fri, 23 Apr 2021 19:15:30 +0000 (15:15 -0400)]
Merge pull request #12057 from bangerth/move

3 years agoMerge pull request #12088 from bangerth/static-assert
Daniel Arndt [Fri, 23 Apr 2021 18:36:11 +0000 (14:36 -0400)]
Merge pull request #12088 from bangerth/static-assert

Fix a static_assert to actually make sense.

3 years agoMerge pull request #12085 from drwells/fix-compilation-gcc-5
Daniel Arndt [Fri, 23 Apr 2021 17:26:47 +0000 (13:26 -0400)]
Merge pull request #12085 from drwells/fix-compilation-gcc-5

Fix compilation with gcc-5.

3 years agoFix a static_assert to actually make sense. 12088/head
Wolfgang Bangerth [Fri, 23 Apr 2021 15:49:32 +0000 (09:49 -0600)]
Fix a static_assert to actually make sense.

More specifically, there is a specialization Tensor<0,dim,Number> so we should
reallly never get here with rank==0.

3 years agoMerge pull request #12086 from masterleinad/fix_petsc_warning
Wolfgang Bangerth [Fri, 23 Apr 2021 15:47:29 +0000 (09:47 -0600)]
Merge pull request #12086 from masterleinad/fix_petsc_warning

Fix warning about unused function in PETScWrappers source file

3 years agoFix compilation with gcc-5. 12085/head
David Wells [Fri, 23 Apr 2021 14:30:06 +0000 (10:30 -0400)]
Fix compilation with gcc-5.

The compiler generates identical symbols for each static declaration, which
leads to a problem in the assembler. Work around it by not declaring the
variable as static.

3 years agoFix warning about ununed function in PETScWrappers source file 12086/head
Daniel Arndt [Fri, 23 Apr 2021 13:50:50 +0000 (09:50 -0400)]
Fix warning about ununed function in PETScWrappers source file

3 years agoMerge pull request #12082 from drwells/remove-gridreordering-3
Daniel Arndt [Fri, 23 Apr 2021 02:24:19 +0000 (22:24 -0400)]
Merge pull request #12082 from drwells/remove-gridreordering-3

Move GridReordering::reorder_cells().

3 years agoMerge pull request #12084 from masterleinad/guard_sundials
Daniel Arndt [Fri, 23 Apr 2021 02:23:25 +0000 (22:23 -0400)]
Merge pull request #12084 from masterleinad/guard_sundials

Guard SUNDIALS variables more carefully

3 years agoMerge pull request #12076 from harmonj/FE_NEDELEC_BUG_REMOVAL
Bruno Turcksin [Fri, 23 Apr 2021 02:05:29 +0000 (22:05 -0400)]
Merge pull request #12076 from harmonj/FE_NEDELEC_BUG_REMOVAL

Correct 2-D FE_Nedelec Interpolation

3 years agoRemove `parallel::distributed::ErrorPredictor`. 12077/head
Marc Fehling [Thu, 22 Apr 2021 05:14:27 +0000 (23:14 -0600)]
Remove `parallel::distributed::ErrorPredictor`.

3 years agoUse `hp::Refinement::predict_error()` in favor of `parallel::distributed::ErrorPredic...
Marc Fehling [Thu, 22 Apr 2021 03:18:44 +0000 (21:18 -0600)]
Use `hp::Refinement::predict_error()` in favor of `parallel::distributed::ErrorPredictor`.

3 years agoMerge pull request #12074 from marcfehling/bug-predict-error
Marc Fehling [Thu, 22 Apr 2021 21:57:03 +0000 (23:57 +0200)]
Merge pull request #12074 from marcfehling/bug-predict-error

Bugfix: `hp::Refinement::predict_error` - cast to int

3 years agoGuard SUNDIALS variables more carefully 12084/head
Daniel Arndt [Thu, 22 Apr 2021 20:16:05 +0000 (16:16 -0400)]
Guard SUNDIALS variables more carefully

3 years agoMove GridReordering::reorder_cells(). 12082/head
David Wells [Thu, 22 Apr 2021 15:48:15 +0000 (11:48 -0400)]
Move GridReordering::reorder_cells().

3 years agoMerge pull request #11971 from dangars/step62_no_jupyter
David Wells [Thu, 22 Apr 2021 19:17:40 +0000 (15:17 -0400)]
Merge pull request #11971 from dangars/step62_no_jupyter

Give the option to use step-62 without the jupyter notebook

3 years agoMerge pull request #12081 from masterleinad/fix_copy_connectivity_unity
David Wells [Thu, 22 Apr 2021 19:17:20 +0000 (15:17 -0400)]
Merge pull request #12081 from masterleinad/fix_copy_connectivity_unity

Forward declare explicit template specializations for copy_connectivity

3 years agoMerge pull request #12073 from marcfehling/step-27-limitplevel
Wolfgang Bangerth [Thu, 22 Apr 2021 18:57:03 +0000 (12:57 -0600)]
Merge pull request #12073 from marcfehling/step-27-limitplevel

step-27: limit p-level difference

3 years agoBugfix: `hp::Refinement::predict_error` - cast to int 12074/head
Marc Fehling [Thu, 22 Apr 2021 04:16:08 +0000 (22:16 -0600)]
Bugfix: `hp::Refinement::predict_error` - cast to int

3 years agoCorrects 2-D FE_Nedelec Interpolation 12076/head
Jake Harmon [Thu, 22 Apr 2021 04:49:38 +0000 (22:49 -0600)]
Corrects 2-D FE_Nedelec Interpolation

Fixes a conditional statement in FE_Nedelec::convert_...to_dof_values. Adds a new test function in tests/fe/interpolation_common.h for use in tests/fe/interpolation_nedelec.cc as the previous test case indicated (incorrectly) that the function returned correct DoF values.


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.