]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agocontrib/python_bindings: set PYTHON_EXECUTABLE 13964/head
Matthias Maier [Mon, 13 Jun 2022 06:50:44 +0000 (01:50 -0500)]
contrib/python_bindings: set PYTHON_EXECUTABLE

2 years agoMerge pull request #13771 from luca-heltai/cgal-Surface_remeshing
Martin Kronbichler [Mon, 13 Jun 2022 05:17:52 +0000 (07:17 +0200)]
Merge pull request #13771 from luca-heltai/cgal-Surface_remeshing

CGAL: Add remesh_surface utility

2 years agoMerge pull request #13906 from saitoasukakawaii/doc/fix_update_flags_h
Matthias Maier [Mon, 13 Jun 2022 04:24:09 +0000 (23:24 -0500)]
Merge pull request #13906 from saitoasukakawaii/doc/fix_update_flags_h

Doc/fix update flags h

2 years agoMerge pull request #13963 from tamiko/fix_vectorization_warning
Matthias Maier [Mon, 13 Jun 2022 04:00:51 +0000 (23:00 -0500)]
Merge pull request #13963 from tamiko/fix_vectorization_warning

CMake: Use -Wno-pass-failed for clang

2 years agoCMake: Use -Wno-pass-failed for clang 13963/head
Matthias Maier [Mon, 13 Jun 2022 02:20:19 +0000 (21:20 -0500)]
CMake: Use -Wno-pass-failed for clang

2 years agoMerge pull request #13959 from tamiko/add_output_variant
Martin Kronbichler [Sun, 12 Jun 2022 13:23:09 +0000 (15:23 +0200)]
Merge pull request #13959 from tamiko/add_output_variant

test cgal/cgal_surface_mesh_01: add output variant

2 years agoMerge pull request #13958 from peterrum/precon_assert_throw
Martin Kronbichler [Sun, 12 Jun 2022 11:31:27 +0000 (13:31 +0200)]
Merge pull request #13958 from peterrum/precon_assert_throw

precondition.h: switch from Assert to AssertThrow

2 years agofix a formula error 13906/head
Huimin Chen [Thu, 2 Jun 2022 10:56:09 +0000 (06:56 -0400)]
fix a formula error

the third formula in'update_flags.h' is fixed

2 years agotest cgal/cgal_surface_mesh_01: add output variant 13959/head
Matthias Maier [Sat, 11 Jun 2022 18:23:13 +0000 (13:23 -0500)]
test cgal/cgal_surface_mesh_01: add output variant

It turns out that an output variant is needed: We end up printing some
additional empty lines with CGal 5.4.1.

2 years agoAdd remesh_surface utility 13771/head
Marco Feder [Wed, 8 Jun 2022 08:12:25 +0000 (10:12 +0200)]
Add remesh_surface utility

2 years agoprecondition.h: switch from Assert to AssertThrow 13958/head
Peter Munch [Sat, 11 Jun 2022 15:53:26 +0000 (17:53 +0200)]
precondition.h: switch from Assert to AssertThrow

2 years agoMerge pull request #13767 from luca-heltai/cgal-surface_tria_to_volumetric
Martin Kronbichler [Sat, 11 Jun 2022 13:39:36 +0000 (15:39 +0200)]
Merge pull request #13767 from luca-heltai/cgal-surface_tria_to_volumetric

Create a Triangulation<3> from a Triangulation<2,3>

2 years agoSurface deal.II tria to volumetric deal.II tria 13767/head
Marco Feder [Wed, 8 Jun 2022 08:12:25 +0000 (10:12 +0200)]
Surface deal.II tria to volumetric deal.II tria

2 years agoMerge pull request #13955 from tamiko/fix_header_includes
Martin Kronbichler [Sat, 11 Jun 2022 07:15:50 +0000 (09:15 +0200)]
Merge pull request #13955 from tamiko/fix_header_includes

CGAL: fix header includes

