Skip to content
Snippets Groups Projects
Commit 99eada62 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Fix copy'n'paste errors in the documentation

parent 08c99523
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "localfestiffness.hh" #include "localfestiffness.hh"
/** \brief A global FE assembler for problems involving functions that map into non-Euclidean spaces /** \brief A global FE assembler for variational problems
*/ */
template <class Basis, class VectorType> template <class Basis, class VectorType>
class FEAssembler { class FEAssembler {
...@@ -45,8 +45,7 @@ public: ...@@ -45,8 +45,7 @@ public:
/** \brief Assemble the tangent stiffness matrix and the functional gradient together /** \brief Assemble the tangent stiffness matrix and the functional gradient together
* *
* This is more efficient than computing them separately, because you need the gradient * This may be more efficient than computing them separately
* anyway to compute the Riemannian Hessian.
*/ */
virtual void assembleGradientAndHessian(const VectorType& sol, virtual void assembleGradientAndHessian(const VectorType& sol,
Dune::BlockVector<Dune::FieldVector<double, blocksize> >& gradient, Dune::BlockVector<Dune::FieldVector<double, blocksize> >& gradient,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment