MAST
|
This is the complete list of members for MAST::StructuralElement3D, including all inherited members.
_accel | MAST::ElementBase | protected |
_accel_sens | MAST::ElementBase | protected |
_active_sol_function | MAST::ElementBase | protected |
_assembly | MAST::ElementBase | protected |
_complex_sol | MAST::ElementBase | protected |
_complex_sol_sens | MAST::ElementBase | protected |
_delta_accel | MAST::ElementBase | protected |
_delta_accel_sens | MAST::ElementBase | protected |
_delta_sol | MAST::ElementBase | protected |
_delta_sol_sens | MAST::ElementBase | protected |
_delta_vel | MAST::ElementBase | protected |
_delta_vel_sens | MAST::ElementBase | protected |
_elem | MAST::ElementBase | protected |
_incompatible_sol | MAST::StructuralElementBase | protected |
_init_incompatible_fe_mapping(const libMesh::Elem &e) | MAST::StructuralElement3D | protected |
_local_accel | MAST::StructuralElementBase | protected |
_local_accel_sens | MAST::StructuralElementBase | protected |
_local_delta_accel | MAST::StructuralElementBase | protected |
_local_delta_accel_sens | MAST::StructuralElementBase | protected |
_local_delta_sol | MAST::StructuralElementBase | protected |
_local_delta_sol_sens | MAST::StructuralElementBase | protected |
_local_delta_vel | MAST::StructuralElementBase | protected |
_local_delta_vel_sens | MAST::StructuralElementBase | protected |
_local_sol | MAST::StructuralElementBase | protected |
_local_sol_sens | MAST::StructuralElementBase | protected |
_local_vel | MAST::StructuralElementBase | protected |
_local_vel_sens | MAST::StructuralElementBase | protected |
_property | MAST::StructuralElementBase | protected |
_sol | MAST::ElementBase | protected |
_sol_sens | MAST::ElementBase | protected |
_system | MAST::ElementBase | protected |
_T0_inv_tr | MAST::StructuralElement3D | protected |
_time | MAST::ElementBase | protected |
_vel | MAST::ElementBase | protected |
_vel_sens | MAST::ElementBase | protected |
assembly() | MAST::ElementBase | inline |
attach_active_solution_function(MAST::FunctionBase &f) | MAST::ElementBase | |
calculate_stress(bool request_derivative, const MAST::FunctionBase *p, MAST::StressStrainOutputBase &output) | MAST::StructuralElement3D | protectedvirtual |
calculate_stress_boundary_velocity(const MAST::FunctionBase &p, MAST::StressStrainOutputBase &output, const unsigned int s, const MAST::FieldFunction< RealVectorX > &vel_f) | MAST::StructuralElement3D | inlineprotectedvirtual |
calculate_stress_temperature_derivative(MAST::FEBase &fe_thermal, MAST::StressStrainOutputBase &output) | MAST::StructuralElement3D | inlinevirtual |
damping_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac) | MAST::StructuralElementBase | inlinevirtual |
damping_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac) | MAST::StructuralElementBase | inlinevirtual |
detach_active_solution_function() | MAST::ElementBase | |
elem() const | MAST::ElementBase | inline |
elem_property() | MAST::StructuralElementBase | inline |
ElementBase(MAST::SystemInitialization &sys, MAST::AssemblyBase &assembly, const MAST::GeomElem &elem) | MAST::ElementBase | |
follower_forces | MAST::StructuralElementBase | |
if_incompatible_modes() const | MAST::StructuralElement3D | inlinevirtual |
incompatible_mode_size() const | MAST::StructuralElement3D | inlinevirtual |
inertial_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xddot, RealMatrixX &jac_xdot, RealMatrixX &jac) | MAST::StructuralElement3D | virtual |
inertial_residual_boundary_velocity(const MAST::FunctionBase &p, const unsigned int s, const MAST::FieldFunction< RealVectorX > &vel_f, bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xddot, RealMatrixX &jac_xdot, RealMatrixX &jac) | MAST::StructuralElementBase | virtual |
inertial_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xddot, RealMatrixX &jac_xdot, RealMatrixX &jac) | MAST::StructuralElementBase | virtual |
initialize_green_lagrange_strain_operator(const unsigned int qp, const MAST::FEBase &fe, const RealVectorX &local_disp, RealVectorX &epsilon, RealMatrixX &mat_x, RealMatrixX &mat_y, RealMatrixX &mat_z, MAST::FEMOperatorMatrix &Bmat_lin, MAST::FEMOperatorMatrix &Bmat_nl_x, MAST::FEMOperatorMatrix &Bmat_nl_y, MAST::FEMOperatorMatrix &Bmat_nl_z, MAST::FEMOperatorMatrix &Bmat_nl_u, MAST::FEMOperatorMatrix &Bmat_nl_v, MAST::FEMOperatorMatrix &Bmat_nl_w) | MAST::StructuralElement3D | protected |
initialize_incompatible_strain_operator(const unsigned int qp, const MAST::FEBase &fe, FEMOperatorMatrix &Bmat, RealMatrixX &G_mat) | MAST::StructuralElement3D | protected |
initialize_strain_operator(const unsigned int qp, const MAST::FEBase &fe, FEMOperatorMatrix &Bmat) | MAST::StructuralElement3D | protected |
internal_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElement3D | virtual |
internal_residual_boundary_velocity(const MAST::FunctionBase &p, const unsigned int s, const MAST::FieldFunction< RealVectorX > &vel_f, bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElement3D | inlinevirtual |
internal_residual_jac_dot_state_sensitivity(RealMatrixX &jac) | MAST::StructuralElement3D | inlinevirtual |
internal_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElement3D | virtual |
linearized_frequency_domain_side_external_residual(bool request_jacobian, ComplexVectorX &f, ComplexMatrixX &jac, std::multimap< libMesh::boundary_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
linearized_frequency_domain_surface_pressure_residual(bool request_jacobian, ComplexVectorX &f, ComplexMatrixX &jac, const unsigned int side, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | inlineprotectedvirtual |
MAST::StructuralElementBase::linearized_frequency_domain_surface_pressure_residual(bool request_jacobian, ComplexVectorX &f, ComplexMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElementBase | protectedvirtual |
linearized_frequency_domain_surface_pressure_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, ComplexVectorX &f, ComplexMatrixX &jac, const unsigned int side, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | inlineprotectedvirtual |
MAST::StructuralElementBase::linearized_frequency_domain_surface_pressure_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, ComplexVectorX &f, ComplexMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElementBase | inlineprotectedvirtual |
linearized_frequency_domain_volume_external_residual(bool request_jacobian, ComplexVectorX &f, ComplexMatrixX &jac, std::multimap< libMesh::subdomain_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
linearized_inertial_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xddot, RealMatrixX &jac_xdot, RealMatrixX &jac) | MAST::StructuralElementBase | virtual |
linearized_internal_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElementBase | virtual |
linearized_side_external_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, std::multimap< libMesh::boundary_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
linearized_surface_pressure_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElementBase | protectedvirtual |
linearized_volume_external_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, std::multimap< libMesh::subdomain_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
local_solution(bool if_sens=false) const | MAST::StructuralElementBase | inline |
piston_theory_cp(const unsigned int order, const Real vel_U, const Real gamma, const Real mach) | MAST::StructuralElementBase | protected |
piston_theory_dcp_dv(const unsigned int order, const Real vel_U, const Real gamma, const Real mach) | MAST::StructuralElementBase | protected |
piston_theory_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | inlineprotectedvirtual |
piston_theory_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, const unsigned int side, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | protectedvirtual |
piston_theory_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | inlineprotectedvirtual |
piston_theory_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, const unsigned int side, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | protectedvirtual |
prestress_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElement3D | virtual |
prestress_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElement3D | virtual |
set_acceleration(const RealVectorX &vec, bool if_sens=false) | MAST::StructuralElementBase | virtual |
set_complex_solution(const ComplexVectorX &vec, bool if_sens=false) | MAST::ElementBase | virtual |
set_incompatible_mode_solution(RealVectorX &vec) | MAST::StructuralElementBase | inline |
set_perturbed_acceleration(const RealVectorX &vec, bool if_sens=false) | MAST::StructuralElementBase | virtual |
set_perturbed_solution(const RealVectorX &vec, bool if_sens=false) | MAST::StructuralElementBase | virtual |
set_perturbed_velocity(const RealVectorX &vec, bool if_sens=false) | MAST::StructuralElementBase | virtual |
set_solution(const RealVectorX &vec, bool if_sens=false) | MAST::StructuralElementBase | virtual |
set_velocity(const RealVectorX &vec, bool if_sens=false) | MAST::StructuralElementBase | virtual |
side_external_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, std::multimap< libMesh::boundary_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
side_external_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, std::multimap< libMesh::boundary_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
sol(bool if_sens=false) const | MAST::ElementBase | |
StructuralElement3D(MAST::SystemInitialization &sys, MAST::AssemblyBase &assembly, const MAST::GeomElem &elem, const MAST::ElementPropertyCardBase &p) | MAST::StructuralElement3D | |
StructuralElementBase(MAST::SystemInitialization &sys, MAST::AssemblyBase &assembly, const MAST::GeomElem &elem, const MAST::ElementPropertyCardBase &p) | MAST::StructuralElementBase | |
surface_pressure_boundary_velocity(const MAST::FunctionBase &p, const unsigned int s, const MAST::FieldFunction< RealVectorX > &vel_f, MAST::BoundaryConditionBase &bc, bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElementBase | protectedvirtual |
surface_pressure_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac, const unsigned int side, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | protectedvirtual |
MAST::StructuralElementBase::surface_pressure_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElementBase | protectedvirtual |
surface_pressure_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac, const unsigned int side, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | protectedvirtual |
MAST::StructuralElementBase::surface_pressure_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElementBase | protectedvirtual |
system() | MAST::ElementBase | |
system_initialization() | MAST::ElementBase | inline |
thermal_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | protectedvirtual |
thermal_residual_boundary_velocity(const MAST::FunctionBase &p, const unsigned int s, const MAST::FieldFunction< RealVectorX > &vel_f, MAST::BoundaryConditionBase &bc, bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElement3D | inlineprotectedvirtual |
thermal_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac, MAST::BoundaryConditionBase &bc) | MAST::StructuralElement3D | protectedvirtual |
thermal_residual_temperature_derivative(const MAST::FEBase &fe_thermal, RealMatrixX &m) | MAST::StructuralElement3D | inlinevirtual |
transform_matrix_to_global_system(const ValType &local_mat, ValType &global_mat) const | MAST::StructuralElementBase | |
transform_vector_to_global_system(const ValType &local_vec, ValType &global_vec) const | MAST::StructuralElementBase | |
transform_vector_to_local_system(const ValType &global_vec, ValType &local_vec) const | MAST::StructuralElementBase | |
update_incompatible_mode_solution(const RealVectorX &dsol) | MAST::StructuralElement3D | virtual |
volume_external_residual(bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, std::multimap< libMesh::subdomain_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
volume_external_residual_boundary_velocity(const MAST::FunctionBase &p, const unsigned int s, const MAST::FieldFunction< RealVectorX > &vel_f, std::multimap< libMesh::subdomain_id_type, MAST::BoundaryConditionBase * > &bc, bool request_jacobian, RealVectorX &f, RealMatrixX &jac) | MAST::StructuralElementBase | |
volume_external_residual_sensitivity(const MAST::FunctionBase &p, bool request_jacobian, RealVectorX &f, RealMatrixX &jac_xdot, RealMatrixX &jac, std::multimap< libMesh::subdomain_id_type, MAST::BoundaryConditionBase * > &bc) | MAST::StructuralElementBase | |
~ElementBase() | MAST::ElementBase | virtual |
~StructuralElement3D() | MAST::StructuralElement3D | virtual |
~StructuralElementBase() | MAST::StructuralElementBase | virtual |