- 31 Aug, 2021 1 commit
-
-
Markus Blatt authored
-
- 11 May, 2021 1 commit
-
-
Henrik Stolzmann authored
-
- 10 May, 2021 1 commit
-
-
Andreas Dedner authored
Replaced old `Topology` template parameter based on template recursion with a `GeometryType::Id` parameter. avoid signed/unsigned warning (Singleton)TopologyFactory to stay in dune-geometry
-
- 29 Apr, 2021 1 commit
-
-
Henrik Stolzmann authored
-
- 10 Feb, 2021 1 commit
-
-
Henrik Stolzmann authored
-
- 06 Dec, 2020 1 commit
-
-
Oliver Sander authored
-
- 12 Oct, 2020 1 commit
-
-
Christoph Grüninger authored
-
- 07 Oct, 2020 1 commit
-
-
Oliver Sander authored
The new implementation class is called Nedelec1stKindSimplexLocalFiniteElement. Simplex dimension and finite element order are template parameters, but this is an investment into the future: Only the case dim==2, order==1 are currently implemented.
-
- 19 Sep, 2020 1 commit
-
-
Henrik Stolzmann authored
Added `RT03LocalFiniteElement` a `RaviartThomas` local finite element for simplices with `dim=3` and `k=0`. Used the basis returned from `RaviartThomasSimplexLocalFiniteElement()` (see `dune/localfunctions/raviartthomas/raviartthomassimplex.hh`). Passed all tests from `dune-localfunctions`.
-
- 13 Apr, 2020 2 commits
-
-
Carsten Gräser authored
By deprecating the generation of the old-to-new-interface wrapper we issue a warning whenever an old style function is used. To avoid warnings in checks of the deprecated interface the deprecation is disabled by defining the flag `DUNE_DEPRECATED_INTERPOLATE_CHECK=1` for `dune/localfunctions/test`.
-
Carsten Gräser authored
-
- 03 Apr, 2020 1 commit
-
-
One of the shape functions of the second-order Lagrange element for pyramids was implemented wrongly, and the derivative along with it. This went unnoticed for a long time, until I saw that the element was not able to represent constant functions.
-
- 20 Dec, 2019 1 commit
-
-
Christoph Grüninger authored
-
- 19 Dec, 2019 1 commit
-
-
Christoph Grüninger authored
-
- 23 Aug, 2019 2 commits
-
-
Oliver Sander authored
-
Oliver Sander authored
This class BrezziDouglasMariniSimplexLocalFiniteElement has the domain dimension and the polynomial order as template parameters, rather than encoding them into the class name itself.
-
- 22 Aug, 2019 1 commit
-
-
Oliver Sander authored
This class implements Lagrange finite elements on simplices with compile-time dimension and order. It currently does not cover more general dimension/order situations than what is already available in dune-localfunctions, but it gathers the plethora of different Pk3DNodal, PkNodal, P1Nodal, etc implementations under one single name.
-
- 21 Aug, 2019 1 commit
-
-
Oliver Sander authored
The implementation is generic, and the patch adds a unit test that tests all dimensions <= 4.
-
- 18 Jun, 2019 1 commit
-
-
Oliver Sander authored
-
- 11 Jun, 2019 1 commit
-
-
Oliver Sander authored
That way it becomes The One Header To Include(TM) for all Lagrange Finite elements.
-
- 31 Dec, 2018 1 commit
-
-
Oliver Sander authored
It includes all headers from the `hierarchical` directory.
-
- 08 Apr, 2018 1 commit
-
-
Carsten Gräser authored
-
- 30 Jan, 2018 2 commits
-
-
Carsten Gräser authored
This is a breaking interface change. Hence we should document the removal and what to use instead of `clone()`.
-
Carsten Gräser authored
If you want a list item withz multiple paragraphs in markdown, then (at least the first line) of any paragraph following the first one must be indented by either 4 spaces or a tab. Otherwise those paragraphs will not be part of the list item, cf. https://daringfireball.net/projects/markdown/syntax#list BTW: Don't ask we what to do for second level items with multiple paragraphs.
-
- 20 Nov, 2017 2 commits
-
-
Oliver Sander authored
-
Oliver Sander authored
-
- 13 Nov, 2017 1 commit
-
-
Andreas Dedner authored
-
- 10 Nov, 2017 1 commit
-
-
Andreas Dedner authored
-