MAST
MAST::StructuralBucklingEigenproblemElemOperations Class Reference

#include <structural_buckling_eigenproblem_elem_operations.h>

Inheritance diagram for MAST::StructuralBucklingEigenproblemElemOperations:
Collaboration diagram for MAST::StructuralBucklingEigenproblemElemOperations:

Public Member Functions

 StructuralBucklingEigenproblemElemOperations ()
 
virtual ~StructuralBucklingEigenproblemElemOperations ()
 
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. More...
 
virtual void init (const MAST::GeomElem &elem)
 initializes the object for the geometric element elem. More...
 
virtual void elem_calculations (RealMatrixX &mat_A, RealMatrixX &mat_B)
 performs the element calculations over elem, and returns the element matrices for the eigenproblem $ A x = \lambda B x $. More...
 
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 eigenproblem $ A x = \lambda B x $. More...
 
- Public Member Functions inherited from MAST::EigenproblemAssemblyElemOperations
 EigenproblemAssemblyElemOperations ()
 
virtual ~EigenproblemAssemblyElemOperations ()
 
virtual void elem_topology_sensitivity_calculations (const MAST::FunctionBase &f, bool base_sol, const MAST::FieldFunction< RealVectorX > &vel, RealMatrixX &mat_A, RealMatrixX &mat_B)=0
 performs the element topology sensitivity calculations over elem. More...
 
- Public Member Functions inherited from MAST::AssemblyElemOperations
 AssemblyElemOperations ()
 
virtual ~AssemblyElemOperations ()
 
MAST::SystemInitializationget_system_initialization ()
 
MAST::PhysicsDisciplineBaseget_discipline ()
 
virtual void set_discipline_and_system (MAST::PhysicsDisciplineBase &discipline, MAST::SystemInitialization &system)
 attaches a system to this discipline More...
 
virtual void clear_discipline_and_system ()
 clears association with a system to this discipline More...
 
virtual void set_assembly (MAST::AssemblyBase &assembly)
 sets the assembly object More...
 
virtual MAST::AssemblyBaseget_assembly ()
 
virtual void clear_assembly ()
 clears the assembly object More...
 
virtual void clear_elem ()
 clears the element initialization More...
 
MAST::ElementBaseget_physics_elem ()
 
virtual void set_elem_solution (const RealVectorX &sol)
 sets the element solution More...
 
virtual void set_elem_solution_sensitivity (const RealVectorX &sol)
 sets the element solution sensitivity More...
 
virtual void set_elem_perturbed_solution (const RealVectorX &sol)
 sets the element perturbed solution More...
 
virtual void set_elem_velocity (const RealVectorX &vel)
 sets the element velocity More...
 
virtual void set_elem_velocity_sensitivity (const RealVectorX &vel)
 sets the element velocity sensitivity More...
 
virtual void set_elem_perturbed_velocity (const RealVectorX &vel)
 sets the element perturbed velocity More...
 
virtual void set_elem_acceleration (const RealVectorX &accel)
 sets the element acceleration More...
 
virtual void set_elem_acceleration_sensitivity (const RealVectorX &accel)
 sets the element acceleration More...
 
virtual void set_elem_perturbed_acceleration (const RealVectorX &accel)
 sets the element perturbed acceleration More...
 

Additional Inherited Members

- Protected Attributes inherited from MAST::AssemblyElemOperations
MAST::SystemInitialization_system
 
MAST::PhysicsDisciplineBase_discipline
 
MAST::AssemblyBase_assembly
 
MAST::ElementBase_physics_elem
 

Detailed Description

Constructor & Destructor Documentation

MAST::StructuralBucklingEigenproblemElemOperations::StructuralBucklingEigenproblemElemOperations ( )

Definition at line 31 of file structural_buckling_eigenproblem_elem_operations.cpp.

Here is the call graph for this function:

MAST::StructuralBucklingEigenproblemElemOperations::~StructuralBucklingEigenproblemElemOperations ( )
virtual

Definition at line 39 of file structural_buckling_eigenproblem_elem_operations.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

void MAST::StructuralBucklingEigenproblemElemOperations::elem_calculations ( RealMatrixX mat_A,
RealMatrixX mat_B 
)
virtual

performs the element calculations over elem, and returns the element matrices for the eigenproblem $ A x = \lambda B x $.

Implements MAST::EigenproblemAssemblyElemOperations.

Definition at line 81 of file structural_buckling_eigenproblem_elem_operations.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void MAST::StructuralBucklingEigenproblemElemOperations::elem_sensitivity_calculations ( const MAST::FunctionBase f,
bool  base_sol,
RealMatrixX mat_A,
RealMatrixX mat_B 
)
virtual

performs the element sensitivity calculations over elem, and returns the element matrices for the eigenproblem $ A x = \lambda B x $.

Implements MAST::EigenproblemAssemblyElemOperations.

Definition at line 114 of file structural_buckling_eigenproblem_elem_operations.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void MAST::StructuralBucklingEigenproblemElemOperations::init ( const MAST::GeomElem elem)
virtual

initializes the object for the geometric element elem.

This expects the object to be in a cleared state, so the user should call clear_elem() between successive initializations.

Implements MAST::AssemblyElemOperations.

Definition at line 63 of file structural_buckling_eigenproblem_elem_operations.cpp.

Here is the call graph for this function:

void MAST::StructuralBucklingEigenproblemElemOperations::set_elem_data ( unsigned int  dim,
const libMesh::Elem &  ref_elem,
MAST::GeomElem elem 
) const
virtual

sets the structural element y-vector if 1D element is used.

Implements MAST::AssemblyElemOperations.

Definition at line 46 of file structural_buckling_eigenproblem_elem_operations.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: