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
6 stars 3 forks source link

generalize `ControlSubsamplingVertexVTKWriter` #275

Open tarun-mitruka opened 7 months ago

tarun-mitruka commented 7 months ago

Currently the implementation is restricted to only take a solution parameter and write it to .vtk files. It has to be generalized such that it can accept different global functions and/or write result functions.

rath3t commented 7 months ago

There is a refactoring of this in my RMShell branch. Completly unpolished though...

henrij22 commented 6 months ago

Also it would be nice to be able to specify which kind of VTKWriter you want ... for example the Trimmed IGA Writer

henrij22 commented 2 months ago

Maybe we can built it on top of the Ikarus::Vtk::Writer proposed in #309