20 #ifndef __mast_eigenproblem_assembly_elem_operations_h__ 21 #define __mast_eigenproblem_assembly_elem_operations_h__ 30 class LevelSetIntersection;
31 template <
typename ValType>
class FieldFunction;
88 #endif // __mast_eigenproblem_assembly_elem_operations_h__
virtual void elem_topology_sensitivity_calculations(const MAST::FunctionBase &f, bool base_sol, RealMatrixX &mat_A, RealMatrixX &mat_B)=0
performs the element topology sensitivity calculations over elem.
virtual ~EigenproblemAssemblyElemOperations()
virtual void elem_calculations(RealMatrixX &mat_A, RealMatrixX &mat_B)=0
performs the element calculations over elem, and returns the element matrices for the eigenproblem ...
Matrix< Real, Dynamic, Dynamic > RealMatrixX
EigenproblemAssemblyElemOperations()
virtual void elem_sensitivity_calculations(const MAST::FunctionBase &f, bool base_sol, RealMatrixX &mat_A, RealMatrixX &mat_B)=0
performs the element sensitivity calculations over elem, and returns the element matrices for the eig...