* that requires the computation of a gradient, then the provided
* function is automatically projected along the curve, and the
* difference is only computed on the tangential part of the
- * gradient, since no information is available on the normal
+ * gradient, since no information is available on the normal
* component of the gradient anyway.
* </ul>
*
* domain for all vector
* components uniformly. Note that
* one often wants to compute the
- * error in only one component of
+ * error in only one component of
* a solution vector (e.g. for the
* pressure in the Stokes system,
* when the solution vector also
* point_difference() function.
*/
template <int dim, class InVector, int spacedim>
-
void
point_value (const DoFHandler<dim,spacedim> &dof,
const InVector &fe_function,
* "step-3".
*/
template <int dim, class InVector, int spacedim>
-
double
point_value (const DoFHandler<dim,spacedim> &dof,
const InVector &fe_function,
* mapping to evaluate the difference.
*/
template <int dim, class InVector, int spacedim>
-
void
point_value (const Mapping<dim, spacedim> &mapping,
const DoFHandler<dim,spacedim> &dof,
* mapping to evaluate the difference.
*/
template <int dim, class InVector, int spacedim>
-
double
point_value (const Mapping<dim,spacedim> &mapping,
const DoFHandler<dim,spacedim> &dof,