]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agofix umfpack cmake 3.20 warning 12506/head
Timo Heister [Sat, 26 Jun 2021 21:33:43 +0000 (17:33 -0400)]
fix umfpack cmake 3.20 warning

Fix the following warnings produced by CMake 3.20:

CMake Warning (dev) at cmake/macros/macro_deal_ii_add_library.cmake:35
(ADD_LIBRARY):
Policy CMP0115 is not set: Source file extensions must be explicit.
File:

    /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_dump.cc
   /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_init_front.cc
    /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umf_local_search.cc
    /home/heister/deal.ii-
candi/tmp/unpack/deal.II-v9.3.0/bundled/umfpack/UMFPACK/Source/umfpack_report_numeric.cc

3 years agoMerge pull request #12499 from peterrum/distributed_compute_point_locations_unique_ma...
David Wells [Fri, 25 Jun 2021 20:22:02 +0000 (16:22 -0400)]
Merge pull request #12499 from peterrum/distributed_compute_point_locations_unique_mapping

Make mapping in GridTools::distributed_compute_point_locations() unique

3 years agoMerge pull request #12495 from drwells/improve-p-d-T-checks
David Wells [Fri, 25 Jun 2021 20:17:56 +0000 (16:17 -0400)]
Merge pull request #12495 from drwells/improve-p-d-T-checks

Improve some checks for distributed Triangulations.

3 years agoMerge pull request #12486 from drwells/instantiate-subdomain
David Wells [Fri, 25 Jun 2021 18:46:09 +0000 (14:46 -0400)]
Merge pull request #12486 from drwells/instantiate-subdomain

Instantiate a GridTools function for dim = 1.

3 years agoImprove some checks for distributed Triangulations. 12495/head
David Wells [Thu, 24 Jun 2021 20:26:02 +0000 (16:26 -0400)]
Improve some checks for distributed Triangulations.

3 years agoMake mapping in GridTools::distributed_compute_point_locations() unique 12499/head
Peter Munch [Fri, 25 Jun 2021 16:17:44 +0000 (18:17 +0200)]
Make mapping in GridTools::distributed_compute_point_locations() unique

3 years agoInstantiate a GridTools function for dim = 1. 12486/head
David Wells [Tue, 22 Jun 2021 14:41:10 +0000 (10:41 -0400)]
Instantiate a GridTools function for dim = 1.

This requires special-casing p::d::T since the internal functions aren't defined
for 1D.

3 years agoMerge pull request #12491 from peterrum/get_face_quadrature_collection
David Wells [Thu, 24 Jun 2021 12:25:36 +0000 (08:25 -0400)]
Merge pull request #12491 from peterrum/get_face_quadrature_collection

Work on get_face_quadrature_collection() and get_unique_face_quadratures()

3 years agoMerge pull request #12485 from gassmoeller/clarify_locally_owned_particles
Timo Heister [Wed, 23 Jun 2021 21:42:41 +0000 (17:42 -0400)]
Merge pull request #12485 from gassmoeller/clarify_locally_owned_particles

Fix number of locally owned particles in particle handler

3 years agoClarify locally owned particles 12485/head
Rene Gassmoeller [Tue, 22 Jun 2021 14:31:27 +0000 (10:31 -0400)]
Clarify locally owned particles

3 years agoWork on get_face_quadrature_collection() and get_unique_face_quadratures() 12491/head
Peter Munch [Wed, 23 Jun 2021 08:56:19 +0000 (10:56 +0200)]
Work on get_face_quadrature_collection() and get_unique_face_quadratures()

3 years agoMerge pull request #12489 from drwells/fix-simplex-quadrature-rules
Peter Munch [Wed, 23 Jun 2021 06:08:05 +0000 (08:08 +0200)]
Merge pull request #12489 from drwells/fix-simplex-quadrature-rules

Really use n_points_1D for the simplex quadrature rules.

3 years agoFix several simplex quadrature rules. 12489/head
David Wells [Tue, 22 Jun 2021 18:04:34 +0000 (14:04 -0400)]
Fix several simplex quadrature rules.

3 years agoAdd a test with poor output.
David Wells [Tue, 22 Jun 2021 18:00:07 +0000 (14:00 -0400)]
Add a test with poor output.

This test passes on master, but shouldn't, since several of the printed
integrands are wrong. This will be corrected in the next commit.

3 years agoMerge pull request #12483 from gassmoeller/fix_remove_particle
Marc Fehling [Tue, 22 Jun 2021 17:20:06 +0000 (11:20 -0600)]
Merge pull request #12483 from gassmoeller/fix_remove_particle

