$extrastylesheet
libMesh::ExactSolution Member List
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_systemslibMesh::ExactSolution [private]
_equation_systems_finelibMesh::ExactSolution [private]
_errorslibMesh::ExactSolution [private]
_exact_derivslibMesh::ExactSolution [private]
_exact_hessianslibMesh::ExactSolution [private]
_exact_valueslibMesh::ExactSolution [private]
_extra_orderlibMesh::ExactSolution [private]
attach_exact_deriv(unsigned int sys_num, FunctionBase< Gradient > *g)libMesh::ExactSolution
attach_exact_deriv(Gradient gptr(const Point &p, const Parameters &parameters, const std::string &sys_name, const std::string &unknown_name))libMesh::ExactSolution
attach_exact_derivs(std::vector< FunctionBase< Gradient > * > g)libMesh::ExactSolution
attach_exact_hessian(unsigned int sys_num, FunctionBase< Tensor > *h)libMesh::ExactSolution
attach_exact_hessian(Tensor hptr(const Point &p, const Parameters &parameters, const std::string &sys_name, const std::string &unknown_name))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(Number fptr(const Point &p, const Parameters &Parameters, const std::string &sys_name, const std::string &unknown_name))libMesh::ExactSolution
attach_exact_values(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]
extra_quadrature_order(const int extraorder)libMesh::ExactSolution [inline]
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
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
SystemErrorMap typedeflibMesh::ExactSolution [private]
~ExactSolution()libMesh::ExactSolution