dune-vtk  0.2
gridfunctions/common.hh
Go to the documentation of this file.
1 #pragma once
2 
3 namespace Dune
4 {
5  namespace Vtk
6  {
8  struct PointContext {};
9 
11  struct CellContext {};
12 
14 
24  template <class GridCreator, class FieldType, class Context>
26  {
27  using type = void;
28  };
29 
30  } // end namespace Vtk
31 } // end namespace Dune
Definition: writer.hh:13
Context indicating that a GridFunction generates a local-function from point data.
Definition: gridfunctions/common.hh:8
Context indicating that a GridFunction generates a local-function from cell data.
Definition: gridfunctions/common.hh:11
Type-Traits to associate a GridFunction to a GridCreator.
Definition: gridfunctions/common.hh:26
void type
Definition: gridfunctions/common.hh:27