20 #ifndef LIBMESH_POINT_H 21 #define LIBMESH_POINT_H 81 #endif // LIBMESH_POINT_H A geometric point in (x,y,z) space associated with a DOF.
Point(const TypeVector< Real > &p)
Point(const Real x=0., const Real y=0., const Real z=0.)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
A geometric point in (x,y,z) space.