libMesh
libMesh::ExactSolution Member List

This is the complete list of members for libMesh::ExactSolution, including all inherited members.

_check_inputs(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolutionprivate
_compute_error(std::string_view sys_name, std::string_view unknown_name, std::vector< Real > &error_vals)libMesh::ExactSolutionprivate
_equation_systemslibMesh::ExactSolutionprivate
_equation_systems_finelibMesh::ExactSolutionprivate
_errorslibMesh::ExactSolutionprivate
_exact_derivslibMesh::ExactSolutionprivate
_exact_hessianslibMesh::ExactSolutionprivate
_exact_valueslibMesh::ExactSolutionprivate
_excluded_subdomainslibMesh::ExactSolutionprivate
_extra_orderlibMesh::ExactSolutionprivate
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(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
error_norm(std::string_view sys_name, std::string_view unknown_name, const FEMNormType &norm)libMesh::ExactSolution
ExactSolution(const EquationSystems &es)libMesh::ExactSolutionexplicit
ExactSolution(const ExactSolution &)=deletelibMesh::ExactSolution
ExactSolution(ExactSolution &&)libMesh::ExactSolution
extra_quadrature_order(const int extraorder)libMesh::ExactSolutioninline
GradientFunctionPointer typedeflibMesh::ExactSolution
h1_error(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
h2_error(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
hcurl_error(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
hdiv_error(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
HessianFunctionPointer typedeflibMesh::ExactSolution
l1_error(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
l2_error(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
l_inf_error(std::string_view sys_name, std::string_view unknown_name)libMesh::ExactSolution
operator=(const ExactSolution &)=deletelibMesh::ExactSolution
operator=(ExactSolution &&)=deletelibMesh::ExactSolution
set_excluded_subdomains(const std::set< subdomain_id_type > &excluded)libMesh::ExactSolution
SystemErrorMap typedeflibMesh::ExactSolutionprivate
ValueFunctionPointer typedeflibMesh::ExactSolution
~ExactSolution()libMesh::ExactSolution