]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoAvoid copy paste 13642/head
Niklas Wik [Mon, 23 May 2022 11:04:08 +0000 (13:04 +0200)]
Avoid copy paste

Fix documentation

2 years agoMove template normal_dir from function to struct
Niklas Wik [Mon, 9 May 2022 11:01:06 +0000 (13:01 +0200)]
Move template normal_dir from function to struct

Creating new EvaluationTensorProductAnisotropic

2 years agoAvoid the use of determinant()
Niklas Wik [Tue, 3 May 2022 09:24:42 +0000 (11:24 +0200)]
Avoid the use of determinant()

+ Bug fix for general submit_values

2 years agoUse ndarray instead of c-array
Niklas Wik [Mon, 2 May 2022 14:28:51 +0000 (16:28 +0200)]
Use ndarray instead of c-array

Update comments and documentation

2 years agoPiola transform for affine cells
Niklas Wik [Mon, 2 May 2022 08:55:47 +0000 (10:55 +0200)]
Piola transform for affine cells

Updated tests, reordering of components in face evaluation, and storing jacobian for affine face evaluation

2 years agoMerge pull request #13720 from bangerth/ca-type
Peter Munch [Wed, 11 May 2022 20:00:19 +0000 (22:00 +0200)]
Merge pull request #13720 from bangerth/ca-type

Rename the template type arguments of the consensus algorithms.

2 years agoMerge pull request #13719 from drwells/cleanup-duplicated-vertices
Wolfgang Bangerth [Wed, 11 May 2022 18:52:17 +0000 (12:52 -0600)]
Merge pull request #13719 from drwells/cleanup-duplicated-vertices

Clean up delete_duplicated_vertices() a little.

2 years agoRename the template type arguments of the consensus algorithms. 13720/head
Wolfgang Bangerth [Wed, 11 May 2022 16:02:47 +0000 (10:02 -0600)]
Rename the template type arguments of the consensus algorithms.

2 years agoClean up delete_duplicated_vertices() a little. 13719/head
David Wells [Wed, 11 May 2022 14:46:57 +0000 (10:46 -0400)]
Clean up delete_duplicated_vertices() a little.

2 years agoMerge pull request #13718 from bergbauer/fix-master
Wolfgang Bangerth [Wed, 11 May 2022 16:07:18 +0000 (10:07 -0600)]
Merge pull request #13718 from bergbauer/fix-master

Fix master face_no

2 years agoMerge pull request #13698 from kronbichler/cg_interleave
Peter Munch [Wed, 11 May 2022 15:04:50 +0000 (17:04 +0200)]
Merge pull request #13698 from kronbichler/cg_interleave

Add a data-locality-optimized iteration scheme to SolverCG

2 years agoFix master face_no 13718/head
Maximilian Bergbauer [Wed, 11 May 2022 14:29:21 +0000 (16:29 +0200)]
Fix master face_no

2 years agoMerge pull request #13063 from peterrum/ecl_unstructured_evaluate
Martin Kronbichler [Wed, 11 May 2022 14:21:06 +0000 (16:21 +0200)]
Merge pull request #13063 from peterrum/ecl_unstructured_evaluate

Implement FEFaceEvaluation::evaluate() for ECL/unstructured meshes

2 years agoMerge pull request #13590 from bergbauer/gradient_hessian_ellipsoid
Martin Kronbichler [Wed, 11 May 2022 14:20:31 +0000 (16:20 +0200)]
Merge pull request #13590 from bergbauer/gradient_hessian_ellipsoid

Add gradient to SignedDistance::Ellipsoid

2 years agoMerge pull request #13637 from peterrum/MGTransferBlockGlobalCoarsening
Martin Kronbichler [Wed, 11 May 2022 14:18:31 +0000 (16:18 +0200)]
Merge pull request #13637 from peterrum/MGTransferBlockGlobalCoarsening

Introduce MGTransferBlockGlobalCoarsening

2 years agoMerge pull request #13694 from peterrum/do_interpolate_boundary_values
Martin Kronbichler [Wed, 11 May 2022 14:17:24 +0000 (16:17 +0200)]
Merge pull request #13694 from peterrum/do_interpolate_boundary_values

