ikarus-project / ikarus

Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
https://ikarus-project.github.io/
Other
4 stars 2 forks source link

generalize `localSolutionBlockVector` #272

Closed henrij22 closed 4 weeks ago

henrij22 commented 4 months ago

https://github.com/ikarus-project/ikarus/blob/835c8eff646b33457688ea1677ddeecaa440a909/ikarus/finiteelements/fehelper.hh#L24

localSolutionBlockVector is currently only implemented to handle a local solution vector for a power node. It will fail for a scalar or a composite node and hence has to be generalized.

henrij22 commented 4 weeks ago

Duplicate with #244