Fix bug in remove particle

3 years agoMerge pull request #12478 from tjhei/mpi_underlinkage_bug
Matthias Maier [Tue, 22 Jun 2021 16:31:15 +0000 (11:31 -0500)]
Merge pull request #12478 from tjhei/mpi_underlinkage_bug

fix cmake underlinkage error

3 years agoMerge pull request #12416 from mathsen/flux_level_constraints
David Wells [Tue, 22 Jun 2021 16:29:26 +0000 (12:29 -0400)]
Merge pull request #12416 from mathsen/flux_level_constraints

changed make_flux_sparsity_pattern to have the ability to add constraints

3 years agoMerge pull request #12469 from bangerth/count
David Wells [Tue, 22 Jun 2021 14:48:49 +0000 (10:48 -0400)]
Merge pull request #12469 from bangerth/count

Update/extend the script that counts lines of code.

3 years agoFix copyright year 12483/head
Rene Gassmoeller [Tue, 22 Jun 2021 14:01:13 +0000 (10:01 -0400)]
Fix copyright year

3 years agoMerge pull request #12482 from bangerth/arkode-3
Bruno Turcksin [Tue, 22 Jun 2021 01:20:26 +0000 (21:20 -0400)]
Merge pull request #12482 from bangerth/arkode-3

Remove code for SUNDIALS versions prior to 3.0.

3 years agoMerge pull request #12480 from peterrum/MinimalGranularityPolicy_fix
Daniel Arndt [Mon, 21 Jun 2021 22:22:39 +0000 (18:22 -0400)]
Merge pull request #12480 from peterrum/MinimalGranularityPolicy_fix

Fix MinimalGranularityPolicy

3 years agoFix bug in remove particle
Rene Gassmoeller [Mon, 21 Jun 2021 21:52:48 +0000 (17:52 -0400)]
Fix bug in remove particle

3 years agoMerge pull request #12481 from bangerth/changelog
Daniel Arndt [Mon, 21 Jun 2021 18:56:48 +0000 (14:56 -0400)]
Merge pull request #12481 from bangerth/changelog

Add a missing changelog entry.

3 years agoRemove code for SUNDIALS versions prior to 3.0. 12482/head
Wolfgang Bangerth [Tue, 25 May 2021 19:31:15 +0000 (13:31 -0600)]
Remove code for SUNDIALS versions prior to 3.0.

3 years agoAdd a missing changelog entry. 12481/head
Wolfgang Bangerth [Mon, 21 Jun 2021 17:38:12 +0000 (11:38 -0600)]
Add a missing changelog entry.

3 years agoFix MinimalGranularityPolicy 12480/head
Peter Munch [Mon, 21 Jun 2021 14:37:23 +0000 (16:37 +0200)]
Fix MinimalGranularityPolicy

3 years agoMerge pull request #12473 from bangerth/exc-3
Daniel Arndt [Sun, 20 Jun 2021 15:53:00 +0000 (11:53 -0400)]
Merge pull request #12473 from bangerth/exc-3

Simplify an exception.

3 years agoMerge pull request #12479 from joseeroman/jose/fix-slepc-url
Jean-Paul Pelteret [Sun, 20 Jun 2021 11:51:43 +0000 (13:51 +0200)]
Merge pull request #12479 from joseeroman/jose/fix-slepc-url

Fix SLEPc URL

3 years agoFix SLEPc URL 12479/head
Jose E. Roman [Sun, 20 Jun 2021 11:14:44 +0000 (13:14 +0200)]
Fix SLEPc URL

3 years agofix cmake underlinkage error 12478/head
Timo Heister [Sat, 19 Jun 2021 18:15:38 +0000 (14:15 -0400)]
fix cmake underlinkage error

The underlinkage MPI check under Ubuntu fails if MPI_CXX_LIBRARIES is
empty, which happens if you configure with CXX=mpicxx (even though you
should not).

In this situation, just disable this hack. Errors look like this:

CMake Error at cmake/modules/FindMPI.cmake:143 (LIST):
  LIST GET given empty list
Call Stack (most recent call first):
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/configure/configure_1_mpi.cmake:28 (FIND_PACKAGE)
/a/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_MPI_FIND_EXTERNAL)
  cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)
  cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)
  cmake/configure/configure_1_mpi.cmake:81 (CONFIGURE_FEATURE)
  cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
  CMakeLists.txt:121 (VERBOSE_INCLUDE)

CMake Error at cmake/modules/FindMPI.cmake:144 (GET_FILENAME_COMPONENT):
  GET_FILENAME_COMPONENT called with incorrect number of arguments
Call Stack (most recent call first):
  cmake/macros/macro_find_package.cmake:27 (_FIND_PACKAGE)
  cmake/configure/configure_1_mpi.cmake:28 (FIND_PACKAGE)
/a/CMakeFiles/CMakeTmp/evaluate_expression.tmp:1
(FEATURE_MPI_FIND_EXTERNAL)
  cmake/macros/macro_evaluate_expression.cmake:30 (INCLUDE)
  cmake/macros/macro_configure_feature.cmake:237 (EVALUATE_EXPRESSION)
  cmake/configure/configure_1_mpi.cmake:81 (CONFIGURE_FEATURE)
  cmake/macros/macro_verbose_include.cmake:19 (INCLUDE)
  CMakeLists.txt:121 (VERBOSE_INCLUDE)

-- _mpi_libopen_pal_library not found! The call was:
--     FIND_LIBRARY(_mpi_libopen_pal_library NAMES open-pal HINTS
NO_DEFAULT_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_PATH
NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH)

3 years agoMerge pull request #12462 from simonsticko/face_quadrature_generator
Martin Kronbichler [Sat, 19 Jun 2021 20:41:28 +0000 (22:41 +0200)]
Merge pull request #12462 from simonsticko/face_quadrature_generator

Add class generating immersed quadrature rules over a box face

3 years agoMerge pull request #12470 from bangerth/ref
Martin Kronbichler [Sat, 19 Jun 2021 20:40:58 +0000 (22:40 +0200)]
Merge pull request #12470 from bangerth/ref

Leave a reference to step-78.

3 years agoMerge pull request #12471 from bangerth/77
Martin Kronbichler [Sat, 19 Jun 2021 20:40:20 +0000 (22:40 +0200)]
Merge pull request #12471 from bangerth/77

Fix an indentation problem in step-77.

3 years agoMerge pull request #12472 from bangerth/tutorials
Martin Kronbichler [Sat, 19 Jun 2021 20:39:45 +0000 (22:39 +0200)]
Merge pull request #12472 from bangerth/tutorials

Add two missing tutorial programs to the changelog.

3 years agoAdd two missing tutorial programs to the changelog. 12472/head
Wolfgang Bangerth [Fri, 18 Jun 2021 21:16:35 +0000 (15:16 -0600)]
Add two missing tutorial programs to the changelog.

3 years agoSimplify an exception. 12473/head
Wolfgang Bangerth [Fri, 18 Jun 2021 21:15:57 +0000 (15:15 -0600)]
Simplify an exception.

3 years agoFix an indentation problem in step-77. 12471/head
Wolfgang Bangerth [Fri, 18 Jun 2021 20:56:49 +0000 (14:56 -0600)]
Fix an indentation problem in step-77.

Saw this while giving my talk this morning.

3 years agoLeave a reference to step-78. 12470/head
Wolfgang Bangerth [Fri, 18 Jun 2021 20:56:15 +0000 (14:56 -0600)]
Leave a reference to step-78.

3 years agoMerge pull request #12451 from gassmoeller/update_particle_documentation
David Wells [Fri, 18 Jun 2021 12:14:11 +0000 (08:14 -0400)]
Merge pull request #12451 from gassmoeller/update_particle_documentation

Cleanup for particle handler documentation

3 years agoAdd class generating immersed quadrature rules over a box face 12462/head
Simon Sticko [Mon, 14 Jun 2021 18:26:11 +0000 (20:26 +0200)]
Add class generating immersed quadrature rules over a box face

Add a class NonMatching::FaceQuadratureGenerator, that in the same way
as QuadratureGenerator generates immersed quadrature rules, but over a
given face of a BoundingBox.

3 years agoMerge pull request #12449 from drwells/cleanup-symmetrictensor-docs-1
Martin Kronbichler [Fri, 18 Jun 2021 07:00:36 +0000 (09:00 +0200)]
Merge pull request #12449 from drwells/cleanup-symmetrictensor-docs-1

Clean up some SymmetricTensor utility functions.

3 years agoMerge pull request #12461 from drwells/simplex-gauss-3
Martin Kronbichler [Fri, 18 Jun 2021 06:57:55 +0000 (08:57 +0200)]
Merge pull request #12461 from drwells/simplex-gauss-3

