Class xlifepp::Dof#
-
class Dof#
-
Inheritence diagram for xlifepp::Dof:
Collaboration diagram for xlifepp::Dof:
generalized index in a space
Subclassed by xlifepp::FeDof, xlifepp::SpDof
Public Functions
-
inline ~Dof()#
-
destructor
-
inline virtual real_t coords(const dimen_t i) const#
-
access to the i-th dof coordinates (i=1,2,…) when exists (FE Lagrange dof)
-
inline virtual bool hasCoords() const#
-
true if coords has been set
-
inline virtual bool isPonctual() const#
-
true if a dof with ponctual support
-
inline virtual Value operator()(const Function &f, const Function &gf = Function(), const Function &g2f = Function()) const#
-
< eval dof (viewed as a distribution) at a function f (gf, g2f may be required)
-
virtual void print(std::ostream&) const#
-
printing utility
-
inline virtual void setCoords() const#
-
compute coordinates of dof if defined
-
inline ~Dof()#