kronbichler / adaflo

adaflo, an adaptive finite element solver for incompressible fluid flow and two-phase flow
Other
24 stars 14 forks source link

Introduce dof_index_u, dof_index_p, quad_index_u, quad_index_p in NS #24

Closed peterrum closed 3 years ago

peterrum commented 3 years ago

... the information should be propagated throughout the code (in particular TwoPhaseBaseAlgorithm) but I leave that to a follow-up PR. For now, we only need it in the NavierStokes classes, since we use it as stand-alone solver.