]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoAdd more tests.
Wolfgang Bangerth [Wed, 17 Nov 2021 04:37:10 +0000 (21:37 -0700)]
Add more tests.

2 years agoRead more variants of COMSOL files.
Wolfgang Bangerth [Wed, 17 Nov 2021 04:36:29 +0000 (21:36 -0700)]
Read more variants of COMSOL files.

2 years agoFix a test.
Wolfgang Bangerth [Wed, 17 Nov 2021 02:07:55 +0000 (19:07 -0700)]
Fix a test.

2 years agoMerge pull request #12949 from bangerth/comsol
Bruno Turcksin [Thu, 18 Nov 2021 18:14:03 +0000 (13:14 -0500)]
Merge pull request #12949 from bangerth/comsol

2 years agoMerge pull request #12966 from bergbauer/cell_neighbor
Peter Munch [Thu, 18 Nov 2021 18:10:43 +0000 (19:10 +0100)]
Merge pull request #12966 from bergbauer/cell_neighbor

FEEvaluation: Select correct code path for cell neighbors

2 years agoSelect correct code path for neighbor elements 12966/head
Maximilian Bergbauer [Tue, 9 Nov 2021 13:37:57 +0000 (14:37 +0100)]
Select correct code path for neighbor elements

2 years agoMerge pull request #12024 from simonsticko/fe_immersed_surface_values
Peter Munch [Wed, 17 Nov 2021 22:17:06 +0000 (23:17 +0100)]
Merge pull request #12024 from simonsticko/fe_immersed_surface_values

Add class FEImmersedSurfaceValues

2 years agoMerge pull request #12957 from bangerth/warning
Peter Munch [Wed, 17 Nov 2021 20:44:17 +0000 (21:44 +0100)]
Merge pull request #12957 from bangerth/warning

Work around a (wrong) warning about an unused variable.

2 years agoAdd class NonMatching::FEImmersedSurfaceValues 12024/head
Simon Sticko [Wed, 17 Nov 2021 09:42:24 +0000 (10:42 +0100)]
Add class NonMatching::FEImmersedSurfaceValues

That has the same shape function values/derivatives as FEValues,
but has JxW-values corresponding to integration over a surface
immersed in the cell. This is achieved by passing an
ImmersedSurfaceQuadrature instead of a Quadrature to the constructor.

Add a virtual function fill_fe_immersed_surface_values on Mapping to
be able to compute the correct JxW-values and surface normals. Make it
throw ExcNotImplemented by default, but override it with an
implementation on MappingCartesian and MappingQ.

2 years agoWork around a (wrong) warning about an unused variable. 12957/head
Wolfgang Bangerth [Tue, 16 Nov 2021 17:37:18 +0000 (10:37 -0700)]
Work around a (wrong) warning about an unused variable.

2 years agoMerge pull request #12963 from peterrum/DictionaryPayLoad_assert_fix
Peter Munch [Wed, 17 Nov 2021 16:12:24 +0000 (17:12 +0100)]
Merge pull request #12963 from peterrum/DictionaryPayLoad_assert_fix

Fix assert in DictionaryPayLoad

2 years agoMerge pull request #12952 from bangerth/filters
David Wells [Wed, 17 Nov 2021 14:59:46 +0000 (09:59 -0500)]
Merge pull request #12952 from bangerth/filters

Provide C++20-style operator| to filter iterator ranges.

2 years agoFix assert in DictionaryPayLoad 12963/head
Peter Munch [Wed, 17 Nov 2021 14:31:40 +0000 (15:31 +0100)]
Fix assert in DictionaryPayLoad

2 years agoMerge pull request #12962 from peterrum/CellIteratorContainer_inline
Peter Munch [Wed, 17 Nov 2021 13:12:30 +0000 (14:12 +0100)]
Merge pull request #12962 from peterrum/CellIteratorContainer_inline

CellIteratorContainer: inline function

2 years agoCellIteratorContainer: inline function 12962/head
Peter Munch [Wed, 17 Nov 2021 11:31:23 +0000 (12:31 +0100)]
CellIteratorContainer: inline function

