dune-vtk 2.8
|
Type-Traits to associate a GridFunction to a GridCreator. More...
#include <dune/vtk/gridfunctions/common.hh>
Public Types | |
using | type = void |
Type-Traits to associate a GridFunction to a GridCreator.
Each GridCreator type should specialize this template and set type
to the corresponding GridFunction type, e.g. Vtk::ContinuousGridFunction or Vtk::LagrangeGridFunction.
GridCreator | A Type implementing the GridCreatorInterface |
FieldType | Coefficient type of the data extracted from the file. |
Context | A context-type for specialization of the local-function, e.g., Vtk::PointContext or Vtk::CellContext. |
using Dune::Vtk::AssociatedGridFunction< GridCreator, FieldType, Context >::type = void |