- Jul 06, 2021
-
-
Carsten Gräser authored
-
- Sep 11, 2020
-
-
Carsten Gräser authored
This implements a dune-functions grid function using an old style dune-fufem basis.
-
- Mar 11, 2019
-
-
Marius Kusche authored
-
Marius Kusche authored
-
Marius Kusche authored
-
Marius Kusche authored
-
Lasse Hinrichsen-Bischoff authored
Update CI config to clang-7 See merge request agnumpde/dune-fufem!45
-
- Mar 01, 2019
-
-
Lasse Hinrichsen-Bischoff authored
The old image is no longer updatet
-
- Jan 09, 2019
-
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jan 03, 2019
-
-
Oliver Sander authored
Fix compilation with Python 3 See merge request agnumpde/dune-fufem!44
-
Oliver Sander authored
At least on my installation, the method PyUnicode_AsUFT8 return const char* rather than char*.
-
- Dec 08, 2018
-
-
Oliver Sander authored
-
- Dec 07, 2018
-
-
Jonathan Youett authored
-
Jonathan Youett authored
-
- Dec 06, 2018
-
-
Carsten Gräser authored
Feature deprecate reference element helper See merge request agnumpde/dune-fufem!43
-
Carsten Gräser authored
Since the functionality is now provided by the reference elements directly, this is no longer needed.
-
Carsten Gräser authored
-
- Nov 27, 2018
-
-
Ansgar Burchardt authored
This matches how to specify search directories for optional dependencies in DUNE's core modules.
-
Ansgar Burchardt authored
This addresses the following compiler warnings from GCC: ``` ../dune/fufem/test/refinedsimplexgeometrytest.cc:74:37: warning: catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=] ../dune/fufem/test/refinedsimplexgeometrytest.cc:103:37: warning: catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=] ../dune/fufem/test/refinedsimplexgeometrytest.cc:136:37: warning: catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=] ../dune/fufem/test/refinedsimplexgeometrytest.cc:151:37: warning: catching polymorphic type ‘class Dune::NotImplemented’ by value [-Wcatch-value=] ../dune/fufem/test/dunepythontest.cc:183:32: warning: catching polymorphic type ‘class Dune::Exception’ by value [-Wcatch-value=] ```
-
- Nov 14, 2018
-
-
Oliver Sander authored
Also implement the boundarydofs method for dune-functions bases See merge request agnumpde/dune-fufem!42
-
Oliver Sander authored
-
Oliver Sander authored
With this patch, the method works both for old-style dune-fufem bases and for dune-functions bases directly. The distinction is done using some minor SFINAE trickery.
-
- Oct 23, 2018
-
-
youett authored
Assembler for global basis transfer matrices See merge request agnumpde/dune-fufem!40
-
- Oct 19, 2018
-
-
Patrick Jaap authored
The method assembles the transfer matrx between fine and coarse grids. Assumptions are - the grids are related but not necessarily direct descendants - the global dune-functions basis are scalar, i.e., leaf nodes in the basis tree For evaluating local functions on other geometries a small wrapper is written. For chaining sequencial father geometries another small wrapper is written. Two unit tests: - first, test wether the transfermatrix interpolates coefficients from corase to fine for lagrange basis - second, test wether a jump over two grid levels can be reproduced by two simple transfers
-
- Oct 10, 2018
-
-
youett authored
Disable the serialisation test when clang 6 with c++ 17 is used See merge request agnumpde/dune-fufem!41
-
- Oct 08, 2018
-
-
Jonathan Youett authored
With c++ 17 std::auto_ptr got removed. The boost version 1.62 installed on our CI server is still using it and disabling it with BOOST_NO_AUTO_PTR leads to undefined reference errors during linking.
-
- Oct 01, 2018
-
-
Lasse Hinrichsen-Bischoff authored
Bugfix: Resize local matrix in DuneFunctionsOperatorAssembler See merge request agnumpde/dune-fufem!39
-
- Sep 28, 2018
-
-
Lasse Hinrichsen-Bischoff authored
Most local assemblers use the size of the local matrix as bounds in the writing for-loops. If the sizes of the local views may change between elements, using maxSize() as matrix size will lead to bugs.
-
- Sep 13, 2018
-
-
Jonathan Youett authored
-
Jonathan Youett authored
-
Jonathan Youett authored
Handing over a reference does not work anymore since the gridfactory returns a unique_ptr
-
- Sep 06, 2018
-
-
Max Kahnt authored
Revert "Derive field type with global helper." See merge request agnumpde/dune-fufem!38
-
- Sep 05, 2018