2 years agoMerge pull request #12959 from peterrum/ConstraintKinds_memory_consumption
Peter Munch [Wed, 17 Nov 2021 11:14:27 +0000 (12:14 +0100)]
Merge pull request #12959 from peterrum/ConstraintKinds_memory_consumption

ConstraintKinds: implement memory_consumption()

2 years agoMerge pull request #12945 from peterrum/subcell
Martin Kronbichler [Wed, 17 Nov 2021 09:22:01 +0000 (10:22 +0100)]
Merge pull request #12945 from peterrum/subcell

Rename ConstraintKinds::type to subcell

2 years agoMerge pull request #12951 from bangerth/doc-0
Martin Kronbichler [Wed, 17 Nov 2021 09:18:30 +0000 (10:18 +0100)]
Merge pull request #12951 from bangerth/doc-0

Minor updates to the documentation of CellData.

2 years agoMerge pull request #12961 from bangerth/unsigned-2
Martin Kronbichler [Wed, 17 Nov 2021 09:05:09 +0000 (10:05 +0100)]
Merge pull request #12961 from bangerth/unsigned-2

Make the 'direction' argument of some GridTools functions 'unsigned'.

2 years agoConvert a few places to use operator| to filter iterators. 12952/head
Wolfgang Bangerth [Wed, 17 Nov 2021 04:41:42 +0000 (21:41 -0700)]
Convert a few places to use operator| to filter iterators.

2 years agoAdd a changelog entry.
Wolfgang Bangerth [Tue, 16 Nov 2021 01:37:19 +0000 (18:37 -0700)]
Add a changelog entry.

2 years agoAdd tests.
Wolfgang Bangerth [Tue, 16 Nov 2021 01:29:52 +0000 (18:29 -0700)]
Add tests.

2 years agoProvide C++20-style operator| to filter iterator ranges.
Wolfgang Bangerth [Tue, 16 Nov 2021 01:29:18 +0000 (18:29 -0700)]
Provide C++20-style operator| to filter iterator ranges.

2 years agoMake the 'direction' argument of some GridTools functions 'unsigned'. 12961/head
Wolfgang Bangerth [Wed, 17 Nov 2021 00:51:34 +0000 (17:51 -0700)]
Make the 'direction' argument of some GridTools functions 'unsigned'.

2 years agoMerge pull request #12946 from peterrum/CellIteratorContainer
David Wells [Tue, 16 Nov 2021 21:53:07 +0000 (16:53 -0500)]
Merge pull request #12946 from peterrum/CellIteratorContainer

std::unique_ptr<const CellIteratorBase> -> CellIteratorContainer

2 years agoConstraintKinds: implement memory_consumption() 12959/head
Peter Munch [Tue, 16 Nov 2021 19:31:14 +0000 (20:31 +0100)]
ConstraintKinds: implement memory_consumption()

2 years agoMerge pull request #12950 from bangerth/gridout
Bruno Turcksin [Tue, 16 Nov 2021 19:04:36 +0000 (14:04 -0500)]
Merge pull request #12950 from bangerth/gridout

2 years agoMerge pull request #12956 from simonsticko/simplify_mapping_cartesian
Peter Munch [Tue, 16 Nov 2021 18:23:52 +0000 (19:23 +0100)]
Merge pull request #12956 from simonsticko/simplify_mapping_cartesian

Remove some duplication in MappingCartesian

2 years agoMerge pull request #12955 from bergbauer/read_dof_values_with_masks
Martin Kronbichler [Tue, 16 Nov 2021 17:29:30 +0000 (18:29 +0100)]
Merge pull request #12955 from bergbauer/read_dof_values_with_masks

Introduce mask in read_dof_values

2 years agoAdd MappingCartesian::maybe_update_volume_elements() 12956/head
Simon Sticko [Tue, 16 Nov 2021 13:56:32 +0000 (14:56 +0100)]
Add MappingCartesian::maybe_update_volume_elements()

To remove some duplication in the class.

2 years agoAdd MappingCartesian::maybe_update_jacobians()
Simon Sticko [Tue, 16 Nov 2021 13:32:22 +0000 (14:32 +0100)]
Add MappingCartesian::maybe_update_jacobians()

