virtual void assemble (const Equation<dim> &equation,
const Quadrature<dim> &q,
const FiniteElement<dim> &fe,
- const UpdateFlags &update_flags,
+ const UpdateFlags update_flags,
const DirichletBC &dirichlet_bc = DirichletBC(),
const Boundary<dim> &boundary = StraightBoundary<dim>());
--- /dev/null
+/*---------------------------- error-estimator.h ---------------------------*/
+/* $Id$ */
+#ifndef __error-estimator_H
+#define __error-estimator_H
+/*---------------------------- error-estimator.h ---------------------------*/
+
+
+template <int dim>
+class KellyErrorEstimator {
+ public:
+ void estimate_error (const DoFHandler<dim> &dof,
+ const dVector &solution,
+ const dVector &error) const;
+};
+
+
+
+/*---------------------------- error-estimator.h ---------------------------*/
+/* end of #ifndef __error-estimator_H */
+#endif
+/*---------------------------- error-estimator.h ---------------------------*/
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams