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(const Mesh &mesh, std::size_t index)

Create vertex on given mesh

Vertex(MeshEntity &entity)

Create vertex from mesh entity

double x(std::size_t i) const

Return value of vertex coordinate i

Point point() const

Return vertex coordinates as a 3D point value

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.