Definition of the Point3d class.
std::vector< MathLib::Point3d > _points
const RotationMatrix & getRotationMatrixToGlobal() const
return a rotation matrix converting to global coordinates
MathLib::Point3d const & getMappedCoordinates(std::size_t node_id) const
return mapped coordinates of the node
RotationMatrix _matR2global
const unsigned _global_dim
unsigned getGlobalDimension() const
return the global dimension
ElementCoordinatesMappingLocal(const Element &e, const unsigned global_dim)
Eigen::Matrix< double, 3u, 3u, Eigen::RowMajor > RotationMatrix