_discipline | MAST::AssemblyBase | protected |
_elem_ops | MAST::AssemblyBase | protected |
_first_iter_res_l2_norm | MAST::NonlinearImplicitAssembly | protected |
_param_dependence | MAST::AssemblyBase | protected |
_post_assembly | MAST::NonlinearImplicitAssembly | protected |
_res_l2_norm | MAST::NonlinearImplicitAssembly | protected |
_sol_function | MAST::AssemblyBase | protected |
_solver_monitor | MAST::AssemblyBase | protected |
_system | MAST::AssemblyBase | protected |
AssemblyBase() | MAST::AssemblyBase | |
attach_elem_parameter_dependence_object(MAST::AssemblyBase::ElemParameterDependence &dep) | MAST::AssemblyBase | |
attach_solution_function(MAST::MeshFieldFunction &f) | MAST::AssemblyBase | |
build_localized_vector(const libMesh::System &sys, const libMesh::NumericVector< Real > &global) const | MAST::AssemblyBase | |
calculate_output(const libMesh::NumericVector< Real > &X, MAST::OutputAssemblyElemOperations &output) | MAST::AssemblyBase | virtual |
calculate_output_adjoint_sensitivity(const libMesh::NumericVector< Real > &X, const libMesh::NumericVector< Real > &dq_dX, const MAST::FunctionBase &p, MAST::AssemblyElemOperations &elem_ops, MAST::OutputAssemblyElemOperations &output, const bool include_partial_sens=true) | MAST::AssemblyBase | virtual |
calculate_output_derivative(const libMesh::NumericVector< Real > &X, MAST::OutputAssemblyElemOperations &output, libMesh::NumericVector< Real > &dq_dX) | MAST::AssemblyBase | virtual |
calculate_output_direct_sensitivity(const libMesh::NumericVector< Real > &X, const libMesh::NumericVector< Real > *dXdp, const MAST::FunctionBase &p, MAST::OutputAssemblyElemOperations &output) | MAST::AssemblyBase | virtual |
clear_discipline_and_system() | MAST::AssemblyBase | virtual |
clear_elem_operation_object() | MAST::AssemblyBase | virtual |
clear_elem_parameter_dependence_object() | MAST::AssemblyBase | |
clear_solver_monitor() | MAST::AssemblyBase | |
close_matrix | MAST::AssemblyBase | |
detach_solution_function() | MAST::AssemblyBase | |
discipline() const | MAST::AssemblyBase | |
discipline() | MAST::AssemblyBase | |
first_iter_res_l2_norm() const | MAST::NonlinearImplicitAssembly | inline |
get_elem_ops() | MAST::AssemblyBase | |
get_solver_monitor() | MAST::AssemblyBase | |
linearized_jacobian_solution_product(const libMesh::NumericVector< Real > &X, const libMesh::NumericVector< Real > &dX, libMesh::NumericVector< Real > &JdX, libMesh::NonlinearImplicitSystem &S) | MAST::NonlinearImplicitAssembly | virtual |
NonlinearImplicitAssembly() | MAST::NonlinearImplicitAssembly | |
res_l2_norm() const | MAST::NonlinearImplicitAssembly | inline |
reset_residual_norm_history() | MAST::NonlinearImplicitAssembly | inline |
residual_and_jacobian(const libMesh::NumericVector< Real > &X, libMesh::NumericVector< Real > *R, libMesh::SparseMatrix< Real > *J, libMesh::NonlinearImplicitSystem &S) | MAST::NonlinearImplicitAssembly | virtual |
second_derivative_dot_solution_assembly(const libMesh::NumericVector< Real > &X, const libMesh::NumericVector< Real > &dX, libMesh::SparseMatrix< Real > &d_JdX_dX, libMesh::NonlinearImplicitSystem &S) | MAST::NonlinearImplicitAssembly | virtual |
sensitivity_assemble(const MAST::FunctionBase &f, libMesh::NumericVector< Real > &sensitivity_rhs) | MAST::NonlinearImplicitAssembly | virtual |
set_discipline_and_system(MAST::PhysicsDisciplineBase &discipline, MAST::SystemInitialization &system) | MAST::AssemblyBase | virtual |
set_elem_operation_object(MAST::AssemblyElemOperations &elem_ops) | MAST::AssemblyBase | virtual |
set_post_assembly_operation(MAST::NonlinearImplicitAssembly::PostAssemblyOperation &post) | MAST::NonlinearImplicitAssembly | |
set_solver_monitor(MAST::AssemblyBase::SolverMonitor &monitor) | MAST::AssemblyBase | |
system() const | MAST::AssemblyBase | |
system() | MAST::AssemblyBase | |
system_init() | MAST::AssemblyBase | |
~AssemblyBase() | MAST::AssemblyBase | virtual |
~NonlinearImplicitAssembly() | MAST::NonlinearImplicitAssembly | virtual |