Generalize do_interpolate_boundary_values() for pyramid and wedge

2 years agoMerge pull request #13577 from drwells/muparser-pimpl
Daniel Arndt [Wed, 11 May 2022 13:17:13 +0000 (15:17 +0200)]
Merge pull request #13577 from drwells/muparser-pimpl

2 years agoImplement second variant for specialized preconditioner 13698/head
Martin Kronbichler [Mon, 9 May 2022 19:53:28 +0000 (21:53 +0200)]
Implement second variant for specialized preconditioner

2 years agoMerge pull request #12463 from peterrum/set_dof_values_by_interpolation_assert
Marc Fehling [Wed, 11 May 2022 04:36:52 +0000 (22:36 -0600)]
Merge pull request #12463 from peterrum/set_dof_values_by_interpolation_assert

Improve asserts in parallel::distributed::SolutionTransfer

2 years agoMerge pull request #13716 from marcfehling/changelog
Marc Fehling [Wed, 11 May 2022 02:03:49 +0000 (20:03 -0600)]
Merge pull request #13716 from marcfehling/changelog

Adjust changelog for 64bit nonzeros.

2 years agoMerge pull request #13631 from CorbinFoucart/python3_binding_cmake_build_fix
Bruno Turcksin [Wed, 11 May 2022 01:54:45 +0000 (21:54 -0400)]
Merge pull request #13631 from CorbinFoucart/python3_binding_cmake_build_fix

2 years agoMerge pull request #13714 from marcfehling/step55-ierr
Marc Fehling [Wed, 11 May 2022 00:44:44 +0000 (18:44 -0600)]
Merge pull request #13714 from marcfehling/step55-ierr

Fix test simplex/step-55.

2 years agoFix typo. 13716/head
Marc Fehling [Thu, 7 Apr 2022 04:40:30 +0000 (22:40 -0600)]
Fix typo.

2 years agoMerge pull request #13715 from singima/changelog_entry
Marc Fehling [Tue, 10 May 2022 22:29:03 +0000 (16:29 -0600)]
Merge pull request #13715 from singima/changelog_entry

changelog news entry

2 years agoAdjust changelog for 64bit nonzeros.
Marc Fehling [Tue, 10 May 2022 22:24:36 +0000 (16:24 -0600)]
Adjust changelog for 64bit nonzeros.

2 years agoFix test simplex/step-55. 13714/head
Marc Fehling [Tue, 10 May 2022 20:33:29 +0000 (14:33 -0600)]
Fix test simplex/step-55.

2 years agoMerge pull request #13711 from drwells/fix-nodal-renumbering-tests
Marc Fehling [Tue, 10 May 2022 21:58:33 +0000 (15:58 -0600)]
Merge pull request #13711 from drwells/fix-nodal-renumbering-tests

Fix the nodal renumbering tests.

2 years agoMerge pull request #13713 from tamiko/update_cdash_url
Marc Fehling [Tue, 10 May 2022 21:56:01 +0000 (15:56 -0600)]
Merge pull request #13713 from tamiko/update_cdash_url

Server move: Update server URLs

2 years agochangelog news entry 13715/head
Sean Ingimarson [Tue, 10 May 2022 21:20:01 +0000 (17:20 -0400)]
changelog news entry

2 years agoexamples/step-69: Update URL 13713/head
Matthias Maier [Tue, 10 May 2022 19:50:29 +0000 (14:50 -0500)]
examples/step-69: Update URL

2 years agoServer move: Update CDash URL
Matthias Maier [Tue, 10 May 2022 19:49:24 +0000 (14:49 -0500)]
Server move: Update CDash URL

2 years agoFixes CMake version > 3.12 python-binding build failure due to deprecated FindPythonI... 13631/head
Corbin Foucart [Fri, 22 Apr 2022 05:56:30 +0000 (01:56 -0400)]
Fixes CMake version > 3.12 python-binding build failure due to deprecated FindPythonInterp call.

2 years agoGeneralize do_interpolate_boundary_values() for pyramid and wedge 13694/head
Peter Munch [Sun, 8 May 2022 15:29:24 +0000 (17:29 +0200)]
Generalize do_interpolate_boundary_values() for pyramid and wedge

2 years agoMerge pull request #13700 from drwells/celldata-default-arg
David Wells [Tue, 10 May 2022 15:32:25 +0000 (11:32 -0400)]
Merge pull request #13700 from drwells/celldata-default-arg

Correctly size CellData::vertices in GridTools.

2 years agoMerge pull request #13710 from masterleinad/restrict_feinterface_stokes
David Wells [Tue, 10 May 2022 15:32:02 +0000 (11:32 -0400)]
Merge pull request #13710 from masterleinad/restrict_feinterface_stokes

Restrict feinterface/stokes test

2 years agoFix the nodal renumbering tests. 13711/head
David Wells [Tue, 10 May 2022 13:24:21 +0000 (09:24 -0400)]
Fix the nodal renumbering tests.

Saving assertion messages in this way isn't portable.

2 years agoMerge pull request #13693 from peterrum/unit_face_support_points
Luca Heltai [Tue, 10 May 2022 13:17:06 +0000 (16:17 +0300)]
Merge pull request #13693 from peterrum/unit_face_support_points

unit_support_points and unit_face_support_points for wedges and pyramids

2 years agoMerge pull request #13706 from bangerth/ref-cell-2
David Wells [Tue, 10 May 2022 12:55:05 +0000 (08:55 -0400)]
Merge pull request #13706 from bangerth/ref-cell-2

Add ReferenceCell::get_midpoint_quadrature().

2 years agoCorrectly size CellData::vertices in GridTools. 13700/head
David Wells [Mon, 9 May 2022 16:20:16 +0000 (12:20 -0400)]
Correctly size CellData::vertices in GridTools.

2 years agoRestrict feinterface/stokes test 13710/head
Daniel Arndt [Tue, 10 May 2022 11:32:52 +0000 (13:32 +0200)]
Restrict feinterface/stokes test

2 years agoMerge pull request #13709 from simonsticko/add_asserts_mesh_classifier
Martin Kronbichler [Tue, 10 May 2022 10:42:59 +0000 (12:42 +0200)]
Merge pull request #13709 from simonsticko/add_asserts_mesh_classifier

Add two asserts in NonMatching::MeshClassifier.

2 years agoImprove asserts in parallel::distributed::SolutionTransfer 12463/head
Peter Munch [Fri, 25 Feb 2022 18:18:04 +0000 (19:18 +0100)]
Improve asserts in parallel::distributed::SolutionTransfer

2 years agoMerge pull request #13708 from simonsticko/exception_white_space
Daniel Arndt [Tue, 10 May 2022 09:01:52 +0000 (11:01 +0200)]
Merge pull request #13708 from simonsticko/exception_white_space

2 years agoMerge pull request #13699 from drwells/skip-default-cell-data
Peter Munch [Tue, 10 May 2022 08:44:55 +0000 (10:44 +0200)]
Merge pull request #13699 from drwells/skip-default-cell-data

Skip default values in get_coarse_mesh_description().

2 years agoAdd two asserts in NonMatching::MeshClassifier. 13709/head
Simon Sticko [Tue, 10 May 2022 06:10:50 +0000 (08:10 +0200)]
Add two asserts in NonMatching::MeshClassifier.

2 years agoRename a few variables and use range based loop in mesh classifer test.
Simon Sticko [Tue, 10 May 2022 06:35:58 +0000 (08:35 +0200)]
Rename a few variables and use range based loop in mesh classifer test.

2 years agoAdd white space to fix exception message split over several lines. 13708/head
Simon Sticko [Tue, 10 May 2022 05:48:48 +0000 (07:48 +0200)]
Add white space to fix exception message split over several lines.

2 years agoMerge pull request #13707 from bangerth/tests-7
Martin Kronbichler [Tue, 10 May 2022 05:28:43 +0000 (07:28 +0200)]
Merge pull request #13707 from bangerth/tests-7

Add more tests.

2 years agoMerge pull request #13704 from kronbichler/improve_docu
Wolfgang Bangerth [Tue, 10 May 2022 03:17:55 +0000 (21:17 -0600)]
Merge pull request #13704 from kronbichler/improve_docu

SolverFlexibleCG: Slightly improve documentation

2 years agoAdd more tests. 13707/head
Wolfgang Bangerth [Tue, 10 May 2022 03:15:22 +0000 (21:15 -0600)]
Add more tests.

2 years agoAdd a note to QMidpoint. 13706/head
Wolfgang Bangerth [Thu, 5 May 2022 21:04:05 +0000 (15:04 -0600)]
Add a note to QMidpoint.

2 years agoAdd changelog entry.
Wolfgang Bangerth [Thu, 5 May 2022 21:00:56 +0000 (15:00 -0600)]
Add changelog entry.

2 years agoAdd tests.
Wolfgang Bangerth [Thu, 5 May 2022 20:59:55 +0000 (14:59 -0600)]
Add tests.

2 years agoProvide ReferenceCell::get_midpoint_quadrature().
Wolfgang Bangerth [Thu, 5 May 2022 20:59:41 +0000 (14:59 -0600)]
Provide ReferenceCell::get_midpoint_quadrature().

2 years agoMerge pull request #13657 from simonsticko/non_matching_fe_interface_values
Peter Munch [Mon, 9 May 2022 21:48:22 +0000 (23:48 +0200)]
Merge pull request #13657 from simonsticko/non_matching_fe_interface_values

Add class NonMatching::FEInterfaceValues

2 years agounit_support_points and unit_face_support_points for wedges and pyramids 13693/head
Peter Munch [Sun, 8 May 2022 15:13:39 +0000 (17:13 +0200)]
unit_support_points and unit_face_support_points for wedges and pyramids

2 years agoUse std::move() with CellData. 13699/head
David Wells [Mon, 9 May 2022 15:46:56 +0000 (11:46 -0400)]
Use std::move() with CellData.

This now uses a std::vector to store data so we should skip the unnecessary
copy.

2 years agoDon't save default data in GridTools::get_coarse_mesh_description().
David Wells [Mon, 9 May 2022 15:45:41 +0000 (11:45 -0400)]
Don't save default data in GridTools::get_coarse_mesh_description().

Saving every line and face takes up a huge amount of memory and time when, in
practice, this data is not that useful.

2 years agoSolverFlexibleCG: Slightly improve documentation 13704/head
Martin Kronbichler [Mon, 9 May 2022 21:03:54 +0000 (23:03 +0200)]
SolverFlexibleCG: Slightly improve documentation

2 years agoMerge pull request #13701 from kronbichler/fix_test_mapping_q_eulerian
Martin Kronbichler [Mon, 9 May 2022 20:55:29 +0000 (22:55 +0200)]
Merge pull request #13701 from kronbichler/fix_test_mapping_q_eulerian

Fix test failure: Close the right AffineConstraints object

2 years agoMerge pull request #13702 from kronbichler/fix_test_transfer
Peter Munch [Mon, 9 May 2022 20:44:40 +0000 (22:44 +0200)]
Merge pull request #13702 from kronbichler/fix_test_transfer

Adjust test output for new FE_RaviartThomasNodal

2 years agoMerge pull request #13696 from peterrum/GenericDoFsPerObject_generate
Peter Munch [Mon, 9 May 2022 20:42:15 +0000 (22:42 +0200)]
Merge pull request #13696 from peterrum/GenericDoFsPerObject_generate

Add GenericDoFsPerObject::generate()

2 years agoAdd changelog
Martin Kronbichler [Mon, 9 May 2022 15:05:21 +0000 (17:05 +0200)]
Add changelog

2 years agoAdd two new test cases for interleaved solver
Martin Kronbichler [Mon, 9 May 2022 15:01:49 +0000 (17:01 +0200)]
Add two new test cases for interleaved solver

2 years agoMake interface to different variants more slim by moving iteration
Martin Kronbichler [Mon, 9 May 2022 08:57:11 +0000 (10:57 +0200)]
Make interface to different variants more slim by moving iteration
to separate class

2 years agoImplement interleaving between iterations in CG solver
Martin Kronbichler [Fri, 6 May 2022 15:36:25 +0000 (17:36 +0200)]
Implement interleaving between iterations in CG solver

2 years agoAdjust test output for new FE_RaviartThomasNodal 13702/head
Martin Kronbichler [Mon, 9 May 2022 19:46:42 +0000 (21:46 +0200)]
Adjust test output for new FE_RaviartThomasNodal

2 years agoMerge pull request #13683 from kronbichler/flexible_cg
Jean-Paul Pelteret [Mon, 9 May 2022 19:43:15 +0000 (21:43 +0200)]
Merge pull request #13683 from kronbichler/flexible_cg

Implement flexible variant of conjugate gradient method

2 years agoFix test failure: Close the right AffineConstraints object 13701/head
Martin Kronbichler [Mon, 9 May 2022 19:31:22 +0000 (21:31 +0200)]
Fix test failure: Close the right AffineConstraints object

2 years agoMerge pull request #13414 from bangerth/ca-free
Daniel Arndt [Mon, 9 May 2022 12:42:30 +0000 (14:42 +0200)]
Merge pull request #13414 from bangerth/ca-free

2 years agoAdd gradient to SignedDistance::Ellipsoid 13590/head
Maximilian Bergbauer [Mon, 4 Apr 2022 16:02:33 +0000 (18:02 +0200)]
Add gradient to SignedDistance::Ellipsoid

2 years agoAdd class NonMatching::FEInterfaceValues 13657/head
Simon Sticko [Fri, 29 Apr 2022 08:29:56 +0000 (10:29 +0200)]
Add class NonMatching::FEInterfaceValues

This class works the same way as NonMatching::FEValues but for
assembling interface terms on faces. This is done using the
DisceteFaceQuadratureGenerator class to create quadrature rules on
the intersected faces and then creating dealii::FEInterfaceValues
objects with these quadratures.

2 years agoChangelog 13683/head
Martin Kronbichler [Fri, 6 May 2022 12:04:18 +0000 (14:04 +0200)]
Changelog

2 years agoAdd test case
Martin Kronbichler [Fri, 6 May 2022 12:02:27 +0000 (14:02 +0200)]
Add test case

2 years agoImplement flexible variant of conjugate gradient method
Martin Kronbichler [Fri, 6 May 2022 11:38:05 +0000 (13:38 +0200)]
Implement flexible variant of conjugate gradient method

2 years agoMerge pull request #13664 from luca-heltai/cgal-surface-to-tria
Peter Munch [Mon, 9 May 2022 07:56:34 +0000 (09:56 +0200)]
Merge pull request #13664 from luca-heltai/cgal-surface-to-tria

Cgal surface to deal.II triangulation

2 years agoMerge pull request #13690 from peterrum/mf_fenothing_asserts
Martin Kronbichler [Mon, 9 May 2022 06:42:18 +0000 (08:42 +0200)]
Merge pull request #13690 from peterrum/mf_fenothing_asserts

Improve asserts in MF/FEEval regarding FENothing

2 years agoMerge pull request #13692 from peterrum/face_to_cell_lines_pyramid_wedge
Martin Kronbichler [Mon, 9 May 2022 06:40:37 +0000 (08:40 +0200)]
Merge pull request #13692 from peterrum/face_to_cell_lines_pyramid_wedge

Implement ReferenceCell::face_to_cell_lines() for pyramids and wedges

2 years agoMerge pull request #13695 from peterrum/GenericDoFsPerObject_format
Peter Munch [Mon, 9 May 2022 06:39:42 +0000 (08:39 +0200)]
Merge pull request #13695 from peterrum/GenericDoFsPerObject_format

Fix format of table

2 years agoMerge pull request #13697 from kronbichler/add_changelog
Peter Munch [Mon, 9 May 2022 06:39:31 +0000 (08:39 +0200)]
Merge pull request #13697 from kronbichler/add_changelog

Add changelog for MappingQ

2 years agoImprove asserts in MF/FEEval regarding FENothing 13690/head
Peter Munch [Sat, 7 May 2022 21:25:13 +0000 (23:25 +0200)]
Improve asserts in MF/FEEval regarding FENothing

2 years agoAdd changelog for MappingQ 13697/head
Martin Kronbichler [Sun, 8 May 2022 17:48:26 +0000 (19:48 +0200)]
Add changelog for MappingQ

2 years agoAdd GenericDoFsPerObject::generate() 13696/head
Peter Munch [Sun, 8 May 2022 17:45:22 +0000 (19:45 +0200)]
Add GenericDoFsPerObject::generate()

