Vertex.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
class
Vertex¶ Parent class(es)
A Vertex is a MeshEntity of topological dimension 0.
-
Vertex(MeshEntity &entity)¶ Create vertex from mesh entity
-
double
x(std::size_t i) const¶ Return value of vertex coordinate i
-
const double *
x() const¶ Return array of vertex coordinates (const version)
-
-
class
VertexFunction¶ Parent class(es)
MeshFunction
A VertexFunction is a MeshFunction of topological dimension 0.
Constructor on Mesh
Constructor on Mesh and value