This is the complete list of members for libMesh::ExactSolution, including all inherited members.
_check_inputs(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | private |
_compute_error(const std::string &sys_name, const std::string &unknown_name, std::vector< Real > &error_vals) | libMesh::ExactSolution | private |
_equation_systems | libMesh::ExactSolution | private |
_equation_systems_fine | libMesh::ExactSolution | private |
_errors | libMesh::ExactSolution | private |
_exact_derivs | libMesh::ExactSolution | private |
_exact_hessians | libMesh::ExactSolution | private |
_exact_values | libMesh::ExactSolution | private |
_extra_order | libMesh::ExactSolution | private |
attach_exact_deriv(unsigned int sys_num, FunctionBase< Gradient > *g) | libMesh::ExactSolution | |
attach_exact_deriv(GradientFunctionPointer gptr) | libMesh::ExactSolution | |
attach_exact_derivs(const std::vector< FunctionBase< Gradient > *> &g) | libMesh::ExactSolution | |
attach_exact_hessian(unsigned int sys_num, FunctionBase< Tensor > *h) | libMesh::ExactSolution | |
attach_exact_hessian(HessianFunctionPointer hptr) | libMesh::ExactSolution | |
attach_exact_hessians(std::vector< FunctionBase< Tensor > *> h) | libMesh::ExactSolution | |
attach_exact_value(unsigned int sys_num, FunctionBase< Number > *f) | libMesh::ExactSolution | |
attach_exact_value(ValueFunctionPointer fptr) | libMesh::ExactSolution | |
attach_exact_values(const std::vector< FunctionBase< Number > *> &f) | libMesh::ExactSolution | |
attach_reference_solution(const EquationSystems *es_fine) | libMesh::ExactSolution | |
compute_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
error_norm(const std::string &sys_name, const std::string &unknown_name, const FEMNormType &norm) | libMesh::ExactSolution | |
ExactSolution(const EquationSystems &es) | libMesh::ExactSolution | explicit |
ExactSolution(const ExactSolution &)=delete | libMesh::ExactSolution | |
ExactSolution(ExactSolution &&) | libMesh::ExactSolution | |
extra_quadrature_order(const int extraorder) | libMesh::ExactSolution | inline |
GradientFunctionPointer typedef | libMesh::ExactSolution | |
h1_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
h2_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
hcurl_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
hdiv_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
HessianFunctionPointer typedef | libMesh::ExactSolution | |
l1_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
l2_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
l_inf_error(const std::string &sys_name, const std::string &unknown_name) | libMesh::ExactSolution | |
operator=(const ExactSolution &)=delete | libMesh::ExactSolution | |
operator=(ExactSolution &&)=delete | libMesh::ExactSolution | |
SystemErrorMap typedef | libMesh::ExactSolution | private |
ValueFunctionPointer typedef | libMesh::ExactSolution | |
~ExactSolution() | libMesh::ExactSolution |