2 years agoMerge pull request #13688 from peterrum/fe_eval_user_define_batches_gather_evaluate
Martin Kronbichler [Sun, 8 May 2022 17:21:51 +0000 (19:21 +0200)]
Merge pull request #13688 from peterrum/fe_eval_user_define_batches_gather_evaluate

Fix FEEvaluation::gather_evaluate() for user-defined batches

2 years agoMerge pull request #13691 from peterrum/mf_face_batch
Martin Kronbichler [Sun, 8 May 2022 17:20:39 +0000 (19:20 +0200)]
Merge pull request #13691 from peterrum/mf_face_batch

Rename some face batches

2 years agoFix format of table 13695/head
Peter Munch [Sun, 8 May 2022 15:57:32 +0000 (17:57 +0200)]
Fix format of table

2 years agoImplement ReferenceCell::face_to_cell_lines() for pyramids and wedges 13692/head
Peter Munch [Sun, 8 May 2022 14:32:12 +0000 (16:32 +0200)]
Implement ReferenceCell::face_to_cell_lines() for pyramids and wedges

2 years agoConversion from CGAL surface to deal.II tria 13664/head
Marco Feder [Sat, 7 May 2022 19:36:46 +0000 (22:36 +0300)]
Conversion from CGAL surface to deal.II tria

2 years agoDo not check for orientation in codim-one simplex.
Luca Heltai [Thu, 5 May 2022 21:07:53 +0000 (00:07 +0300)]
Do not check for orientation in codim-one simplex.

2 years agoMerge pull request #13661 from luca-heltai/cgal-triangulation
Peter Munch [Sun, 8 May 2022 11:18:20 +0000 (13:18 +0200)]
Merge pull request #13661 from luca-heltai/cgal-triangulation

Cgal triangulation

2 years agoCode review. 13661/head
Luca Heltai [Sun, 8 May 2022 06:43:40 +0000 (09:43 +0300)]
Code review.

2 years agoRename some face batches 13691/head
Peter Munch [Sat, 7 May 2022 21:35:44 +0000 (23:35 +0200)]
Rename some face batches

2 years agoFix FEEvaluation::gather_evaluate() for user-defined batches 13688/head
Peter Munch [Sat, 7 May 2022 19:17:42 +0000 (21:17 +0200)]
Fix FEEvaluation::gather_evaluate() for user-defined batches

2 years agoAdded tests.
Luca Heltai [Sat, 7 May 2022 18:26:11 +0000 (21:26 +0300)]
Added tests.

2 years agoSupport for CGAL::Triangulation_2 and CGAL::Triangulation_3.
Luca Heltai [Sat, 7 May 2022 18:25:49 +0000 (21:25 +0300)]
Support for CGAL::Triangulation_2 and CGAL::Triangulation_3.

2 years agoMerge pull request #13685 from kronbichler/reduce_instantiations
Marc Fehling [Fri, 6 May 2022 20:04:09 +0000 (14:04 -0600)]
Merge pull request #13685 from kronbichler/reduce_instantiations

Reduce number of instantiations of FEEvaluation template factory

2 years agoMerge pull request #13678 from bangerth/ref-cell
David Wells [Fri, 6 May 2022 18:53:56 +0000 (14:53 -0400)]
Merge pull request #13678 from bangerth/ref-cell

Add ReferenceCell::volume() and ::barycenter().

2 years agoMerge pull request #13684 from kronbichler/fix_test
Marc Fehling [Fri, 6 May 2022 18:44:11 +0000 (12:44 -0600)]
Merge pull request #13684 from kronbichler/fix_test

Fix a recently added test

2 years agoMerge pull request #13676 from kronbichler/simplify_set_init
Marc Fehling [Fri, 6 May 2022 18:26:53 +0000 (12:26 -0600)]
Merge pull request #13676 from kronbichler/simplify_set_init

Use simpler initialization of std::set

2 years agoReduce number of instantiations of FEEvaluation template factory 13685/head
Martin Kronbichler [Fri, 6 May 2022 16:58:44 +0000 (18:58 +0200)]
Reduce number of instantiations of FEEvaluation template factory


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.