To remove some duplication in the class.

2 years agoMerge pull request #12947 from peterrum/fix_types
Wolfgang Bangerth [Tue, 16 Nov 2021 14:52:29 +0000 (07:52 -0700)]
Merge pull request #12947 from peterrum/fix_types

Fix types

2 years agoAdd MappingCartesian::maybe_update_inverse_jacobians()
Simon Sticko [Tue, 16 Nov 2021 13:21:36 +0000 (14:21 +0100)]
Add MappingCartesian::maybe_update_inverse_jacobians()

To remove some duplication in the class.

2 years agoIntroduce masks in read_dof_values 12955/head
Maximilian Bergbauer [Tue, 9 Nov 2021 13:37:57 +0000 (14:37 +0100)]
Introduce masks in read_dof_values

2 years agoFix types 12947/head
Peter Munch [Mon, 15 Nov 2021 15:03:08 +0000 (16:03 +0100)]
Fix types

2 years agoMerge pull request #12948 from peterrum/step-64-feeval
Peter Munch [Tue, 16 Nov 2021 06:35:43 +0000 (07:35 +0100)]
Merge pull request #12948 from peterrum/step-64-feeval

Step-64: be explicit regarding templater parameter

2 years agoMinor updates to the documentation of CellData. 12951/head
Wolfgang Bangerth [Tue, 16 Nov 2021 01:17:30 +0000 (18:17 -0700)]
Minor updates to the documentation of CellData.

2 years agoAdd a changelog entry. 12950/head
Wolfgang Bangerth [Tue, 16 Nov 2021 00:47:06 +0000 (17:47 -0700)]
Add a changelog entry.

2 years agoAdd the ability to output tet meshes in gnuplot format.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:46:59 +0000 (17:46 -0700)]
Add the ability to output tet meshes in gnuplot format.

2 years agoAdd a changelog entry. 12949/head
Wolfgang Bangerth [Tue, 16 Nov 2021 00:45:20 +0000 (17:45 -0700)]
Add a changelog entry.

2 years agoAdd a test.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:44:10 +0000 (17:44 -0700)]
Add a test.

2 years agoAdd the ability to read COMSOL .mphtxt files.
Wolfgang Bangerth [Tue, 16 Nov 2021 00:42:06 +0000 (17:42 -0700)]
Add the ability to read COMSOL .mphtxt files.

2 years agoStep-64: be explicit regarding templater parameter 12948/head
Peter Munch [Mon, 15 Nov 2021 18:43:24 +0000 (19:43 +0100)]
Step-64: be explicit regarding templater parameter

2 years agostd::unique_ptr<const CellIteratorBase> -> CellIteratorContainer 12946/head
Peter Munch [Sat, 13 Nov 2021 21:05:19 +0000 (22:05 +0100)]
std::unique_ptr<const CellIteratorBase> -> CellIteratorContainer

2 years agoMerge pull request #12931 from gassmoeller/optimize_particle_generation
Peter Munch [Sat, 13 Nov 2021 21:49:35 +0000 (22:49 +0100)]
Merge pull request #12931 from gassmoeller/optimize_particle_generation

Optimize particle generation

2 years agoMerge pull request #12937 from peterrum/mpi_compute_index_owner_internal_assert_message
Peter Munch [Sat, 13 Nov 2021 21:36:05 +0000 (22:36 +0100)]
Merge pull request #12937 from peterrum/mpi_compute_index_owner_internal_assert_message

Improve assert message in DictionaryPayLoad

2 years agoRename ConstraintKinds::type to subcell 12945/head
Peter Munch [Sat, 13 Nov 2021 20:12:34 +0000 (21:12 +0100)]
Rename ConstraintKinds::type to subcell

2 years agoMerge pull request #12944 from peterrum/ConstraintKinds_check
Peter Munch [Sat, 13 Nov 2021 20:00:44 +0000 (21:00 +0100)]
Merge pull request #12944 from peterrum/ConstraintKinds_check

Check ConstraintKinds

2 years agoImprove assert message in DictionaryPayLoad 12937/head
Peter Munch [Fri, 12 Nov 2021 08:14:40 +0000 (09:14 +0100)]
Improve assert message in DictionaryPayLoad

2 years agoCheck ConstraintKinds 12944/head
Peter Munch [Sat, 13 Nov 2021 09:27:43 +0000 (10:27 +0100)]
Check ConstraintKinds

2 years agoMerge pull request #12943 from bangerth/message-2
David Wells [Sat, 13 Nov 2021 16:51:23 +0000 (11:51 -0500)]
Merge pull request #12943 from bangerth/message-2

Improve an error message.

2 years agoMerge pull request #12938 from bangerth/threads
Martin Kronbichler [Sat, 13 Nov 2021 16:49:16 +0000 (17:49 +0100)]
Merge pull request #12938 from bangerth/threads

Minor cleanups in thread_management.h.

2 years agoMerge pull request #12942 from bangerth/tests-2
Martin Kronbichler [Sat, 13 Nov 2021 16:48:37 +0000 (17:48 +0100)]
Merge pull request #12942 from bangerth/tests-2

Convert loops in some tests to reference-cell-independent form.

2 years agoMerge pull request #12941 from peterrum/FEValuesBase_content
David Wells [Sat, 13 Nov 2021 16:37:12 +0000 (11:37 -0500)]
Merge pull request #12941 from peterrum/FEValuesBase_content

FEValuesBase: move content around

2 years agoImprove an error message. 12943/head
Wolfgang Bangerth [Sat, 13 Nov 2021 04:33:05 +0000 (21:33 -0700)]
Improve an error message.

2 years agoConvert loops in some tests to reference-cell-independent form. 12942/head
Wolfgang Bangerth [Sat, 13 Nov 2021 01:02:28 +0000 (18:02 -0700)]
Convert loops in some tests to reference-cell-independent form.

2 years agoMerge pull request #12939 from bangerth/gmsh
David Wells [Sat, 13 Nov 2021 01:07:12 +0000 (20:07 -0500)]
Merge pull request #12939 from bangerth/gmsh

Streamline documentation.

2 years agoMinor cleanups in thread_management.h. 12938/head
Wolfgang Bangerth [Fri, 12 Nov 2021 18:04:33 +0000 (11:04 -0700)]
Minor cleanups in thread_management.h.

2 years agoFEValuesBase: move content around 12941/head
Peter Munch [Fri, 12 Nov 2021 22:54:21 +0000 (23:54 +0100)]
FEValuesBase: move content around

2 years agoStreamline documentation. 12939/head
Wolfgang Bangerth [Fri, 12 Nov 2021 21:34:40 +0000 (14:34 -0700)]
Streamline documentation.

2 years agoUpdate documentation 12931/head
Rene Gassmoeller [Fri, 12 Nov 2021 17:05:07 +0000 (12:05 -0500)]
Update documentation

2 years agoMerge pull request #12932 from peterrum/fe_values_cell_iterator_base
David Wells [Fri, 12 Nov 2021 15:03:16 +0000 (10:03 -0500)]
Merge pull request #12932 from peterrum/fe_values_cell_iterator_base

FEValues: simplify CellIteratorBase

2 years agoMerge pull request #12934 from bangerth/const
Martin Kronbichler [Fri, 12 Nov 2021 07:44:01 +0000 (08:44 +0100)]
Merge pull request #12934 from bangerth/const

Mark FEValuesExtrator objects as 'const'.

2 years agoMerge pull request #12936 from peterrum/ConstraintKinds_reorder
Martin Kronbichler [Fri, 12 Nov 2021 07:43:00 +0000 (08:43 +0100)]
Merge pull request #12936 from peterrum/ConstraintKinds_reorder

MatrixFreeFunctions::ConstraintKinds: rename and reorder

2 years agoMerge pull request #12935 from bangerth/message
Martin Kronbichler [Fri, 12 Nov 2021 07:35:21 +0000 (08:35 +0100)]
Merge pull request #12935 from bangerth/message

Improve an error message.

2 years agoMatrixFreeFunctions::ConstraintKinds: rename and reorder 12936/head
Peter Munch [Thu, 11 Nov 2021 22:07:20 +0000 (23:07 +0100)]
MatrixFreeFunctions::ConstraintKinds: rename and reorder

