- 04 Jul, 2021 1 commit
-
-
Christoph Grüninger authored
-
- 25 May, 2021 2 commits
-
-
Oliver Sander authored
Replaced recursive calls in `Integral` and `MonomialBasisImpl`. See merge request !190
-
The class `Integral` now iterates over the construction steps of the desired geometry instead of calling itself recursively.
-
- 18 May, 2021 1 commit
-
-
Oliver Sander authored
Replace IfGeometry by toGeometryTypeIdConstant See merge request !193
-
- 17 May, 2021 1 commit
-
-
Carsten Gräser authored
The latter is lambda-friendly and allows to avoid explicit maker/factory structs and thus some indirection.
-
- 10 May, 2021 4 commits
-
-
Andreas Dedner authored
Topology-to-GeometryTyp See merge request !186
-
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
-
-
Replaced old `Topology` template parameter based on template recursion with a `GeometryType::Id` parameter.
-
- 05 May, 2021 2 commits
-
-
Oliver Sander authored
Documentation for the construction algorithm for high-order Raviart-Thomas functions. See merge request !191
-
Henrik Stolzmann authored
Furthermore removed the unused member variable `row1_`.
-
- 29 Apr, 2021 2 commits
-
-
Oliver Sander authored
Adapted the Python bindings to the new structure. See merge request !189
-
Henrik Stolzmann authored
-
- 13 Mar, 2021 1 commit
-
-
Christoph Grüninger authored
Use [[maybe_unused]] instead of DUNE_UNUSED See merge request !181
-
- 09 Mar, 2021 1 commit
-
-
Christoph Grüninger authored
-
- 10 Feb, 2021 2 commits
-
-
Oliver Sander authored
Added Nedelec elements of the first kind for cubes. See merge request !180
-
Henrik Stolzmann authored
-
- 23 Jan, 2021 2 commits
-
-
Simon Praetorius authored
Add raviartthomas03d.hh to CMakeLists install See merge request !179
-
Simon Praetorius authored
-
- 18 Dec, 2020 2 commits
-
-
Andreas Dedner authored
Feature/scikit build See merge request !177
-
Andreas Dedner authored
make it possible to use setup.py without having an installed dune-common python package. This requires having the PYTHONPATH set as it is now done in dune-common/bin/dunepackaging.py
-
- 06 Dec, 2020 2 commits
-
-
Oliver Sander authored
Implement the first-order Nedelec element (1st kind) for tetrahedra See merge request !178
-
Oliver Sander authored
-
- 19 Oct, 2020 2 commits
-
-
Oliver Sander authored
Implement first-order Nedelec elements of the first kind for triangles See merge request !160
-
Oliver Sander authored
[cleanup] Remove unused type See merge request !175
-
- 18 Oct, 2020 1 commit
-
-
Christoph Grüninger authored
-
- 12 Oct, 2020 2 commits
-
-
Christoph Grüninger authored
Remove deprecated GenericLocalFiniteElement::topologyId() See merge request !174
-
Christoph Grüninger authored
-
- 09 Oct, 2020 1 commit
-
-
Christian Engwer authored
generalize interface switch See merge request !173
-
- 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.
-
- 06 Oct, 2020 1 commit
-
-
Christian Engwer authored
-
- 29 Sep, 2020 1 commit
-
-
Christian Engwer authored
-
- 24 Sep, 2020 1 commit
-
-
Christian Engwer authored
The interface switch allows to handle local and global valued basis in a generic fashion. Up to now the finite element was passed in as a reference. We generalize the interface also allow rvalue references and the storage object itself. This is a necessary change to support on-the-fly generate basis objects in disretization modules like PDELab.
-
- 23 Sep, 2020 1 commit
-
-
Christoph Grüninger authored
Added a RaviartThomas element for tetrahedra See merge request !172
-
- 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`.
-
- 14 Sep, 2020 1 commit
-
-
Oliver Sander authored
Added a `Topology` template parameter to `basisPrint`. See merge request !171
-
- 12 Sep, 2020 1 commit
-
-
Henrik Stolzmann authored
Added the parameter because in the previous version the compiler could not resolve the type properly. Made corresponding changes in the files using `basisPrint`.
-
- 04 Sep, 2020 3 commits
-
-
Andreas Dedner authored
Feature/add weights to lag interpolation coeff See merge request !170
-
Andreas Dedner authored
-
Robert K authored
-