| 
| 
  | MeshFunctionView (const MeshFunctionView &meshFunction) | 
| 
template<typename Vector>  | 
|   | MeshFunctionView (const MeshPointer &meshPointer, Pointers::SharedPointer< Vector > &data, const IndexType &offset=0) | 
| 
template<typename Vector>  | 
|   | MeshFunctionView (const MeshPointer &meshPointer, Vector &data, const IndexType &offset=0) | 
| 
template<typename Vector>  | 
| void  | bind (const MeshPointer &meshPointer, Pointers::SharedPointer< Vector > &dataPtr, const IndexType &offset=0) | 
| 
template<typename Vector>  | 
| void  | bind (const MeshPointer &meshPointer, Vector &data, const IndexType &offset=0) | 
| 
void  | bind (MeshFunctionView &meshFunction) | 
| 
template<typename Vector>  | 
| void  | bind (Vector &data, const IndexType &offset=0) | 
| 
bool  | deepRefresh (const RealType &time=0.0) const | 
| 
__cuda_callable__ VectorType &  | getData () | 
| 
__cuda_callable__ const VectorType &  | getData () const | 
| 
RealType  | getLpNorm (const RealType &p) const | 
| 
RealType  | getMaxNorm () const | 
| 
template<typename Device = Devices::Host>  | 
| __cuda_callable__ const MeshType &  | getMesh () const | 
| 
MeshPointer &  | getMeshPointer () | 
| 
const MeshPointer &  | getMeshPointer () const | 
| 
template<typename EntityType>  | 
| RealType  | getValue (const EntityType &meshEntity) const | 
| 
template<typename EntityType>  | 
| Functions::MeshFunctionView< Mesh, MeshEntityDimension, Real >::RealType  | getValue (const EntityType &meshEntity) const | 
| 
template<typename EntityType>  | 
| __cuda_callable__ Functions::MeshFunctionView< Mesh, MeshEntityDimension, Real >::RealType &  | operator() (const EntityType &meshEntity, const RealType &time) | 
| 
template<typename EntityType>  | 
| __cuda_callable__ const Functions::MeshFunctionView< Mesh, MeshEntityDimension, Real >::RealType &  | operator() (const EntityType &meshEntity, const RealType &time) const | 
| 
template<typename EntityType>  | 
| __cuda_callable__ RealType &  | operator() (const EntityType &meshEntity, const RealType &time=0) | 
| 
template<typename EntityType>  | 
| __cuda_callable__ const RealType &  | operator() (const EntityType &meshEntity, const RealType &time=0) const | 
| 
template<typename Function>  | 
| MeshFunctionView &  | operator+= (const Function &f) | 
| 
template<typename Function>  | 
| MeshFunctionView< Mesh, MeshEntityDimension, Real > &  | operator+= (const Function &f) | 
| 
template<typename Function>  | 
| MeshFunctionView &  | operator-= (const Function &f) | 
| 
template<typename Function>  | 
| MeshFunctionView< Mesh, MeshEntityDimension, Real > &  | operator-= (const Function &f) | 
| 
template<typename Function>  | 
| MeshFunctionView &  | operator= (const Function &f) | 
| 
template<typename Function>  | 
| MeshFunctionView< Mesh, MeshEntityDimension, Real > &  | operator= (const Function &f) | 
| 
MeshFunctionView &  | operator= (const MeshFunctionView &f) | 
| 
__cuda_callable__ RealType &  | operator[] (const IndexType &meshEntityIndex) | 
| 
__cuda_callable__ const RealType &  | operator[] (const IndexType &meshEntityIndex) const | 
| 
bool  | refresh (const RealType &time=0.0) const | 
| 
void  | setMesh (const MeshPointer &meshPointer) | 
| 
bool  | setup (const MeshPointer &meshPointer, const Config::ParameterContainer ¶meters, const String &prefix="") | 
| 
template<typename EntityType>  | 
| void  | setValue (const EntityType &meshEntity, const RealType &value) | 
| 
bool  | write (const std::string &functionName, const std::string &fileName, const std::string &fileFormat="auto") const |