]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoAdd an include file that is necessary (though may have 11647/head
Wolfgang Bangerth [Thu, 28 Jan 2021 23:48:11 +0000 (16:48 -0700)]
Add an include file that is necessary (though may have

already been there transitively).

3 years agoFix a missing include file.
Wolfgang Bangerth [Thu, 28 Jan 2021 23:47:37 +0000 (16:47 -0700)]
Fix a missing include file.

3 years agoMove the function that generates a reference cell to GridGenerator.
Wolfgang Bangerth [Thu, 28 Jan 2021 18:49:16 +0000 (11:49 -0700)]
Move the function that generates a reference cell to GridGenerator.

3 years agoRevert "Move make_triangulation into ReferenceCell::Type"
Wolfgang Bangerth [Thu, 28 Jan 2021 17:46:40 +0000 (10:46 -0700)]
Revert "Move make_triangulation into ReferenceCell::Type"

This reverts commit c14ccdb17608b9bfbcc8db4773b14c28a51a3c8a.

3 years agoMerge pull request #11448 from marcfehling/fe-nothing-dominate
Wolfgang Bangerth [Fri, 29 Jan 2021 18:10:33 +0000 (11:10 -0700)]
Merge pull request #11448 from marcfehling/fe-nothing-dominate

Added tests for FENothing constraints.

3 years agoMerge pull request #11592 from luca-heltai/gmsh-libraries
Matthias Maier [Fri, 29 Jan 2021 15:22:36 +0000 (09:22 -0600)]
Merge pull request #11592 from luca-heltai/gmsh-libraries

Added support for gmsh library - new write_msh()/read_msh() with manifolds

3 years agoMerge pull request #11648 from bangerth/qprojector
Peter Munch [Fri, 29 Jan 2021 12:09:30 +0000 (13:09 +0100)]
Merge pull request #11648 from bangerth/qprojector

Move two static private functions into an internal namespace.

3 years agoMerge pull request #11651 from luca-heltai/cancel-redundant-workflows-3
Luca Heltai [Fri, 29 Jan 2021 10:24:18 +0000 (11:24 +0100)]
Merge pull request #11651 from luca-heltai/cancel-redundant-workflows-3

Third attempt.

3 years agoThird attempt. 11651/head
Luca Heltai [Fri, 29 Jan 2021 10:12:22 +0000 (11:12 +0100)]
Third attempt.

3 years agoMerge pull request #11588 from peterrum/high_order_lagrange
Peter Munch [Fri, 29 Jan 2021 10:09:48 +0000 (11:09 +0100)]
Merge pull request #11588 from peterrum/high_order_lagrange

Enable VtkFlags::write_higher_order_cells for simplices

3 years agoMerge pull request #11624 from bangerth/exception
Luca Heltai [Fri, 29 Jan 2021 10:07:21 +0000 (11:07 +0100)]
Merge pull request #11624 from bangerth/exception

Nicely format exception texts.

3 years agoMerge pull request #11650 from luca-heltai/cancel-redundant-workflows-2
Peter Munch [Fri, 29 Jan 2021 09:59:05 +0000 (10:59 +0100)]
Merge pull request #11650 from luca-heltai/cancel-redundant-workflows-2

Second try at cancelling redundant workflows

3 years agoSecond try 11650/head
Luca Heltai [Fri, 29 Jan 2021 09:26:25 +0000 (10:26 +0100)]
Second try

3 years agoMerge pull request #11637 from marcfehling/tet-neighbor_child_on_subface
Wolfgang Bangerth [Fri, 29 Jan 2021 03:41:29 +0000 (20:41 -0700)]
Merge pull request #11637 from marcfehling/tet-neighbor_child_on_subface

simplex: Adapt CellAccessor::neighbor_child_on_subface for triangles.

3 years agoMerge pull request #11627 from marcfehling/hp-merge
Wolfgang Bangerth [Fri, 29 Jan 2021 03:41:07 +0000 (20:41 -0700)]
Merge pull request #11627 from marcfehling/hp-merge

Bugfix: Clear DoFHandler in Triangulation create signal.

3 years agoMerge pull request #11645 from bangerth/ref-cell-11
Bruno Turcksin [Fri, 29 Jan 2021 03:05:01 +0000 (22:05 -0500)]
Merge pull request #11645 from bangerth/ref-cell-11

Simplify code.

3 years agoMerge pull request #11646 from bangerth/reference
Bruno Turcksin [Fri, 29 Jan 2021 03:04:16 +0000 (22:04 -0500)]
Merge pull request #11646 from bangerth/reference

Pass 'const double' objects by-value, rather than by-reference.

3 years agoAdded tests for FENothing constraints. 11448/head
Marc Fehling [Thu, 31 Dec 2020 04:49:02 +0000 (21:49 -0700)]
Added tests for FENothing constraints.

3 years agoMerge pull request #11606 from tjhei/mapping_is_compatible
Wolfgang Bangerth [Thu, 28 Jan 2021 21:43:27 +0000 (14:43 -0700)]
Merge pull request #11606 from tjhei/mapping_is_compatible

Introduce Mapping::is_compatible_with

3 years agoMove functions into an anonymous namespace to take them out of the public library... 11648/head
Wolfgang Bangerth [Thu, 28 Jan 2021 21:28:47 +0000 (14:28 -0700)]
Move functions into an anonymous namespace to take them out of the public library interface.

3 years agoMove two static private functions into an internal namespace.
Wolfgang Bangerth [Thu, 28 Jan 2021 21:06:05 +0000 (14:06 -0700)]
Move two static private functions into an internal namespace.

3 years agoBugfix: Clear DoFHandler in Triangulation create signal. 11627/head
Marc Fehling [Tue, 26 Jan 2021 02:00:40 +0000 (19:00 -0700)]
Bugfix: Clear DoFHandler in Triangulation create signal.

3 years agoAdapt CellAccessor::neighbor_child_on_subface for triangles. 11637/head
Marc Fehling [Wed, 27 Jan 2021 03:46:07 +0000 (20:46 -0700)]
Adapt CellAccessor::neighbor_child_on_subface for triangles.

Required by DoFTools::make_hanging_node_constraints.

3 years agoAdjust test output. 11624/head
Wolfgang Bangerth [Thu, 28 Jan 2021 20:57:54 +0000 (13:57 -0700)]
Adjust test output.

3 years agoMerge pull request #11515 from elauksap/pft_solution_transfer
Daniel Arndt [Thu, 28 Jan 2021 20:21:37 +0000 (15:21 -0500)]
Merge pull request #11515 from elauksap/pft_solution_transfer

Generalize p::d::SolutionTransfer for p::f::Triangulation

3 years agoSimplify code. 11645/head
Wolfgang Bangerth [Fri, 22 Jan 2021 03:46:53 +0000 (20:46 -0700)]
Simplify code.

3 years agoMerge pull request #11366 from marcfehling/subdomain
Luca Heltai [Thu, 28 Jan 2021 18:44:13 +0000 (19:44 +0100)]
Merge pull request #11366 from marcfehling/subdomain

Added GridTools::get_subdomain_association(Tria, CellId).

3 years agoMerge pull request #11643 from luca-heltai/cancel-redundant-workflows
Daniel Arndt [Thu, 28 Jan 2021 18:26:16 +0000 (13:26 -0500)]
Merge pull request #11643 from luca-heltai/cancel-redundant-workflows

Cancelling workflow for github actions.

3 years agoPass 'const double' objects by-value, rather than by-reference. 11646/head
Wolfgang Bangerth [Thu, 28 Jan 2021 17:19:07 +0000 (10:19 -0700)]
Pass 'const double' objects by-value, rather than by-reference.

3 years agoEnable VtkFlags::write_higher_order_cells for triangles 11588/head
Peter Munch [Tue, 19 Jan 2021 09:23:23 +0000 (10:23 +0100)]
Enable VtkFlags::write_higher_order_cells for triangles

3 years agoMerge pull request #11642 from peterrum/make_triangulation
Wolfgang Bangerth [Thu, 28 Jan 2021 16:56:25 +0000 (09:56 -0700)]
Merge pull request #11642 from peterrum/make_triangulation

Move make_triangulation into ReferenceCell::Type

3 years agoCreated cancelling workflow. 11643/head
Luca Heltai [Thu, 28 Jan 2021 14:29:31 +0000 (15:29 +0100)]
Created cancelling workflow.

3 years agoMerge pull request #11505 from drwells/fe-p-bubbles
Peter Munch [Thu, 28 Jan 2021 12:54:50 +0000 (13:54 +0100)]
Merge pull request #11505 from drwells/fe-p-bubbles

Add FE_P_Bubbles

3 years agoMove make_triangulation into ReferenceCell::Type 11642/head
Peter Munch [Thu, 28 Jan 2021 12:50:46 +0000 (13:50 +0100)]
Move make_triangulation into ReferenceCell::Type

3 years agoMerge pull request #11604 from bangerth/ref-cell-9
Peter Munch [Thu, 28 Jan 2021 12:21:25 +0000 (13:21 +0100)]
Merge pull request #11604 from bangerth/ref-cell-9

Move the get_*mapping() functions into ReferenceCell::Type.

3 years agoMerge pull request #11640 from bangerth/simplify-2
Peter Munch [Thu, 28 Jan 2021 12:20:55 +0000 (13:20 +0100)]
Merge pull request #11640 from bangerth/simplify-2

Minor simplification in QProjector.

3 years agoChangeLog. 11592/head
Luca Heltai [Thu, 28 Jan 2021 11:34:13 +0000 (12:34 +0100)]
ChangeLog.

3 years agoAdded GridIn::read_msh()
Luca Heltai [Thu, 28 Jan 2021 11:34:02 +0000 (12:34 +0100)]
Added GridIn::read_msh()

3 years agoAdded GridOut::write_msh()
Luca Heltai [Thu, 28 Jan 2021 11:32:49 +0000 (12:32 +0100)]
Added GridOut::write_msh()

3 years agoAdd support for gmsh api in cmake.
Luca Heltai [Thu, 28 Jan 2021 11:31:48 +0000 (12:31 +0100)]
Add support for gmsh api in cmake.

3 years agoMerge pull request #11623 from peterrum/fpe_integrate
Peter Munch [Thu, 28 Jan 2021 10:48:50 +0000 (11:48 +0100)]
Merge pull request #11623 from peterrum/fpe_integrate

Work on FEPointEvaluation::integrate

3 years agoTry to trick MSVC into accepting a default argument. 11604/head
Wolfgang Bangerth [Mon, 25 Jan 2021 04:49:07 +0000 (21:49 -0700)]
Try to trick MSVC into accepting a default argument.

3 years agoMove the get_*mapping() functions into ReferenceCell::Type.
Wolfgang Bangerth [Fri, 22 Jan 2021 00:27:59 +0000 (17:27 -0700)]
Move the get_*mapping() functions into ReferenceCell::Type.

3 years agoMinor simplification in QProjector. 11640/head
Wolfgang Bangerth [Wed, 27 Jan 2021 16:27:44 +0000 (09:27 -0700)]
Minor simplification in QProjector.

3 years agoMerge pull request #11639 from peterrum/fpe_grad
Peter Munch [Wed, 27 Jan 2021 11:59:39 +0000 (12:59 +0100)]
Merge pull request #11639 from peterrum/fpe_grad

Fix FEPointEvaluation if only grad is requested

3 years agoFix FEPointEvaluation if only grad is requested 11639/head
Peter Munch [Wed, 27 Jan 2021 10:01:19 +0000 (11:01 +0100)]
Fix FEPointEvaluation if only grad is requested

3 years agoMerge pull request #11634 from tjhei/fix_warning_dim
Martin Kronbichler [Wed, 27 Jan 2021 09:46:29 +0000 (10:46 +0100)]
Merge pull request #11634 from tjhei/fix_warning_dim

fix array bounds warning

3 years agoImplement FEPointEvaluation::integrate(), ::submit_value(), and ::submit_gradient() 11623/head
Peter Munch [Fri, 22 Jan 2021 20:15:44 +0000 (21:15 +0100)]
Implement FEPointEvaluation::integrate(), ::submit_value(), and ::submit_gradient()

3 years agoMerge pull request #11635 from masterleinad/fix_include_file_sundials
Martin Kronbichler [Wed, 27 Jan 2021 06:47:14 +0000 (07:47 +0100)]
Merge pull request #11635 from masterleinad/fix_include_file_sundials

Add missing include file for SUNDIALS

3 years agoMerge pull request #11630 from peterrum/fpe_interface
Martin Kronbichler [Wed, 27 Jan 2021 06:45:38 +0000 (07:45 +0100)]
Merge pull request #11630 from peterrum/fpe_interface

Update interface of FEPointEvaluation

3 years agoImplement FE_P_Bubbles, which enables mass lumping on simplices. 11505/head
David Wells [Tue, 12 Jan 2021 18:52:52 +0000 (13:52 -0500)]
Implement FE_P_Bubbles, which enables mass lumping on simplices.

3 years agoAdd missing include file for SUNDIALS 11635/head
Daniel Arndt [Tue, 26 Jan 2021 20:52:42 +0000 (15:52 -0500)]
Add missing include file for SUNDIALS

3 years agofix array bounds warning 11634/head
Timo Heister [Tue, 26 Jan 2021 18:47:24 +0000 (13:47 -0500)]
fix array bounds warning

3 years agoUpdate interface of FEPointEvaluation 11630/head
Peter Munch [Tue, 26 Jan 2021 11:20:09 +0000 (12:20 +0100)]
Update interface of FEPointEvaluation

Conflicts:
.github/workflows/linux.yml

3 years agoMerge pull request #11617 from bangerth/simplify
Luca Heltai [Tue, 26 Jan 2021 17:33:38 +0000 (18:33 +0100)]
Merge pull request #11617 from bangerth/simplify

Simplify some code.

3 years agoMerge pull request #11629 from peterrum/enable_python_binding
Luca Heltai [Tue, 26 Jan 2021 17:32:55 +0000 (18:32 +0100)]
Merge pull request #11629 from peterrum/enable_python_binding

Enable PYTHON_BINDINGS in linux-release-serial

3 years agoMerge pull request #11633 from luca-heltai/cxx17-in-docker-image
Luca Heltai [Tue, 26 Jan 2021 14:00:09 +0000 (15:00 +0100)]
Merge pull request #11633 from luca-heltai/cxx17-in-docker-image

Added cxx17 flags to master build.

3 years agoAdded cxx17 flags to master build. 11633/head
Luca Heltai [Tue, 26 Jan 2021 13:43:45 +0000 (14:43 +0100)]
Added cxx17 flags to master build.

3 years agoEnabel PYTHON_BINDINGS in linux-release-serial 11629/head
Peter Munch [Tue, 26 Jan 2021 09:34:55 +0000 (10:34 +0100)]
Enabel PYTHON_BINDINGS in linux-release-serial

3 years agoMerge pull request #11631 from peterrum/EvaluationFlags_value_typo
Martin Kronbichler [Tue, 26 Jan 2021 12:35:49 +0000 (13:35 +0100)]
Merge pull request #11631 from peterrum/EvaluationFlags_value_typo

Fix typo

3 years agoMerge pull request #11632 from luca-heltai/fix-python-bindings
Peter Munch [Tue, 26 Jan 2021 12:01:02 +0000 (13:01 +0100)]
Merge pull request #11632 from luca-heltai/fix-python-bindings

Removed wrapping for reference cell.

3 years agoRemoved wrapping for reference cell. 11632/head
Luca Heltai [Tue, 26 Jan 2021 11:20:04 +0000 (12:20 +0100)]
Removed wrapping for reference cell.

3 years agoFix typo 11631/head
Peter Munch [Tue, 26 Jan 2021 11:24:28 +0000 (12:24 +0100)]
Fix typo

3 years agoMerge pull request #11616 from tamiko/increase_version
Martin Kronbichler [Tue, 26 Jan 2021 08:59:57 +0000 (09:59 +0100)]
Merge pull request #11616 from tamiko/increase_version

CMake: increase minimum required version to 3.1.0

3 years agoadd a changelog entry 11616/head
Matthias Maier [Mon, 25 Jan 2021 14:52:54 +0000 (08:52 -0600)]
add a changelog entry

3 years agoCMake: Remove obsolete version check
Matthias Maier [Sun, 24 Jan 2021 18:08:14 +0000 (12:08 -0600)]
CMake: Remove obsolete version check

3 years agoCMake: increase minimum required version
Matthias Maier [Sun, 24 Jan 2021 18:05:00 +0000 (12:05 -0600)]
CMake: increase minimum required version

3 years agoAdd changelog entry.
Wolfgang Bangerth [Mon, 25 Jan 2021 22:05:10 +0000 (15:05 -0700)]
Add changelog entry.

3 years agoNicely format exception texts.
Wolfgang Bangerth [Mon, 25 Jan 2021 21:58:36 +0000 (14:58 -0700)]
Nicely format exception texts.

3 years agoAdd another simplex quadrature rule.
David Wells [Fri, 22 Jan 2021 14:10:52 +0000 (09:10 -0500)]
Add another simplex quadrature rule.

3 years agoAdd an access operator to BarycentricPolynomials.
David Wells [Fri, 15 Jan 2021 15:23:12 +0000 (10:23 -0500)]
Add an access operator to BarycentricPolynomials.

It's ocassionally useful to access the polynomials constructed in a basis directly.

3 years agoMerge pull request #11621 from luca-heltai/fix-docker-build-4
Luca Heltai [Mon, 25 Jan 2021 19:57:13 +0000 (20:57 +0100)]
Merge pull request #11621 from luca-heltai/fix-docker-build-4

3 years agoAdded instruction to cancel previous builds. 11621/head
Luca Heltai [Mon, 25 Jan 2021 18:49:48 +0000 (19:49 +0100)]
Added instruction to cancel previous builds.

3 years agoFourth attempt.
Luca Heltai [Mon, 25 Jan 2021 18:37:41 +0000 (19:37 +0100)]
Fourth attempt.

3 years agoAdd redundant checks in hopes of avoiding a compiler warning. 11617/head
Wolfgang Bangerth [Mon, 25 Jan 2021 18:00:03 +0000 (11:00 -0700)]
Add redundant checks in hopes of avoiding a compiler warning.

3 years agoMerge pull request #11620 from luca-heltai/fix-docker-build-3
Peter Munch [Mon, 25 Jan 2021 17:59:55 +0000 (18:59 +0100)]
Merge pull request #11620 from luca-heltai/fix-docker-build-3

Third attempt.

3 years agouse FE info 11606/head
Timo Heister [Mon, 25 Jan 2021 17:12:34 +0000 (12:12 -0500)]
use FE info

3 years agoThird attempt. 11620/head
Luca Heltai [Mon, 25 Jan 2021 16:54:46 +0000 (17:54 +0100)]
Third attempt.

3 years agoaddress comments
Timo Heister [Mon, 25 Jan 2021 16:44:44 +0000 (11:44 -0500)]
address comments

3 years agoMerge pull request #11610 from marcfehling/gsl
David Wells [Mon, 25 Jan 2021 14:58:55 +0000 (09:58 -0500)]
Merge pull request #11610 from marcfehling/gsl

Replace gsl_sf_legendre_Pl with std_cxx17::legendre in tests.

3 years agoMerge pull request #11619 from luca-heltai/fix-docker-build-2
Peter Munch [Mon, 25 Jan 2021 12:33:51 +0000 (13:33 +0100)]
Merge pull request #11619 from luca-heltai/fix-docker-build-2

Second try.

3 years agoSecond try. 11619/head
Luca Heltai [Mon, 25 Jan 2021 12:10:14 +0000 (13:10 +0100)]
Second try.

3 years agoMerge pull request #11618 from luca-heltai/fix-docker-build
Peter Munch [Mon, 25 Jan 2021 11:55:38 +0000 (12:55 +0100)]
Merge pull request #11618 from luca-heltai/fix-docker-build

Try to fix docker images.

3 years agoTry to fix docker images. 11618/head
Luca Heltai [Mon, 25 Jan 2021 11:39:28 +0000 (12:39 +0100)]
Try to fix docker images.

3 years agoSimplify some code.
Wolfgang Bangerth [Mon, 25 Jan 2021 05:00:36 +0000 (22:00 -0700)]
Simplify some code.

3 years agoMerge pull request #11607 from bangerth/ref-cell-10
David Wells [Sun, 24 Jan 2021 01:21:06 +0000 (20:21 -0500)]
Merge pull request #11607 from bangerth/ref-cell-10

Move a function that is not performance-critical to the .cc file.

3 years agoRemove duplicate doc string. 11607/head
Wolfgang Bangerth [Sat, 23 Jan 2021 23:25:55 +0000 (16:25 -0700)]
Remove duplicate doc string.

3 years agoMerge pull request #11613 from drwells/minor-simplex-fixes
David Wells [Sat, 23 Jan 2021 19:03:32 +0000 (14:03 -0500)]
Merge pull request #11613 from drwells/minor-simplex-fixes

Fix a variety of small simplex things.

3 years agoFix a variety of small simplex things. 11613/head
David Wells [Sat, 23 Jan 2021 15:01:58 +0000 (10:01 -0500)]
Fix a variety of small simplex things.

1. Our convention is to still mark overridden methods as virtual.
2. convert_generalized_support_point_values_to_dof_values should be public.
3. Fix simplex reference tria generation in codimension 1.
4. Remove some hard-coded numbers.
5. Fix a quadrature weight.

3 years agoMerge pull request #11611 from bangerth/message
David Wells [Sat, 23 Jan 2021 15:50:23 +0000 (10:50 -0500)]
Merge pull request #11611 from bangerth/message

Improve an error message.

3 years agoImprove an error message. 11611/head
Wolfgang Bangerth [Sat, 23 Jan 2021 04:59:03 +0000 (21:59 -0700)]
Improve an error message.

3 years agoReplace gsl_sf_legendre_Pl withstc_cxx17::legendre in tests. 11610/head
Marc Fehling [Sat, 23 Jan 2021 03:48:46 +0000 (20:48 -0700)]
Replace gsl_sf_legendre_Pl withstc_cxx17::legendre in tests.

3 years agoMove a function that is not performance-critical to the .cc file.
Wolfgang Bangerth [Fri, 22 Jan 2021 03:50:31 +0000 (20:50 -0700)]
Move a function that is not performance-critical to the .cc file.

3 years agoMerge pull request #11596 from nmuch/fix-ThreadLocalStorage-assignment-operators
Daniel Arndt [Fri, 22 Jan 2021 20:02:13 +0000 (15:02 -0500)]
Merge pull request #11596 from nmuch/fix-ThreadLocalStorage-assignment-operators

Fix ThreadLocalStorage assigment operators

3 years agoMerge pull request #11605 from masterleinad/fix_comparison_reference_cell
Daniel Arndt [Fri, 22 Jan 2021 18:03:30 +0000 (13:03 -0500)]
Merge pull request #11605 from masterleinad/fix_comparison_reference_cell

Fix comparisons in ReferenceCell

3 years agoIntroduce Mapping::is_compatible_with
Timo Heister [Fri, 22 Jan 2021 17:04:59 +0000 (12:04 -0500)]
Introduce Mapping::is_compatible_with

- Introduce Mapping::is_compatible_with()
- Implement for all Mapping classes
- Use in FEValues::reinit()

3 years agoFix comparisons in ReferenceCell 11605/head
Daniel Arndt [Fri, 22 Jan 2021 16:29:08 +0000 (11:29 -0500)]
Fix comparisons in ReferenceCell

3 years agoMerge pull request #11395 from sebproell/sundials-n_vector
Peter Munch [Fri, 22 Jan 2021 10:50:48 +0000 (11:50 +0100)]
Merge pull request #11395 from sebproell/sundials-n_vector

Introduce SUNDIALS N_Vector module

3 years agoFix ThreadLocalStorage assigment operators 11596/head
Nils Much [Thu, 21 Jan 2021 14:27:29 +0000 (15:27 +0100)]
Fix ThreadLocalStorage assigment operators

Copy/move exemplar
Add tests

3 years agoMerge pull request #11601 from bangerth/ref-cell-6
Bruno Turcksin [Fri, 22 Jan 2021 03:25:19 +0000 (22:25 -0500)]
Merge pull request #11601 from bangerth/ref-cell-6

Let ReferenceCell::get_nodal_type_quadrature() return a 'const' reference


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.