20 #ifndef LIBMESH_UNIFORM_REFINEMENT_ESTIMATOR_H 21 #define LIBMESH_UNIFORM_REFINEMENT_ESTIMATOR_H 31 #ifdef LIBMESH_ENABLE_AMR 83 bool estimate_parent_error =
false)
override;
94 const std::map<const System *, SystemNorm> & error_norms,
96 bool estimate_parent_error =
false)
override;
109 bool estimate_parent_error =
false)
override;
131 std::map<std::pair<const System *, unsigned int>,
ErrorVector *> * errors_per_cell,
132 const std::map<const System *, SystemNorm > * error_norms,
134 bool estimate_parent_error =
false);
139 #endif // #ifdef LIBMESH_ENABLE_AMR 141 #endif // LIBMESH_UNIFORM_REFINEMENT_ESTIMATOR_H
Manages multiples systems of equations.
Manages consistently variables, degrees of freedom, and coefficient vectors.
std::map< std::pair< const System *, unsigned int >, ErrorVector * > ErrorMap