dim() const | dolfin::MeshFunction< T > | |
empty() const | dolfin::MeshFunction< T > | |
init(std::size_t dim) | dolfin::MeshFunction< T > | |
init(std::size_t dim, std::size_t size) | dolfin::MeshFunction< T > | |
init(std::shared_ptr< const Mesh > mesh, std::size_t dim) | dolfin::MeshFunction< T > | |
init(std::shared_ptr< const Mesh > mesh, std::size_t dim, std::size_t size) | dolfin::MeshFunction< T > | |
mesh() const | dolfin::MeshFunction< T > | |
MeshFunction() | dolfin::MeshFunction< T > | |
MeshFunction(std::shared_ptr< const Mesh > mesh) | dolfin::MeshFunction< T > | explicit |
MeshFunction(std::shared_ptr< const Mesh > mesh, std::size_t dim) | dolfin::MeshFunction< T > | |
MeshFunction(std::shared_ptr< const Mesh > mesh, std::size_t dim, const T &value) | dolfin::MeshFunction< T > | |
MeshFunction(std::shared_ptr< const Mesh > mesh, const std::string filename) | dolfin::MeshFunction< T > | |
MeshFunction(std::shared_ptr< const Mesh > mesh, const MeshValueCollection< T > &value_collection) | dolfin::MeshFunction< T > | |
MeshFunction(std::shared_ptr< const Mesh > mesh, std::size_t dim, const MeshDomains &domains) | dolfin::MeshFunction< T > | |
MeshFunction(const MeshFunction< T > &f) | dolfin::MeshFunction< T > | |
operator=(const MeshFunction< T > &f) | dolfin::MeshFunction< T > | |
operator=(const MeshValueCollection< T > &mesh) | dolfin::MeshFunction< T > | |
operator=(const T &value) | dolfin::MeshFunction< T > | |
operator[](const MeshEntity &entity) | dolfin::MeshFunction< T > | |
operator[](const MeshEntity &entity) const | dolfin::MeshFunction< T > | |
operator[](std::size_t index) | dolfin::MeshFunction< T > | |
operator[](std::size_t index) const | dolfin::MeshFunction< T > | |
set_all(const T &value) | dolfin::MeshFunction< T > | |
set_value(std::size_t index, const T &value) | dolfin::MeshFunction< T > | |
set_value(std::size_t index, const T &value, const Mesh &mesh) | dolfin::MeshFunction< T > | inline |
set_values(const std::vector< T > &values) | dolfin::MeshFunction< T > | |
size() const | dolfin::MeshFunction< T > | |
str(bool verbose) const | dolfin::MeshFunction< T > | |
str(bool verbose) const (defined in dolfin::MeshFunction< T >) | dolfin::MeshFunction< T > | |
str(bool verbose) const (defined in dolfin::MeshFunction< T >) | dolfin::MeshFunction< T > | |
str(bool verbose) const (defined in dolfin::MeshFunction< T >) | dolfin::MeshFunction< T > | |
str(bool verbose) const (defined in dolfin::MeshFunction< T >) | dolfin::MeshFunction< T > | |
values() const | dolfin::MeshFunction< T > | |
values() | dolfin::MeshFunction< T > | |
where_equal(T value) | dolfin::MeshFunction< T > | |
~MeshFunction() | dolfin::MeshFunction< T > | inline |