SpecialFunctions.h

Note

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

class MeshCoordinates

Parent class(es)

This Function represents the mesh coordinates on a given mesh.

explicit MeshCoordinates(std::shared_ptr<const Mesh> mesh)

Constructor

void eval(Array<double> &values, const Array<double> &x, const ufc::cell &cell) const

Evaluate function

class FacetArea

Parent class(es)

This function represents the area/length of a cell facet on a given mesh.

explicit FacetArea(std::shared_ptr<const Mesh> mesh)

Constructor

void eval(Array<double> &values, const Array<double> &x, const ufc::cell &cell) const

Evaluate function