Un-hardcode a simplex quadrature rule.

3 years agoMerge pull request #12468 from drwells/alignedvector-mapping-q-generic
Martin Kronbichler [Fri, 18 Jun 2021 06:56:02 +0000 (08:56 +0200)]
Merge pull request #12468 from drwells/alignedvector-mapping-q-generic

Fix a segmentation fault in MappingQGeneric.

3 years agoUpdate/extend the script that counts lines of code. 12469/head
Wolfgang Bangerth [Fri, 18 Jun 2021 05:30:02 +0000 (23:30 -0600)]
Update/extend the script that counts lines of code.

3 years agoClean up some SymmetricTensor utility functions. 12449/head
David Wells [Fri, 11 Jun 2021 20:09:00 +0000 (16:09 -0400)]
Clean up some SymmetricTensor utility functions.

We don't need these now that we support C++11 - we can just add default template
arguments to the functions themselves.

3 years agoUn-hardcode a simplex quadrature rule. 12461/head
David Wells [Mon, 14 Jun 2021 17:15:03 +0000 (13:15 -0400)]
Un-hardcode a simplex quadrature rule.

This is easier to check (and somewhat more accurate) if we just use the
definition.

3 years agoUse check_solver_within_range in simplex/poisson_01.cc
David Wells [Thu, 17 Jun 2021 14:40:50 +0000 (10:40 -0400)]
Use check_solver_within_range in simplex/poisson_01.cc

3 years agoUse AlignedVector in MappingQGeneric. 12468/head
David Wells [Thu, 17 Jun 2021 12:50:33 +0000 (08:50 -0400)]
Use AlignedVector in MappingQGeneric.

The last patch indicates the compiler wants to vectorize access to these arrays,
so lets align them better.

3 years agoFix a segmentation fault at high optimization levels.
David Wells [Thu, 17 Jun 2021 14:10:33 +0000 (10:10 -0400)]
Fix a segmentation fault at high optimization levels.

I don't completely understand this but accessing these pointers causes
segmentation faults. It's not due to type aliasing - converting both to 'const
auto *' does not fix the problem.

3 years agoMerge pull request #12459 from simonsticko/add_template_immersed_quadrature
Martin Kronbichler [Wed, 16 Jun 2021 18:57:45 +0000 (20:57 +0200)]
Merge pull request #12459 from simonsticko/add_template_immersed_quadrature

Add a spacedim template parameter on ImmersedSurfaceQuadrature

3 years agoAddress comments 12451/head
Rene Gassmoeller [Tue, 15 Jun 2021 13:58:22 +0000 (09:58 -0400)]
Address comments

3 years agoMerge pull request #12465 from mschreter/fix_PoisseuilleFlow_constructor
Peter Munch [Tue, 15 Jun 2021 10:48:00 +0000 (12:48 +0200)]
Merge pull request #12465 from mschreter/fix_PoisseuilleFlow_constructor

Fix declaration of PoisseuilleFlow constructor

3 years agofix declaration of PoisseuilleFlow constructor 12465/head
Magdalena Schreter [Tue, 15 Jun 2021 08:25:50 +0000 (10:25 +0200)]
fix declaration of PoisseuilleFlow constructor

3 years agoMerge pull request #12464 from bangerth/exception
Martin Kronbichler [Tue, 15 Jun 2021 07:01:42 +0000 (09:01 +0200)]
Merge pull request #12464 from bangerth/exception

Add an exception to check that an element exists.

3 years agoAdd an exception to check that an element exists. 12464/head
Wolfgang Bangerth [Mon, 14 Jun 2021 22:56:26 +0000 (16:56 -0600)]
Add an exception to check that an element exists.

3 years agoMerge pull request #12422 from gassmoeller/sort_property_pool
Wolfgang Bangerth [Mon, 14 Jun 2021 19:53:07 +0000 (13:53 -0600)]
Merge pull request #12422 from gassmoeller/sort_property_pool

Sort property pool

3 years agoMerge pull request #12460 from bangerth/vv
David Wells [Mon, 14 Jun 2021 17:44:34 +0000 (13:44 -0400)]
Merge pull request #12460 from bangerth/vv

Fix a mistake in a formula.

3 years agoFix a mistake in a formula. 12460/head
Wolfgang Bangerth [Mon, 14 Jun 2021 16:12:47 +0000 (10:12 -0600)]
Fix a mistake in a formula.

The sum symbol is a copy-paste error from higher up on that page.

3 years agoAdd a spacedim template parameter on ImmersedSurfaceQuadrature 12459/head
Simon Sticko [Mon, 14 Jun 2021 13:26:42 +0000 (15:26 +0200)]
Add a spacedim template parameter on ImmersedSurfaceQuadrature

To handle the case when we have a line integral immersed in a face, the
normals on ImmersedSurfaceQuadrature need to be vectors in spacedim.
The reason is that the conormal can not be computed without knowing the
normal to the surface. Add a spacedim template parameter and change the
normals to Tensor<1, spacedim>. Rewrite the documentation and modify
the test to a account for this.

3 years agoMerge pull request #12453 from peterrum/data_out_fix
Martin Kronbichler [Mon, 14 Jun 2021 06:54:05 +0000 (08:54 +0200)]
Merge pull request #12453 from peterrum/data_out_fix

Fix DataOut for TrilinosWrappers::MPI::Vector

3 years agoMerge pull request #12457 from peterrum/data_out_update_ghost_values_follow_up
Timo Heister [Sun, 13 Jun 2021 20:55:17 +0000 (16:55 -0400)]
Merge pull request #12457 from peterrum/data_out_update_ghost_values_follow_up

Small adjustments in DataEntry

3 years agoMerge pull request #12452 from drwells/define-tria-step-3
Marc Fehling [Sun, 13 Jun 2021 20:33:56 +0000 (14:33 -0600)]
Merge pull request #12452 from drwells/define-tria-step-3

Define \mathbb{T} in step-3.

3 years agoSmall adjustments in DataEntry 12457/head
Peter Munch [Sat, 12 Jun 2021 20:14:19 +0000 (22:14 +0200)]
Small adjustments in DataEntry

3 years agoFix DataOut for TrilinosWrappers::MPI::Vector 12453/head
Peter Munch [Sat, 12 Jun 2021 18:20:41 +0000 (20:20 +0200)]
Fix DataOut for TrilinosWrappers::MPI::Vector

3 years agoDefine \mathbb{T} in step-3. 12452/head
David Wells [Sat, 12 Jun 2021 17:27:12 +0000 (13:27 -0400)]
Define \mathbb{T} in step-3.

3 years agoMerge pull request #12438 from peterrum/data_entry_value_type
Peter Munch [Sat, 12 Jun 2021 07:30:03 +0000 (09:30 +0200)]
Merge pull request #12438 from peterrum/data_entry_value_type

Template DataEntry on value_type

3 years agoUpdate test 12422/head
Rene Gassmoeller [Fri, 11 Jun 2021 23:47:30 +0000 (19:47 -0400)]
Update test

3 years agoHide particle container from property pool
Rene Gassmoeller [Fri, 11 Jun 2021 17:21:33 +0000 (13:21 -0400)]
Hide particle container from property pool

3 years agoAdd test
Rene Gassmoeller [Fri, 11 Jun 2021 14:18:16 +0000 (10:18 -0400)]
Add test

3 years agoAddress comments
Rene Gassmoeller [Fri, 11 Jun 2021 13:58:12 +0000 (09:58 -0400)]
Address comments

3 years agoRevert "Only resort if necessary"
Rene Gassmoeller [Fri, 11 Jun 2021 12:57:01 +0000 (08:57 -0400)]
Revert "Only resort if necessary"

This reverts commit cf58b8714e3aac81770656625ab093e164573091.

3 years agoOnly resort if necessary
Rene Gassmoeller [Wed, 9 Jun 2021 16:01:27 +0000 (12:01 -0400)]
Only resort if necessary

3 years agosort property pool
Rene Gassmoeller [Wed, 9 Jun 2021 05:10:36 +0000 (01:10 -0400)]
sort property pool

3 years agoUpdate documentation. Fix missing function.
Rene Gassmoeller [Fri, 11 Jun 2021 23:08:04 +0000 (19:08 -0400)]
Update documentation. Fix missing function.

3 years agoMerge pull request #12447 from drwells/shorten-boundary-mesh-doxygen
David Wells [Fri, 11 Jun 2021 22:28:43 +0000 (18:28 -0400)]
Merge pull request #12447 from drwells/shorten-boundary-mesh-doxygen

Shorten a long type in doxygen.

3 years agoTemplate DataEntry on value_type 12438/head
Peter Munch [Fri, 11 Jun 2021 06:07:51 +0000 (08:07 +0200)]
Template DataEntry on value_type

