... | ... | @@ -20,7 +20,7 @@ IWR Heidelberg |
|
|
CG: What about using `Dune::TupleVector` for this?
|
|
|
* OS: dune-pdelab contains Lagrange-LocalFiniteElements with run-time order. Given
|
|
|
that we have constexpr nowadays, can we merge this into the compile-time-order
|
|
|
implementation in dune-localfunctions and get both behaviors from a single code?
|
|
|
implementation in dune-localfunctions and get both behaviour from a single code?
|
|
|
* OS: Simplify the dune-localfunctions virtual interface now that the evaluate method
|
|
|
is gone.
|
|
|
* CG: Batch access to indices in `LocalIndexSet` #12
|
... | ... | @@ -31,4 +31,5 @@ IWR Heidelberg |
|
|
* `*NodeFactory` will be renamed to `*PreBasis`. Since this was not exposed prominently, the change can be implemented without deprecation. This fixes #13.
|
|
|
* `*NodeFactoryBuilder` will be named `*BasisFactory`. This fixes #13.
|
|
|
* We should implement `PkPreBasis`, `QkPreBasis`, `Lagrange::p<k>()`, `Lagrange::q<k>()`. `lagrange<k>()` should (if possible) create `PkPreBasis` or `QkPreBasis` if this can be derived from the grid view.
|
|
|
* `namespace Dune::Functions::BasisBuilder` should become `namespace Dune:Functions::Bases`.
|
|
|
|
|
|
\ No newline at end of file |