|
dune-fem 2.8.0
|
#include <dune/fem/io/file/vtkio.hh>

Public Types | |
| enum | TypeOfField { real , complex_real , complex_imag } |
| typedef DF | DiscreteFunctionType |
| typedef ConstLocalFunction< DF > | LocalFunctionType |
| typedef DiscreteFunctionType::FunctionSpaceType | FunctionSpaceType |
| typedef FunctionSpaceType::DomainType | DomainType |
| typedef FunctionSpaceType::RangeType | RangeType |
| typedef DiscreteFunctionType::GridPartType | GridPartType |
| typedef GridPartType::template Codim< 0 >::EntityType | EntityType |
| typedef EntityType::Geometry::LocalCoordinate | LocalCoordinateType |
Public Member Functions | |
| VTKFunctionWrapper (const DiscreteFunctionType &df, const std::string &dataName, int component, bool vector, TypeOfField typeOfField) | |
| constructor taking discrete function | |
| virtual | ~VTKFunctionWrapper () |
| virtual destructor | |
| virtual int | ncomps () const |
| return number of components | |
| virtual double | evaluate (int comp, const EntityType &e, const LocalCoordinateType &xi) const |
| virtual std::string | name () const |
| get name | |
Static Public Attributes | |
| static const int | dimRange = FunctionSpaceType::dimRange |
| static const int | dimDomain = FunctionSpaceType::dimDomain |
| typedef DF Dune::Fem::VTKFunctionWrapper< DF >::DiscreteFunctionType |
| typedef FunctionSpaceType::DomainType Dune::Fem::VTKFunctionWrapper< DF >::DomainType |
| typedef GridPartType::template Codim<0>::EntityType Dune::Fem::VTKFunctionWrapper< DF >::EntityType |
| typedef DiscreteFunctionType::FunctionSpaceType Dune::Fem::VTKFunctionWrapper< DF >::FunctionSpaceType |
| typedef DiscreteFunctionType::GridPartType Dune::Fem::VTKFunctionWrapper< DF >::GridPartType |
| typedef EntityType::Geometry::LocalCoordinate Dune::Fem::VTKFunctionWrapper< DF >::LocalCoordinateType |
| typedef ConstLocalFunction< DF > Dune::Fem::VTKFunctionWrapper< DF >::LocalFunctionType |
| typedef FunctionSpaceType::RangeType Dune::Fem::VTKFunctionWrapper< DF >::RangeType |
| enum Dune::Fem::VTKFunctionWrapper::TypeOfField |
|
inline |
constructor taking discrete function
|
inlinevirtual |
virtual destructor
|
inlinevirtual |
evaluate single component comp in the entity
|
inlinevirtual |
get name
|
inlinevirtual |
return number of components
|
static |
|
static |