DOLFIN-X
DOLFIN-X C++ interface
|
Functions tools, including FEM functions and pointwise defined functions. More...
Classes | |
class | Constant |
A constant value which can be attached to a Form. Constants may be scalar (rank 0), vector (rank 1), or tensor valued. More... | |
class | Function |
This class represents a function \( u_h \) in a finite element function space \( V_h \), given by. More... | |
class | FunctionSpace |
This class represents a finite element function space defined by a mesh, a finite element, and a local-to-global map of the degrees of freedom (dofmap). More... | |
Functions tools, including FEM functions and pointwise defined functions.
This namespace provides classes for representing finite element functions, and coefficient functions that appear in forms.