MAST
|
#include <complex_assembly_elem_operations.h>
Public Member Functions | |
ComplexAssemblyElemOperations () | |
virtual | ~ComplexAssemblyElemOperations () |
virtual void | set_elem_complex_solution (const ComplexVectorX &sol) |
sets the element complex solution More... | |
virtual void | set_elem_complex_solution_sensitivity (const ComplexVectorX &sol) |
sets the element complex solution More... | |
virtual void | elem_calculations (bool if_jac, ComplexVectorX &vec, ComplexMatrixX &mat)=0 |
performs the element calculations over elem , and returns the element vector and matrix quantities in mat and vec , respectively. More... | |
virtual void | elem_sensitivity_calculations (const MAST::FunctionBase &f, ComplexVectorX &vec)=0 |
performs the element sensitivity calculations over elem , and returns the element residual sensitivity in vec . More... | |
Public Member Functions inherited from MAST::AssemblyElemOperations | |
AssemblyElemOperations () | |
virtual | ~AssemblyElemOperations () |
MAST::SystemInitialization & | get_system_initialization () |
MAST::PhysicsDisciplineBase & | get_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::AssemblyBase & | get_assembly () |
virtual void | clear_assembly () |
clears the assembly object More... | |
virtual void | set_elem_data (unsigned int dim, const libMesh::Elem &ref_elem, MAST::GeomElem &elem) const =0 |
some analyses may want to set additional element data before initialization of the GeomElem. More... | |
virtual void | init (const MAST::GeomElem &elem)=0 |
initializes the object for calculation of element quantities for the specified elem . More... | |
virtual void | clear_elem () |
clears the element initialization More... | |
MAST::ElementBase & | get_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 |
Definition at line 29 of file complex_assembly_elem_operations.h.
MAST::ComplexAssemblyElemOperations::ComplexAssemblyElemOperations | ( | ) |
Definition at line 25 of file complex_assembly_elem_operations.cpp.
|
virtual |
Definition at line 32 of file complex_assembly_elem_operations.cpp.
|
pure virtual |
performs the element calculations over elem
, and returns the element vector and matrix quantities in mat
and vec
, respectively.
if_jac
tells the method to also assemble the Jacobian, in addition to the residual vector.
Implemented in MAST::FrequencyDomainLinearizedComplexAssemblyElemOperations.
|
pure virtual |
performs the element sensitivity calculations over elem
, and returns the element residual sensitivity in vec
.
Implemented in MAST::FrequencyDomainLinearizedComplexAssemblyElemOperations.
|
virtual |
sets the element complex solution
Definition at line 38 of file complex_assembly_elem_operations.cpp.
|
virtual |
sets the element complex solution
Definition at line 45 of file complex_assembly_elem_operations.cpp.