dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/io/file/vtkio.hh>
Public Types | |
enum | TypeOfField { real, complex_real, complex_imag } |
typedef DF | DiscreteFunctionType |
typedef DiscreteFunctionType::LocalFunctionType | 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 More... | |
virtual | ~VTKFunctionWrapper () |
virtual destructor More... | |
virtual int | ncomps () const |
return number of components More... | |
virtual double | evaluate (int comp, const EntityType &e, const LocalCoordinateType &xi) const |
virtual std::string | name () const |
get name More... | |
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 DiscreteFunctionType::LocalFunctionType 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
References Dune::Fem::imag(), and Dune::Fem::real().
|
inlinevirtual |
get name
Referenced by Dune::Fem::VTKIOBase< GridPart, false >::addVertexData().
|
inlinevirtual |
return number of components
|
static |
|
static |