2 years agoImprove an error message. 12935/head
Wolfgang Bangerth [Thu, 11 Nov 2021 22:06:02 +0000 (15:06 -0700)]
Improve an error message.

2 years agoMark FEValuesExtrator objects as 'const'. 12934/head
Wolfgang Bangerth [Thu, 11 Nov 2021 22:01:35 +0000 (15:01 -0700)]
Mark FEValuesExtrator objects as 'const'.

2 years agoFEValues: simplify CellIteratorBase 12932/head
Peter Munch [Tue, 9 Nov 2021 23:33:46 +0000 (00:33 +0100)]
FEValues: simplify CellIteratorBase

2 years agoOptimize particle generation
Rene Gassmoeller [Wed, 10 Nov 2021 16:52:16 +0000 (11:52 -0500)]
Optimize particle generation

2 years agoMerge pull request #12913 from kronbichler/pic_data_layout
Martin Kronbichler [Wed, 10 Nov 2021 15:12:10 +0000 (16:12 +0100)]
Merge pull request #12913 from kronbichler/pic_data_layout

ParticleHandler: Store vector of particles per cell in std::list

2 years agoMerge pull request #12923 from peterrum/get_projection_matrix_multiple_components
Peter Munch [Wed, 10 Nov 2021 09:17:31 +0000 (10:17 +0100)]
Merge pull request #12923 from peterrum/get_projection_matrix_multiple_components

Enable FETools::get_projection_matrix() for multiple components

2 years agoEnabel FETools::get_projection_matrix() for multiple components 12923/head
Peter Munch [Sun, 7 Nov 2021 08:27:28 +0000 (09:27 +0100)]
Enabel FETools::get_projection_matrix() for multiple components

2 years agoMerge pull request #12929 from peterrum/function_signed_distance_test_name
Peter Munch [Tue, 9 Nov 2021 16:38:24 +0000 (17:38 +0100)]
Merge pull request #12929 from peterrum/function_signed_distance_test_name

Rename some tests

2 years agoRename some tests 12929/head
Peter Munch [Tue, 9 Nov 2021 09:45:54 +0000 (10:45 +0100)]
Rename some tests

2 years agoMerge pull request #12920 from nmuch/signed_distance_ellipse
Martin Kronbichler [Tue, 9 Nov 2021 09:10:26 +0000 (10:10 +0100)]
Merge pull request #12920 from nmuch/signed_distance_ellipse

Add signed distance function for 1D and 2D ellipsoids

2 years agoFix bug with un-initialized field 12913/head
Martin Kronbichler [Tue, 9 Nov 2021 09:00:49 +0000 (10:00 +0100)]
Fix bug with un-initialized field

2 years agoMerge pull request #12927 from marcfehling/doc-predict
Matthias Maier [Tue, 9 Nov 2021 03:05:26 +0000 (21:05 -0600)]
Merge pull request #12927 from marcfehling/doc-predict

Minor fixes to `predict_error` doc.

2 years agoMerge pull request #12928 from tjhei/mg_repart_edits
Marc Fehling [Tue, 9 Nov 2021 01:38:54 +0000 (18:38 -0700)]
Merge pull request #12928 from tjhei/mg_repart_edits

minor MGRepartining edits

2 years agominor MGRepartiniong edits 12928/head
Timo Heister [Mon, 8 Nov 2021 23:41:37 +0000 (18:41 -0500)]
minor MGRepartiniong edits

2 years agoMinor fixes to `predict_error` doc. 12927/head
Marc Fehling [Mon, 8 Nov 2021 17:10:26 +0000 (10:10 -0700)]
Minor fixes to `predict_error` doc.

2 years agoMerge pull request #12926 from gfcas/hp_prediction_doc
Marc Fehling [Mon, 8 Nov 2021 17:04:15 +0000 (10:04 -0700)]
Merge pull request #12926 from gfcas/hp_prediction_doc

Update predict_error doc entry

2 years agoUpdate predict_error doc entry 12926/head
Fabian Castelli [Mon, 8 Nov 2021 13:40:34 +0000 (14:40 +0100)]
Update predict_error doc entry

