Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Parent class(es)
A MeshFunction is a function that can be evaluated at a set of mesh entities. A MeshFunction is discrete and is only defined at the set of mesh entities of a fixed topological dimension. A MeshFunction may for example be used to store a global numbering scheme for the entities of a (parallel) mesh, marking sub domains or boolean markers for mesh refinement.
Create empty mesh function
Create empty mesh function on given mesh
Create empty mesh function on given mesh (shared_ptr version)
Create mesh function of given dimension on given mesh
Create mesh function of given dimension on given mesh (shared_ptr version)
Create mesh of given dimension on given mesh and initialize to a value
Create mesh of given dimension on given mesh and initialize to a value (shared_ptr version)
Create function from data file
Create function from data file (shared_ptr version)
Create function from a MeshValueCollecion
Create function from a MeshValueCollecion (shared_ptr version)
Create function from MeshDomains
Copy constructor
Assign mesh function to other mesh function Assignment operator
Assignment operator
Return mesh associated with mesh function
Return topological dimension
Return true if empty
Return size (number of entities)
Return array of values (const. version)
Return array of values
Return value at given mesh entity
Return value at given mesh entity (const version)
Return value at given index
Return value at given index (const version)
Set all values to given value
Initialize mesh function for given topological dimension
Initialize mesh function for given topological dimension of given size
Initialize mesh function for given topological dimension
Initialize mesh function for given topological dimension (shared_ptr version)
Initialize mesh function for given topological dimension of given size
Initialize mesh function for given topological dimension of given size (shared_ptr version)
Set value at given index
Compatibility function for use in SubDomains
Set values
Set all values to given value
Return informal string representation (pretty-print)