Face.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class Face

Parent class(es)

A Face is a MeshEntity of topological dimension 2.

Face(const Mesh &mesh, std::size_t index)

Constructor

double area() const

Calculate the area of the face (triangle)

double normal(std::size_t i) const

Compute component i of the normal to the face

Point normal() const

Compute normal to the face

class FaceFunction

Parent class(es)

  • MeshFunction

A FaceFunction is a MeshFunction of topological dimension 2.