Skip to content
Snippets Groups Projects

Feature/subsamplingvtkwriter with refinement tag

The SubsamplingVTKWriter is extended to take advantage of the generalization of VirtualRefinement, explained in dune-geometry!51 (merged). Without any changes in the user code, the SubsamplingVTKWriter behaves as before, but a deprecation warning is issued. Instead use either

Dune::SubsamplingVTKWriter<GV> vtkwriter(gv,Dune::VirtualRefinementTag::Levels(subsampling));
Dune::SubsamplingVTKWriter<GV> vtkwriter(gv,Dune::VirtualRefinementTag::Intervals(subsampling));

Depends: dune-geometry!51 (merged).

Closes: dune-geometry!56 (merged).

Edited by Jö Fahlke

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading