20 #ifndef __mast__element_property_card_2D__ 21 #define __mast__element_property_card_2D__ 106 #endif // __mast__element_property_card_2D__
virtual int extra_quadrature_order(const MAST::GeomElem &elem) const
returns the extra quadrature order (on top of the system) that this element should use...
virtual ~ElementPropertyCard2D()
virtual destructor
void set_plane_stress(bool val)
sets the flag for plane stress.
MAST::BendingOperatorType _bending_model
material property card.
bool plane_stress() const
returns the flag for plane stress.
This class acts as a wrapper around libMesh::Elem for the purpose of providing a uniform interface fo...
void set_bending_model(MAST::BendingOperatorType b)
returns the bending model to be used for the 2D element
bool _if_plane_stress
if the analysis is plne stress, otherwise it is plane strain.
MAST::BendingOperatorType bending_model(const MAST::GeomElem &elem) const
returns the bending model to be used for the 2D element.