2 years agoMerge pull request #13956 from tamiko/fix_tests_09
Martin Kronbichler [Sat, 11 Jun 2022 07:14:39 +0000 (09:14 +0200)]
Merge pull request #13956 from tamiko/fix_tests_09

test cgal/cgal_surface_mesh_01: Update output

2 years agoMerge pull request #13953 from peterrum/mf_dim
Martin Kronbichler [Sat, 11 Jun 2022 07:13:25 +0000 (09:13 +0200)]
Merge pull request #13953 from peterrum/mf_dim

Replace 2*dim

2 years agoMerge pull request #13954 from tamiko/fix_clang_ice
Martin Kronbichler [Sat, 11 Jun 2022 07:10:02 +0000 (09:10 +0200)]
Merge pull request #13954 from tamiko/fix_clang_ice

GridGenerator: put CGAL implementation into own compilation unit

2 years agoCGAL: fix header includes 13955/head
Matthias Maier [Sat, 11 Jun 2022 03:06:24 +0000 (22:06 -0500)]
CGAL: fix header includes

The following includes are needed, otherwise dealii::ExcMessage is not
declared when including the header.

2 years agotest cgal/cgal_surface_mesh_01: Update output 13956/head
Matthias Maier [Sat, 11 Jun 2022 03:09:55 +0000 (22:09 -0500)]
test cgal/cgal_surface_mesh_01: Update output

It seems that the output file has not been updated to reflect the latest
changes. Verified with gcc-12 and clang-14.

2 years agoGridGenerator: put CGAL implementation into own compilation unit 13954/head
Matthias Maier [Sat, 11 Jun 2022 02:49:47 +0000 (21:49 -0500)]
GridGenerator: put CGAL implementation into own compilation unit

2 years agoGridGenerator: Remove CGAL implementation
Matthias Maier [Sat, 11 Jun 2022 02:48:20 +0000 (21:48 -0500)]
GridGenerator: Remove CGAL implementation

2 years agoReplace 2*dim 13953/head
Peter Munch [Fri, 10 Jun 2022 21:46:34 +0000 (23:46 +0200)]
Replace 2*dim

2 years agoMerge pull request #13932 from luca-heltai/cgal-move_implementation_implicit_function
Matthias Maier [Fri, 10 Jun 2022 16:19:42 +0000 (11:19 -0500)]
Merge pull request #13932 from luca-heltai/cgal-move_implementation_implicit_function

Move implementation of implicit_function() into .cc file

2 years agoMerge pull request #13952 from kronbichler/fix_ecl_neighbor_cell_type
Matthias Maier [Fri, 10 Jun 2022 16:16:49 +0000 (11:16 -0500)]
Merge pull request #13952 from kronbichler/fix_ecl_neighbor_cell_type

MatrixFree: Fix element-centric loops with different cell geometry compression

2 years agoMatrixFree: Element-centric loops with different cell geometry compressions 13952/head
Martin Kronbichler [Fri, 10 Jun 2022 10:18:00 +0000 (12:18 +0200)]
MatrixFree: Element-centric loops with different cell geometry compressions

2 years agoAdjust comments. 13932/head
Luca Heltai [Fri, 10 Jun 2022 09:49:49 +0000 (12:49 +0300)]
Adjust comments.

2 years agoMerge pull request #13909 from peterrum/lex_faces_remove
Martin Kronbichler [Fri, 10 Jun 2022 09:04:54 +0000 (11:04 +0200)]
Merge pull request #13909 from peterrum/lex_faces_remove

Remove lex_faces from matrix-free kernels

2 years agoMerge pull request #13950 from tamiko/fix_warnings_03
Martin Kronbichler [Fri, 10 Jun 2022 08:57:39 +0000 (10:57 +0200)]
Merge pull request #13950 from tamiko/fix_warnings_03

CMake: use -Wno-misleading-indentation for grid_generator.cc compilation unit

2 years agoFixing default values in AdditionalData
Marco Feder [Thu, 9 Jun 2022 22:58:22 +0000 (00:58 +0200)]
Fixing default values in AdditionalData

