20 #ifndef __mast__point_load_condition__    21 #define __mast__point_load_condition__    30 #include "libmesh/node.h"    52         void add_node(
const libMesh::Node& nd);
    58         const std::set<const libMesh::Node*>& 
get_nodes() 
const;
    65         std::set<const libMesh::Node*>& 
get_nodes();
    74         std::set<const libMesh::Node*> 
_nodes;
    79 #endif // __mast__point_load_condition__ std::set< const libMesh::Node * > _nodes
set of nodes on which load is specified 
PointLoadCondition(MAST::BoundaryConditionType t)
This class allows for the specification of load associated with specified nodes in a user-provided se...
void add_node(const libMesh::Node &nd)
adds the node on which this object defines a point load 
virtual ~PointLoadCondition()
const std::set< const libMesh::Node * > & get_nodes() const