20 #ifndef LIBMESH_KELLY_ERROR_ESTIMATOR_H 21 #define LIBMESH_KELLY_ERROR_ESTIMATOR_H 89 const std::string & var_name));
119 std::pair<bool,Real> (* _bc_function) (
const System & system,
121 const std::string & var_name);
127 #endif // LIBMESH_KELLY_ERROR_ESTIMATOR_H void attach_flux_bc_function(std::pair< bool, Real > fptr(const System &system, const Point &p, const std::string &var_name))
virtual ~KellyErrorEstimator()=default
virtual void init_context(FEMContext &c) override
KellyErrorEstimator & operator=(const KellyErrorEstimator &)=delete
virtual void internal_side_integration() override
Manages consistently variables, degrees of freedom, and coefficient vectors.
virtual bool boundary_side_integration() override
A geometric point in (x,y,z) space.
virtual ErrorEstimatorType type() const override