2 years agoMove implementation of implicit_function() into .cc
Marco Feder [Wed, 8 Jun 2022 12:28:23 +0000 (14:28 +0200)]
Move implementation of implicit_function() into .cc

2 years agoMerge pull request #13940 from tamiko/fix_tests_05
Luca Heltai [Fri, 10 Jun 2022 06:32:03 +0000 (08:32 +0200)]
Merge pull request #13940 from tamiko/fix_tests_05

tests cgal/* add output variants

2 years agoCMake: use -Wno-misleading-indentation for grid_generator.cc compilation unit 13950/head
Matthias Maier [Fri, 10 Jun 2022 00:05:32 +0000 (19:05 -0500)]
CMake: use -Wno-misleading-indentation for grid_generator.cc compilation unit

2 years agotests cgal/* add output variants 13940/head
Matthias Maier [Thu, 9 Jun 2022 00:54:17 +0000 (19:54 -0500)]
tests cgal/* add output variants

The following tests print a cgal surface mesh for comparison to the
output file:

  cgal/cgal_surface_mesh_02
  cgal/cgal_surface_triangulation_03
  cgal/cgal_triangulation_06

Unfortunately, the output doesn't seem to be stable. For example,
cgal/cgal_surface_triangulation_03 fails for cgal-5.2.1 and succeeds for
cgal-5.4.1. I fear that the precise ordering and output of the meshes is
not stable and depends on the userland and what library versions are
used.

Let us simply not print the final result but just check that CGAL
succeeded in creating a corresponding mesh.

2 years agoMerge pull request #13945 from kronbichler/fix_is_ghost_on_level_no_mpi
David Wells [Thu, 9 Jun 2022 17:03:59 +0000 (13:03 -0400)]
Merge pull request #13945 from kronbichler/fix_is_ghost_on_level_no_mpi

Fix TriaAccessor::is_ghost_on_level for case without MPI

2 years agoFix TriaAccessor::is_ghost_on_level for case without MPI 13945/head
Martin Kronbichler [Thu, 9 Jun 2022 09:26:36 +0000 (11:26 +0200)]
Fix TriaAccessor::is_ghost_on_level for case without MPI

2 years agoMerge pull request #13944 from tamiko/fix_tests_08
Martin Kronbichler [Thu, 9 Jun 2022 06:51:11 +0000 (08:51 +0200)]
Merge pull request #13944 from tamiko/fix_tests_08

slepc/solver_04: adjust tolerances

2 years agoMerge pull request #13929 from luca-heltai/cgal-point_conversion
Luca Heltai [Thu, 9 Jun 2022 06:44:07 +0000 (08:44 +0200)]
Merge pull request #13929 from luca-heltai/cgal-point_conversion

2 years agoMerge pull request #13941 from tamiko/fix_tests_06
Martin Kronbichler [Thu, 9 Jun 2022 06:39:34 +0000 (08:39 +0200)]
Merge pull request #13941 from tamiko/fix_tests_06

test ginkgo/solver: adjust tolerances

2 years agoMerge pull request #13939 from tamiko/fix_tests_04
Martin Kronbichler [Thu, 9 Jun 2022 06:35:13 +0000 (08:35 +0200)]
Merge pull request #13939 from tamiko/fix_tests_04

test distributed_grids/large_vtu_01: fix test

2 years agoMerge pull request #13938 from tamiko/fix_tests_03
Martin Kronbichler [Thu, 9 Jun 2022 06:34:03 +0000 (08:34 +0200)]
Merge pull request #13938 from tamiko/fix_tests_03

test distributed_grids/3d_refinement_09: refactor test and add an output variant

2 years agoadjust second output file 13939/head
Matthias Maier [Thu, 9 Jun 2022 02:10:53 +0000 (21:10 -0500)]
adjust second output file

2 years agoslepc/solver_04: adjust tolerances 13944/head
Matthias Maier [Thu, 9 Jun 2022 02:05:10 +0000 (21:05 -0500)]
slepc/solver_04: adjust tolerances

2 years agoMerge pull request #13934 from drwells/arkode-linear-jacobians
Matthias Maier [Thu, 9 Jun 2022 01:08:12 +0000 (20:08 -0500)]
Merge pull request #13934 from drwells/arkode-linear-jacobians

Arkode linear jacobians

2 years agotest ginkgo/solver: adjust tolerances 13941/head
Matthias Maier [Thu, 9 Jun 2022 01:03:08 +0000 (20:03 -0500)]
test ginkgo/solver: adjust tolerances

2 years agoAdd header file for point conversion 13929/head
Marco Feder [Wed, 8 Jun 2022 12:45:21 +0000 (14:45 +0200)]
Add header file for point conversion

2 years agoMerge pull request #13933 from drwells/fix-cgal-tests
Matthias Maier [Wed, 8 Jun 2022 21:53:39 +0000 (16:53 -0500)]
Merge pull request #13933 from drwells/fix-cgal-tests

Fix some CGAL tests.

2 years agoMerge pull request #13935 from drwells/gcc-12-types-tests
Matthias Maier [Wed, 8 Jun 2022 21:52:50 +0000 (16:52 -0500)]
Merge pull request #13935 from drwells/gcc-12-types-tests

Fix some test typenames for GCC-12.

2 years agodistributed_grids/large_vtu_01: fix test
Matthias Maier [Wed, 8 Jun 2022 21:47:07 +0000 (16:47 -0500)]
distributed_grids/large_vtu_01: fix test

Let's only write to deallog on rank 0, otherwise the output might get
truncated.

2 years agodistributed_grids/3d_refinement_09: add an output variant 13938/head
Matthias Maier [Wed, 8 Jun 2022 21:39:51 +0000 (16:39 -0500)]
distributed_grids/3d_refinement_09: add an output variant

2 years agodistributed_grids/3d_refinement_09: refactor test
Matthias Maier [Wed, 8 Jun 2022 21:38:10 +0000 (16:38 -0500)]
distributed_grids/3d_refinement_09: refactor test

 - print maximal refinement level and add a comment to the logic

2 years agoFix some test typenames for GCC-12. 13935/head
David Wells [Wed, 8 Jun 2022 19:14:40 +0000 (15:14 -0400)]
Fix some test typenames for GCC-12.

2 years agoUse stricter timestep limits in an ARKODE test. 13934/head
David Wells [Wed, 8 Jun 2022 18:00:06 +0000 (14:00 -0400)]
Use stricter timestep limits in an ARKODE test.

For whatever reason this test is less stable than the others. Setting bounds on
the timesteps makes this pass on more configurations with the same output.

2 years agoMake all ARKODE implicit test functions linear.
David Wells [Tue, 7 Jun 2022 19:24:07 +0000 (15:24 -0400)]
Make all ARKODE implicit test functions linear.

Forcing functions don't effect stability so they should always be in the
explicit part.

2 years agoFix some CGAL tests. 13933/head
David Wells [Wed, 8 Jun 2022 16:10:34 +0000 (12:10 -0400)]
Fix some CGAL tests.

1. Avoid an implicit muParser dependency
2. Fix compilation

2 years agoMerge pull request #13927 from tamiko/fix_compile_warnings_02
Luca Heltai [Wed, 8 Jun 2022 08:51:59 +0000 (10:51 +0200)]
Merge pull request #13927 from tamiko/fix_compile_warnings_02

CMake: add DEAL_II_CGAL_HAS_DEPRECATED_BOOST_INCLUDES check

2 years agoMerge pull request #13925 from tamiko/fix_compile_warnings_01
Marc Fehling [Wed, 8 Jun 2022 04:32:49 +0000 (22:32 -0600)]
Merge pull request #13925 from tamiko/fix_compile_warnings_01

base/polynomials_bdm.cc: avoid a compiler warning with gcc-12

2 years agoCMake: add DEAL_II_CGAL_HAS_DEPRECATED_BOOST_INCLUDES check 13927/head
Matthias Maier [Wed, 8 Jun 2022 03:14:51 +0000 (22:14 -0500)]
CMake: add DEAL_II_CGAL_HAS_DEPRECATED_BOOST_INCLUDES check

2 years agoCMake: refactor boost define into config.h.in
Matthias Maier [Wed, 8 Jun 2022 02:57:00 +0000 (21:57 -0500)]
CMake: refactor boost define into config.h.in

In order to work around the newest set of deprecated header warnings
(this time triggered by CGAL including a deprecated header :-(() I would
otherwise have to add this #define dance at 5 different other places.

Instead, it is cleaner to simply give up and define the macro globally.

The configure checks will ensure that the macro is only ever defined if
needed.

2 years agobase/polynomials_bdm.cc: avoid a compiler warning with gcc-12 13925/head
Matthias Maier [Tue, 7 Jun 2022 22:46:14 +0000 (17:46 -0500)]
base/polynomials_bdm.cc: avoid a compiler warning with gcc-12

gcc-12 in release mode will inline the evaluate function into some
methods of the FE_BDM class. It then rightfully complains that the (now
modified) else branch will write out of bounds.

Despite the fact that we instantiate this polynomials class and the
related FE class for 1d this code has never worked. Thus, fail
prominently with an error message.

2 years agobase/polynomials_bdm: rewrap comments and remove dead code
Matthias Maier [Tue, 7 Jun 2022 22:36:04 +0000 (17:36 -0500)]
base/polynomials_bdm: rewrap comments and remove dead code

2 years agoMerge pull request #13920 from peterrum/valence_fix
Martin Kronbichler [Tue, 7 Jun 2022 18:23:38 +0000 (20:23 +0200)]
Merge pull request #13920 from peterrum/valence_fix

Try to fix valence

2 years agoMerge pull request #13908 from peterrum/fe_data
David Wells [Tue, 7 Jun 2022 17:23:49 +0000 (13:23 -0400)]
Merge pull request #13908 from peterrum/fe_data

Rename fe_base.h to fe_data.h

2 years agoMerge pull request #13914 from NiklasWik/compiler_warnings
Martin Kronbichler [Tue, 7 Jun 2022 10:57:17 +0000 (12:57 +0200)]
Merge pull request #13914 from NiklasWik/compiler_warnings

Fix compiler warning

2 years agoTry to fix valence 13920/head
Peter Munch [Mon, 6 Jun 2022 20:06:55 +0000 (22:06 +0200)]
Try to fix valence

2 years agoFix compiler warning 13914/head
Niklas Wik [Mon, 6 Jun 2022 11:33:47 +0000 (13:33 +0200)]
Fix compiler warning

2 years agoMerge pull request #13913 from luca-heltai/cgal-fix-tests
Martin Kronbichler [Tue, 7 Jun 2022 07:41:12 +0000 (09:41 +0200)]
Merge pull request #13913 from luca-heltai/cgal-fix-tests

Fix input and output of some cgal tests.

2 years agoMerge pull request #13828 from kronbichler/improve_access_mg_dofs
Martin Kronbichler [Tue, 7 Jun 2022 07:39:11 +0000 (09:39 +0200)]
Merge pull request #13828 from kronbichler/improve_access_mg_dofs

Simplify access to MG DoFs in DoFAccessor

2 years agoMerge pull request #13918 from drwells/more-sundials-6-2
Martin Kronbichler [Tue, 7 Jun 2022 07:38:51 +0000 (09:38 +0200)]
Merge pull request #13918 from drwells/more-sundials-6-2

More sundials 6 2

2 years agoMerge pull request #13912 from luca-heltai/cgal-fix-orientation-hex
Martin Kronbichler [Tue, 7 Jun 2022 07:32:39 +0000 (09:32 +0200)]
Merge pull request #13912 from luca-heltai/cgal-fix-orientation-hex

Fix orientation issue with hex cells.

2 years agoMerge pull request #13919 from peterrum/mf_field_private
Marc Fehling [Mon, 6 Jun 2022 23:06:54 +0000 (17:06 -0600)]
Merge pull request #13919 from peterrum/mf_field_private

Make fields private

2 years agoMake fields private 13919/head
Peter Munch [Mon, 6 Jun 2022 19:34:27 +0000 (21:34 +0200)]
Make fields private

2 years agoFix orientation issue with hex cells. 13912/head
Luca Heltai [Mon, 6 Jun 2022 10:20:47 +0000 (12:20 +0200)]
Fix orientation issue with hex cells.

2 years agoMerge pull request #13917 from mschreter/fix_write_json_demangled_alias
Daniel Arndt [Mon, 6 Jun 2022 19:23:27 +0000 (15:23 -0400)]
Merge pull request #13917 from mschreter/fix_write_json_demangled_alias

2 years agoFix another SUNDIALS 6 incompatibility. 13918/head
David Wells [Mon, 6 Jun 2022 18:24:43 +0000 (14:24 -0400)]
Fix another SUNDIALS 6 incompatibility.

Technically this is a bug in our use case - it doesn't make sense to evolve an
ODE past the provided end time.

2 years agoPropagate SUNContext objects to linear solvers.
David Wells [Mon, 6 Jun 2022 18:21:56 +0000 (14:21 -0400)]
Propagate SUNContext objects to linear solvers.

2 years agoMerge pull request #13915 from peterrum/mf_consistent
Martin Kronbichler [Mon, 6 Jun 2022 18:09:21 +0000 (20:09 +0200)]
Merge pull request #13915 from peterrum/mf_consistent

MF: make things more consistent

2 years agofix write json of demangled alias parameters 13917/head
Magdalena Schreter [Mon, 6 Jun 2022 16:55:32 +0000 (18:55 +0200)]
fix write json of demangled alias parameters

2 years agoMF: make things more consistent 13915/head
Peter Munch [Mon, 6 Jun 2022 12:52:22 +0000 (14:52 +0200)]
MF: make things more consistent

2 years agoMerge pull request #13904 from luca-heltai/cgal-replace_variadic_with_AdditionalData
Daniel Arndt [Mon, 6 Jun 2022 12:50:10 +0000 (08:50 -0400)]
Merge pull request #13904 from luca-heltai/cgal-replace_variadic_with_AdditionalData

2 years agoMerge pull request #13911 from peterrum/warning
Daniel Arndt [Mon, 6 Jun 2022 12:29:05 +0000 (08:29 -0400)]
Merge pull request #13911 from peterrum/warning

Work on warning

2 years agoFix input and output of some cgal tests. 13913/head
Luca Heltai [Mon, 6 Jun 2022 10:32:51 +0000 (12:32 +0200)]
Fix input and output of some cgal tests.

2 years agoMerge pull request #13902 from drwells/cleanup-sundials-context
Martin Kronbichler [Mon, 6 Jun 2022 10:14:54 +0000 (12:14 +0200)]
Merge pull request #13902 from drwells/cleanup-sundials-context

Cleanup sundials context

2 years agoWork on warning 13911/head
Peter Munch [Mon, 6 Jun 2022 09:58:47 +0000 (11:58 +0200)]
Work on warning

2 years agoRemove lex_faces from matrix-free kernels 13909/head
Peter Munch [Sun, 5 Jun 2022 22:19:24 +0000 (00:19 +0200)]
Remove lex_faces from matrix-free kernels

2 years agoFix variadic 13904/head
Marco Feder [Thu, 2 Jun 2022 22:11:05 +0000 (00:11 +0200)]
Fix variadic

2 years agoMerge pull request #13903 from drwells/update-sundials-docs
Marc Fehling [Mon, 6 Jun 2022 02:39:17 +0000 (20:39 -0600)]
Merge pull request #13903 from drwells/update-sundials-docs

Update sundials docs

2 years agoMerge pull request #13907 from NiklasWik/project_div_conforming
Peter Munch [Sun, 5 Jun 2022 22:16:26 +0000 (00:16 +0200)]
Merge pull request #13907 from NiklasWik/project_div_conforming

Add typename and instantiation to `project_boundary_values_div_conforming`

2 years agoRename fe_base.h to fe_data.h 13908/head
Peter Munch [Sun, 5 Jun 2022 21:59:00 +0000 (23:59 +0200)]
Rename fe_base.h to fe_data.h

2 years agoRemove unnecessary MPI initialization from SUNDIALS programs. 13902/head
David Wells [Fri, 3 Jun 2022 20:20:45 +0000 (16:20 -0400)]
Remove unnecessary MPI initialization from SUNDIALS programs.

2 years agoClean up SUNDIALS contexts and communicators.
David Wells [Fri, 3 Jun 2022 19:07:22 +0000 (15:07 -0400)]
Clean up SUNDIALS contexts and communicators.

SUNDIALS will duplicate communicators for us, as needed. For example, in
SUNProfiler_Create, SUNDIALS implements

    #if SUNDIALS_MPI_ENABLED
    profiler->comm = NULL;
    if (comm != NULL)
    {
        profiler->comm = malloc(sizeof(MPI_Comm));
        MPI_Comm_dup(*((MPI_Comm*) comm), (MPI_Comm*) profiler->comm);
    }
    #else
    profiler->comm = comm;
    #endif

It is preferable to let SUNDIALS duplicate the communicator so that we
don't call MPI functions when we have only serial data structures (and
may not have initialized MPI).

2 years agoMerge pull request #13743 from luca-heltai/cgal-dealii-tria-from-implicit-function
Martin Kronbichler [Sun, 5 Jun 2022 15:20:16 +0000 (17:20 +0200)]
Merge pull request #13743 from luca-heltai/cgal-dealii-tria-from-implicit-function

Cgal dealii tria from implicit function

2 years agoMerge pull request #13900 from drwells/fix-kinsol
Martin Kronbichler [Sun, 5 Jun 2022 15:19:52 +0000 (17:19 +0200)]
Merge pull request #13900 from drwells/fix-kinsol

Fix step-77 by fixing KINSOL.

2 years agoAdd typename and instantiation 13907/head
Niklas Wik [Sat, 4 Jun 2022 15:10:36 +0000 (17:10 +0200)]
Add typename and instantiation

2 years agoAdded Implementation for Triangulation<2,3> 13743/head
Luca Heltai [Tue, 17 May 2022 16:29:09 +0000 (19:29 +0300)]
Added Implementation for Triangulation<2,3>

2 years agoClean up SUNDIALS copyright notices. 13903/head
David Wells [Fri, 3 Jun 2022 21:47:58 +0000 (17:47 -0400)]
Clean up SUNDIALS copyright notices.

2 years agoRemove references to older SUNDIALS versions.
David Wells [Fri, 3 Jun 2022 21:43:57 +0000 (17:43 -0400)]
Remove references to older SUNDIALS versions.

2 years agoMerge pull request #10747 from dangars/find_cell_test
David Wells [Fri, 3 Jun 2022 21:31:00 +0000 (17:31 -0400)]
Merge pull request #10747 from dangars/find_cell_test

Add parallel test for find_active_cell_around_point

2 years agoMerge pull request #13898 from kronbichler/remove_headers
David Wells [Fri, 3 Jun 2022 21:13:17 +0000 (17:13 -0400)]
Merge pull request #13898 from kronbichler/remove_headers

Remove inclusion of additional headers

2 years agoMerge pull request #13901 from kronbichler/fix_test
Wolfgang Bangerth [Fri, 3 Jun 2022 21:11:28 +0000 (15:11 -0600)]
Merge pull request #13901 from kronbichler/fix_test

Add missing header to test

2 years agoAdd missing header to test 13901/head
Martin Kronbichler [Fri, 3 Jun 2022 19:24:44 +0000 (21:24 +0200)]
Add missing header to test


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.