dune-vtk 2.8
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::Vtk::AssociatedGridFunction< GridCreator, FieldType, Context > Struct Template Reference

Type-Traits to associate a GridFunction to a GridCreator. More...

#include <dune/vtk/gridfunctions/common.hh>

Public Types

using type = void
 

Detailed Description

template<class GridCreator, class FieldType, class Context>
struct Dune::Vtk::AssociatedGridFunction< GridCreator, FieldType, Context >

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.

Template Parameters
GridCreatorA Type implementing the GridCreatorInterface
FieldTypeCoefficient type of the data extracted from the file.
ContextA context-type for specialization of the local-function, e.g., Vtk::PointContext or Vtk::CellContext.

Member Typedef Documentation

◆ type

template<class GridCreator , class FieldType , class Context >
using Dune::Vtk::AssociatedGridFunction< GridCreator, FieldType, Context >::type = void

The documentation for this struct was generated from the following file: