_assembly | MAST::AssemblyElemOperations | protected |
_bids | MAST::OutputAssemblyElemOperations | protected |
_boundary_stress_data | MAST::StressStrainOutputBase | protected |
_discipline | MAST::AssemblyElemOperations | protected |
_elem_subset | MAST::OutputAssemblyElemOperations | protected |
_exp_arg_lim | MAST::StressStrainOutputBase | protected |
_if_evaluate_on_all_elems | MAST::OutputAssemblyElemOperations | protected |
_if_stress_plot_mode | MAST::StressStrainOutputBase | protected |
_JxW_val | MAST::StressStrainOutputBase | protected |
_p_norm_stress | MAST::StressStrainOutputBase | protected |
_p_norm_weight | MAST::StressStrainOutputBase | protected |
_physics_elem | MAST::AssemblyElemOperations | protected |
_primal_data_initialized | MAST::StressStrainOutputBase | protected |
_rho | MAST::StressStrainOutputBase | protected |
_sigma0 | MAST::StressStrainOutputBase | protected |
_sigma_vm_int | MAST::StressStrainOutputBase | protected |
_sigma_vm_p_norm | MAST::StressStrainOutputBase | protected |
_stress_data | MAST::StressStrainOutputBase | protected |
_sub_domain_ids | MAST::OutputAssemblyElemOperations | protected |
_system | MAST::AssemblyElemOperations | protected |
add_stress_strain_at_boundary_qp_location(const MAST::GeomElem &e, const unsigned int s, const unsigned int qp, const libMesh::Point &quadrature_pt, const libMesh::Point &physical_pt, const RealVectorX &stress, const RealVectorX &strain, Real JxW_Vn) | MAST::StressStrainOutputBase | virtual |
add_stress_strain_at_qp_location(const MAST::GeomElem &e, const unsigned int qp, const libMesh::Point &quadrature_pt, const libMesh::Point &physical_pt, const RealVectorX &stress, const RealVectorX &strain, Real JxW) | MAST::StressStrainOutputBase | virtual |
AssemblyElemOperations() | MAST::AssemblyElemOperations | |
clear() | MAST::StressStrainOutputBase | |
clear_assembly() | MAST::AssemblyElemOperations | virtual |
clear_discipline_and_system() | MAST::AssemblyElemOperations | virtual |
clear_elem() | MAST::AssemblyElemOperations | virtual |
clear_sensitivity_data() | MAST::StressStrainOutputBase | virtual |
evaluate() | MAST::StressStrainOutputBase | virtual |
evaluate_sensitivity(const MAST::FunctionBase &f) | MAST::StressStrainOutputBase | virtual |
evaluate_shape_sensitivity(const MAST::FunctionBase &f) | MAST::StressStrainOutputBase | inlinevirtual |
evaluate_topology_sensitivity(const MAST::FunctionBase &f, const MAST::FieldFunction< RealVectorX > &vel) | MAST::StressStrainOutputBase | virtual |
functional_boundary_sensitivity_for_all_elems(const MAST::FunctionBase &f, Real &dsigma_vm_val_df) const | MAST::StressStrainOutputBase | virtual |
functional_boundary_sensitivity_for_elem(const MAST::FunctionBase &f, const libMesh::dof_id_type e_id, Real &dsigma_vm_val_df) const | MAST::SmoothRampStressStrainOutput | virtual |
functional_for_all_elems() | MAST::SmoothRampStressStrainOutput | virtual |
functional_sensitivity_for_all_elems(const MAST::FunctionBase &f, Real &dsigma_vm_val_df) const | MAST::StressStrainOutputBase | virtual |
functional_sensitivity_for_elem(const MAST::FunctionBase &f, const libMesh::dof_id_type e_id, Real &dsigma_vm_val_df) const | MAST::SmoothRampStressStrainOutput | virtual |
functional_state_derivartive_for_elem(const libMesh::dof_id_type e_id, RealVectorX &dq_dX) const | MAST::SmoothRampStressStrainOutput | virtual |
get_assembly() | MAST::AssemblyElemOperations | virtual |
get_discipline() | MAST::AssemblyElemOperations | |
get_maximum_von_mises_stress() const | MAST::StressStrainOutputBase | |
get_p_stress_val() | MAST::StressStrainOutputBase | inline |
get_participating_boundaries() | MAST::OutputAssemblyElemOperations | |
get_participating_elements() const | MAST::OutputAssemblyElemOperations | |
get_participating_subdomains() | MAST::OutputAssemblyElemOperations | |
get_physics_elem() | MAST::AssemblyElemOperations | inline |
get_stress_strain_data() const | MAST::StressStrainOutputBase | virtual |
get_stress_strain_data_for_elem(const MAST::GeomElem &e) const | MAST::StressStrainOutputBase | virtual |
get_stress_strain_data_for_elem_at_qp(const MAST::GeomElem &e, const unsigned int qp) | MAST::StressStrainOutputBase | virtual |
get_system_initialization() | MAST::AssemblyElemOperations | |
get_thermal_load_for_elem(const MAST::GeomElem &elem) | MAST::StressStrainOutputBase | |
if_evaluate_for_boundary(const MAST::GeomElem &elem, const unsigned int s) const | MAST::OutputAssemblyElemOperations | virtual |
if_evaluate_for_element(const MAST::GeomElem &elem) const | MAST::OutputAssemblyElemOperations | virtual |
init(const MAST::GeomElem &elem) | MAST::StressStrainOutputBase | virtual |
n_boundary_stress_strain_data_for_elem(const GeomElem &e) const | MAST::StressStrainOutputBase | |
n_stress_strain_data_for_elem(const MAST::GeomElem &e) const | MAST::StressStrainOutputBase | |
output_derivative_for_elem(RealVectorX &dq_dX) | MAST::StressStrainOutputBase | virtual |
output_for_elem() | MAST::StressStrainOutputBase | inlinevirtual |
output_sensitivity_for_elem(const MAST::FunctionBase &p) | MAST::StressStrainOutputBase | virtual |
output_sensitivity_total(const MAST::FunctionBase &p) | MAST::StressStrainOutputBase | virtual |
output_total() | MAST::StressStrainOutputBase | virtual |
OutputAssemblyElemOperations() | MAST::OutputAssemblyElemOperations | |
primal_data_initialized() const | MAST::StressStrainOutputBase | inline |
set_aggregation_coefficients(Real p1, Real p2, Real rho, Real sigma0) | MAST::StressStrainOutputBase | inline |
set_assembly(MAST::AssemblyBase &assembly) | MAST::AssemblyElemOperations | virtual |
set_discipline_and_system(MAST::PhysicsDisciplineBase &discipline, MAST::SystemInitialization &system) | MAST::AssemblyElemOperations | virtual |
set_elem_acceleration(const RealVectorX &accel) | MAST::AssemblyElemOperations | virtual |
set_elem_acceleration_sensitivity(const RealVectorX &accel) | MAST::AssemblyElemOperations | virtual |
set_elem_data(unsigned int dim, const libMesh::Elem &ref_elem, MAST::GeomElem &elem) const | MAST::StressStrainOutputBase | virtual |
set_elem_perturbed_acceleration(const RealVectorX &accel) | MAST::AssemblyElemOperations | virtual |
set_elem_perturbed_solution(const RealVectorX &sol) | MAST::AssemblyElemOperations | virtual |
set_elem_perturbed_velocity(const RealVectorX &vel) | MAST::AssemblyElemOperations | virtual |
set_elem_solution(const RealVectorX &sol) | MAST::AssemblyElemOperations | virtual |
set_elem_solution_sensitivity(const RealVectorX &sol) | MAST::AssemblyElemOperations | virtual |
set_elem_velocity(const RealVectorX &vel) | MAST::AssemblyElemOperations | virtual |
set_elem_velocity_sensitivity(const RealVectorX &vel) | MAST::AssemblyElemOperations | virtual |
set_participating_boundaries(const std::set< libMesh::boundary_id_type > &bids) | MAST::OutputAssemblyElemOperations | |
set_participating_elements(const std::set< const libMesh::Elem * > &elems) | MAST::OutputAssemblyElemOperations | |
set_participating_elements_to_all() | MAST::OutputAssemblyElemOperations | |
set_participating_subdomains(const std::set< libMesh::subdomain_id_type > &sids) | MAST::OutputAssemblyElemOperations | |
set_stress_plot_mode(bool f) | MAST::StressStrainOutputBase | inline |
SmoothRampStressStrainOutput() | MAST::SmoothRampStressStrainOutput | |
stress_plot_mode() const | MAST::StressStrainOutputBase | inline |
StressStrainOutputBase() | MAST::StressStrainOutputBase | |
zero_for_analysis() | MAST::StressStrainOutputBase | virtual |
zero_for_sensitivity() | MAST::StressStrainOutputBase | virtual |
~AssemblyElemOperations() | MAST::AssemblyElemOperations | virtual |
~OutputAssemblyElemOperations() | MAST::OutputAssemblyElemOperations | virtual |
~SmoothRampStressStrainOutput() | MAST::SmoothRampStressStrainOutput | virtual |
~StressStrainOutputBase() | MAST::StressStrainOutputBase | virtual |