Class xlifepp::BCDof#
-
class BCDof : public xlifepp::FeDofExtension#
-
Inheritance diagram for xlifepp::BCDof:
Collaboration diagram for xlifepp::BCDof:
to store Buffa-Chritiensen global dof informations see xlife++ documention for details
Public Functions
-
virtual ShapeValues computeShapeValue(const Point&, const Element&, bool der1, bool der2, Vector<real_t>* = nullptr) const#
-
compute the shape value associated to current BcDof
compute the shape value related to the BcDof P: physical space point where to compute elt: element containing P der1 : if true compute also first derivatives der2 : if true compute second derivatives (not managed) s: additional vector (not used)
-
inline virtual void print(std::ostream &out) const#
-
printing utility
-
inline virtual string_t type() const#
-
type of extension
-
virtual ShapeValues computeShapeValue(const Point&, const Element&, bool der1, bool der2, Vector<real_t>* = nullptr) const#