_dsol | MAST::MeshFieldFunction | protected |
_function | MAST::MeshFieldFunction | protected |
_functions | MAST::FunctionBase | protected |
_is_field_func | MAST::FunctionBase | protected |
_is_shape_parameter | MAST::FunctionBase | protected |
_is_topology_parameter | MAST::FunctionBase | protected |
_name | MAST::FunctionBase | protected |
_perturbed_function | MAST::MeshFieldFunction | protected |
_qp_sol | MAST::MeshFieldFunction | protected |
_sol | MAST::MeshFieldFunction | protected |
_sys | MAST::MeshFieldFunction | protected |
_use_qp_sol | MAST::MeshFieldFunction | protected |
clear() | MAST::MeshFieldFunction | |
clear_element_quadrature_point_solution() | MAST::MeshFieldFunction | virtual |
depends_on(const MAST::FunctionBase &f) const | MAST::FunctionBase | inlinevirtual |
derivative(const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, RealVectorX &v) const | MAST::MeshFieldFunction | virtual |
FieldFunction< RealVectorX >::derivative(const MAST::FunctionBase &f, RealVectorX &v) const | MAST::FieldFunction< RealVectorX > | inlinevirtual |
FieldFunction(const std::string &nm) | MAST::FieldFunction< RealVectorX > | inline |
FunctionBase(const std::string &nm, const bool is_field_func) | MAST::FunctionBase | |
FunctionBase(const MAST::FunctionBase &f) | MAST::FunctionBase | |
get_function() | MAST::MeshFieldFunction | inline |
get_perturbed_function() | MAST::MeshFieldFunction | inline |
gradient(const libMesh::Point &p, const Real t, RealMatrixX &g) const | MAST::MeshFieldFunction | virtual |
init(const libMesh::NumericVector< Real > &sol, const libMesh::NumericVector< Real > *dsol=nullptr) | MAST::MeshFieldFunction | |
is_shape_parameter() const | MAST::FunctionBase | inlinevirtual |
is_topology_parameter() const | MAST::FunctionBase | inlinevirtual |
MeshFieldFunction(MAST::SystemInitialization &sys, const std::string &nm) | MAST::MeshFieldFunction | |
MeshFieldFunction(libMesh::System &sys, const std::string &nm) | MAST::MeshFieldFunction | |
name() const | MAST::FunctionBase | inline |
operator()(const libMesh::Point &p, const Real t, RealVectorX &v) const | MAST::MeshFieldFunction | virtual |
FieldFunction< RealVectorX >::operator()(RealVectorX &v) const | MAST::FieldFunction< RealVectorX > | inlinevirtual |
perturbation(const libMesh::Point &p, const Real t, RealVectorX &v) const | MAST::MeshFieldFunction | virtual |
FieldFunction< RealVectorX >::perturbation(RealVectorX &v) const | MAST::FieldFunction< RealVectorX > | inlinevirtual |
set_as_shape_parameter(bool f) | MAST::FunctionBase | inlinevirtual |
set_as_topology_parameter(bool f) | MAST::FunctionBase | inlinevirtual |
set_element_quadrature_point_solution(RealVectorX &sol) | MAST::MeshFieldFunction | virtual |
~FunctionBase() | MAST::FunctionBase | inlinevirtual |
~MeshFieldFunction() | MAST::MeshFieldFunction | virtual |