Changes
Page history
Update meeting2017
authored
Sep 19, 2017
by
Christian Engwer
Show whitespace changes
Inline
Side-by-side
meeting2017.md
View page @
52d6b647
...
...
@@ -11,20 +11,20 @@ IWR Heidelberg
## Agenda
1.
[ ] CE: Non-affine FE
1.
[ ] CE: topology and constraints (higher-order FE, H-div, etc.)
1.
[ ] CE: Paper
1.
[ ] OS: Can we replace the HybridTreePath class by a more general HybridArray?
1.
[X] 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?
1.
[X] CG: Batch access to indices in
`LocalIndexSet`
#12
1.
[X] CG: Review naming of
`Basis`
,
`NodeFactory`
,
`NodeFactoryBuilder`
, ... #13
1.
[ ] CE: Non-affine FE
1.
[ ] CE: topology and constraints (higher-order FE, H-div, etc.)
1.
[ ] CE: Paper
1.
[ ] 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 behaviour from a single code?
1.
[ ] OS: Simplify the dune-localfunctions virtual interface now that the evaluate method
is gone.
1.
[ ] CG: Batch access to indices in
`LocalIndexSet`
#12
1.
[ ] CG: Review naming of
`Basis`
,
`NodeFactory`
,
`NodeFactoryBuilder`
, ... #13
1.
[ ] CG: What do we need for adaptivity?
## Protocol
...
...
...
...