2 years agoMerge pull request #12925 from peterrum/typo
Martin Kronbichler [Mon, 8 Nov 2021 13:35:32 +0000 (14:35 +0100)]
Merge pull request #12925 from peterrum/typo

Fix typo

2 years agoMake access to list of particles more robust
Martin Kronbichler [Mon, 8 Nov 2021 12:24:02 +0000 (13:24 +0100)]
Make access to list of particles more robust

2 years agoFix some review documentation hinted in review comments
Martin Kronbichler [Sun, 7 Nov 2021 10:00:28 +0000 (11:00 +0100)]
Fix some review documentation hinted in review comments

2 years agoFix typo 12925/head
Peter Munch [Sun, 7 Nov 2021 08:37:49 +0000 (09:37 +0100)]
Fix typo

2 years agoMerge pull request #12917 from tamiko/update_changelog
Matthias Maier [Sun, 7 Nov 2021 06:20:12 +0000 (01:20 -0500)]
Merge pull request #12917 from tamiko/update_changelog

add changelog entry for point release

2 years agoMerge pull request #12922 from marcfehling/const
David Wells [Sat, 6 Nov 2021 17:06:57 +0000 (13:06 -0400)]
Merge pull request #12922 from marcfehling/const

CylindricalManifold: make member variable const.

2 years agoAdd signed distance function of 1 and 2D ellipsoid 12920/head
Nils Much [Thu, 4 Nov 2021 15:10:09 +0000 (16:10 +0100)]
Add signed distance function of 1 and 2D ellipsoid

2 years agoMerge pull request #12921 from sebproell/nvector-getcomm-ptr
Jean-Paul Pelteret [Sat, 6 Nov 2021 08:09:19 +0000 (09:09 +0100)]
Merge pull request #12921 from sebproell/nvector-getcomm-ptr

N_Vector now returns a pointer to MPI_Comm

2 years agoFix bug in sort_particles_into_subdomains_and_cells
Martin Kronbichler [Fri, 5 Nov 2021 21:59:33 +0000 (22:59 +0100)]
Fix bug in sort_particles_into_subdomains_and_cells

2 years agoCylindricalManifold: make member variable const. 12922/head
Marc Fehling [Fri, 5 Nov 2021 21:04:25 +0000 (15:04 -0600)]
CylindricalManifold: make member variable const.

2 years agoAdjust test cases
Martin Kronbichler [Fri, 5 Nov 2021 09:37:57 +0000 (10:37 +0100)]
Adjust test cases

2 years agoKeep both owned/ghost particles in a single container
Martin Kronbichler [Fri, 5 Nov 2021 07:42:10 +0000 (08:42 +0100)]
Keep both owned/ghost particles in a single container

This is needed to keep _GLIBCXX_DEBUG happy when comparing iterators from cache.
This commit also addresses the review comments

2 years agoSwitch from pair to struct
Martin Kronbichler [Thu, 4 Nov 2021 06:10:06 +0000 (07:10 +0100)]
Switch from pair to struct

2 years agoParticleHandler: Store vector of particles per cell in std::list
Martin Kronbichler [Wed, 3 Nov 2021 15:19:49 +0000 (16:19 +0100)]
ParticleHandler: Store vector of particles per cell in std::list

2 years agoMerge pull request #12919 from kronbichler/fix_error_glibcxx_debug
Martin Kronbichler [Fri, 5 Nov 2021 18:58:58 +0000 (19:58 +0100)]
Merge pull request #12919 from kronbichler/fix_error_glibcxx_debug

Fix some errors revealed by STL debug compile

2 years agoN_Vector now returns a pointer to MPI_Comm 12921/head
Sebastian Proell [Fri, 5 Nov 2021 15:52:05 +0000 (16:52 +0100)]
N_Vector now returns a pointer to MPI_Comm

2 years agoFix some errors revealed by STL debug compile 12919/head
Martin Kronbichler [Fri, 5 Nov 2021 11:22:25 +0000 (12:22 +0100)]
Fix some errors revealed by STL debug compile


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.