3 years agoMerge pull request #12446 from drwells/remove-eisenstat
David Wells [Fri, 11 Jun 2021 20:06:21 +0000 (16:06 -0400)]
Merge pull request #12446 from drwells/remove-eisenstat

Remove, without deprecation, the Eisenstat preconditioner.

3 years agoShorten a long type in doxygen. 12447/head
David Wells [Fri, 11 Jun 2021 16:45:21 +0000 (12:45 -0400)]
Shorten a long type in doxygen.

3 years agoMerge pull request #12442 from bangerth/exception-2
Martin Kronbichler [Fri, 11 Jun 2021 19:30:05 +0000 (21:30 +0200)]
Merge pull request #12442 from bangerth/exception-2

Make an exception text readable.

3 years agoMerge pull request #12443 from peterrum/stokes_test_fix
Peter Munch [Fri, 11 Jun 2021 18:49:20 +0000 (20:49 +0200)]
Merge pull request #12443 from peterrum/stokes_test_fix

Fix test feinterface/stokes

3 years agoRemove, without deprecation, the Eisenstat preconditioner. 12446/head
David Wells [Fri, 11 Jun 2021 16:59:28 +0000 (12:59 -0400)]
Remove, without deprecation, the Eisenstat preconditioner.

This has never worked in parallel and has suffered from a variety of other
issues over the years.

3 years agoMerge pull request #12440 from luca-heltai/remove_internal_function
Martin Kronbichler [Fri, 11 Jun 2021 16:37:02 +0000 (18:37 +0200)]
Merge pull request #12440 from luca-heltai/remove_internal_function

Remove useless function.

3 years agoFix test feinterface/stokes 12443/head
Peter Munch [Fri, 11 Jun 2021 15:52:44 +0000 (17:52 +0200)]
Fix test feinterface/stokes

3 years agoMake an exception text readable. 12442/head
Wolfgang Bangerth [Fri, 11 Jun 2021 14:04:12 +0000 (08:04 -0600)]
Make an exception text readable.

3 years agoProvide a definition of a static variable.
Wolfgang Bangerth [Fri, 11 Jun 2021 15:15:31 +0000 (09:15 -0600)]
Provide a definition of a static variable.

3 years agoMerge pull request #12431 from drwells/iso-refine-cleanups-1
Daniel Arndt [Fri, 11 Jun 2021 14:10:35 +0000 (10:10 -0400)]
Merge pull request #12431 from drwells/iso-refine-cleanups-1

3 years agoFix some common typos 12431/head
David Wells [Fri, 11 Jun 2021 10:48:00 +0000 (06:48 -0400)]
Fix some common typos

3 years agoImprove comments.
David Wells [Wed, 9 Jun 2021 20:07:26 +0000 (16:07 -0400)]
Improve comments.

3 years agoRefer to the face type as such.
David Wells [Wed, 9 Jun 2021 20:06:37 +0000 (16:06 -0400)]
Refer to the face type as such.

3 years agoAdd a utility function for next available vertices.
David Wells [Wed, 9 Jun 2021 20:05:10 +0000 (16:05 -0400)]
Add a utility function for next available vertices.

3 years agoMerge pull request #12125 from simonsticko/quadrature_generator
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

3 years agoRemove useless function. 12440/head
Luca Heltai [Fri, 11 Jun 2021 09:37:51 +0000 (11:37 +0200)]
Remove useless function.

3 years agoMerge pull request #12370 from zjiaqi2018/stokes_test
Martin Kronbichler [Fri, 11 Jun 2021 05:05:03 +0000 (07:05 +0200)]
Merge pull request #12370 from zjiaqi2018/stokes_test

feinterface: stokes test

3 years agoMerge pull request #12434 from gassmoeller/ensure_particle_container_size
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

3 years agoMerge pull request #12436 from bangerth/assertion
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.

3 years agoMerge pull request #12433 from kronbichler/simplify_particle_accessor
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

3 years agoExpand on the description of an assertion. 12436/head
Wolfgang Bangerth [Thu, 10 Jun 2021 20:09:56 +0000 (14:09 -0600)]
Expand on the description of an assertion.

3 years agoMerge pull request #11594 from peterrum/data_out_update_ghost_values
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

3 years agoAdd some reasonable asserts 12434/head
Rene Gassmoeller [Thu, 10 Jun 2021 15:21:49 +0000 (11:21 -0400)]
Add some reasonable asserts

3 years agoAdd asserts where useful
Rene Gassmoeller [Thu, 10 Jun 2021 15:14:22 +0000 (11:14 -0400)]
Add asserts where useful


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.