Class xlifepp::GeomRefPoint#
-
class GeomRefPoint : public xlifepp::GeomRefElement#
-
Inheritence diagram for xlifepp::GeomRefPoint:
Collaboration diagram for xlifepp::GeomRefPoint:
Public Functions
-
GeomRefPoint()#
-
default constructor
GeomRefPoint constructor for 1D Geometric Reference Element.
-
virtual bool contains(std::vector<real_t> &p, real_t tol = theTolerance) const#
-
test if a point belongs to current element
-
virtual real_t measure(const dimen_t dim, const number_t sideNum = 0) const#
-
returns 1.
Returns element length (1.)
(Dirac)
-
virtual std::vector<real_t> projection(const std::vector<real_t>&, real_t&) const#
-
projection of a point onto ref element
projection of a point onto ref element [0,1]
-
inline number_t sideOppositeVertex(const number_t vNum) const#
-
returns vertex to vertex number vNum (=1,2)
-
inline virtual number_t sideWithVertices(const number_t, const number_t) const#
-
returns side with vertices v1 and v2
-
inline virtual number_t sideWithVertices(const number_t, const number_t, const number_t, const number_t = 0) const#
-
returns side with vertices v1 and v2
-
GeomRefPoint()#