21 #ifndef __mast__structural_buckling_eigenproblem_elem_operations_h__ 22 #define __mast__structural_buckling_eigenproblem_elem_operations_h__ 45 const libMesh::Elem& ref_elem,
82 #endif // __mast__structural_buckling_eigenproblem_elem_operations_h__
virtual void set_elem_data(unsigned int dim, const libMesh::Elem &ref_elem, MAST::GeomElem &elem) const
sets the structural element y-vector if 1D element is used.
virtual void init(const MAST::GeomElem &elem)
initializes the object for the geometric element elem.
Matrix< Real, Dynamic, Dynamic > RealMatrixX
This class acts as a wrapper around libMesh::Elem for the purpose of providing a uniform interface fo...
virtual ~StructuralBucklingEigenproblemElemOperations()
virtual void elem_calculations(RealMatrixX &mat_A, RealMatrixX &mat_B)
performs the element calculations over elem, and returns the element matrices for the eigenproblem ...
StructuralBucklingEigenproblemElemOperations()
virtual void elem_sensitivity_calculations(const MAST::FunctionBase &f, bool base_sol, RealMatrixX &mat_A, RealMatrixX &mat_B)
performs the element sensitivity calculations over elem, and returns the element matrices for the eig...