Update meeting2017: Add authors authored by Carsten Gräser's avatar Carsten Gräser
......@@ -14,14 +14,14 @@ IWR Heidelberg
* Non-affine FE
* topology and constraints (higher-order FE, H-div, etc.)
* Paper
* Can we replace the HybridTreePath class by a more general HybridArray?
* OS: Can we replace the HybridTreePath class by a more general HybridArray?
Such a HybridArray could then also be used, e.g., to index entries of a
MultitypeBlockVector.
CG: What about using `Dune::TupleVector` for this?
* dune-pdelab contains Lagrange-LocalFiniteElements with run-time order. Given
* 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?
* Simplify the dune-localfunctions virtual interface now that the evaluate method
* OS: Simplify the dune-localfunctions virtual interface now that the evaluate method
is gone.
* CG: Batch access to indices in `LocalIndexSet` #12
* CG: Review naming of `Basis`, `NodeFactory`, `NodeFactoryBuilder`, ... #13
......
......