WIP: Support vtk output of multidomain grid views
Closed
requested to merge copasi/dune-pdelab:feature/support-vtk-output-of-multidomain-grid-views into master
All threads resolved!
What does this MR do?
Allows the vtkSolutionVTKWriter
to write solutions on a subdomain of the grid view used for the grid function space. The main trick here is to explicitly store the grid view on the common data, together with a transformation from the subdomain to main domain.
Is there something that needs to be double checked?
- That the merge request core/dune-common!696 (merged) is already accepted
- How could I test this without having to add the
dune-multidomaingrid
dependency.
Can this MR be accepted?
-
Implemented -
MR of Std::identity
indune-common
is accepted -
Added test -
Pipeline passing -
Added entry to CHANGELOG.md
Related issues
Edited by Santiago Ospina De Los Ríos
Merge request reports
Activity
- Resolved by Santiago Ospina De Los Ríos
- Resolved by Santiago Ospina De Los Ríos
- Resolved by Santiago Ospina De Los Ríos
- Resolved by Santiago Ospina De Los Ríos
added 1 commit
- 1ed45868 - Fix templated constructor & fit grid function interface
marked the checklist item MR of
Std::identity
indune-common
is accepted as completed- Resolved by Santiago Ospina De Los Ríos
added 1 commit
- 624ef371 - Apply suggestion to dune/pdelab/gridfunctionspace/vtk.hh
- Resolved by Santiago Ospina De Los Ríos
added 1 commit
- 6d17aa1d - Apply suggestion to dune/pdelab/gridfunctionspace/vtk.hh
@santiago.ospina What is the state of this merge request?
This MR is too old and sub-spaces do the trick nicely: https://gitlab.dune-project.org/pdelab/dune-pdelab/-/blob/master/dune/pdelab/test/testpoisson-multidomain.cc#L332
Please register or sign in to reply