Skip to content
Snippets Groups Projects
Commit bbee8fc0 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

minor doc improvements

[[Imported from SVN: r6211]]
parent c7947c56
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@
#include <dune/gfe/svd.hh>
/** \brief A geodesic function from the reference element to a manifold
/** \brief A function defined by simplicial geodesic interpolation
from the reference element to a Riemannian manifold.
\tparam dim Dimension of the reference element
\tparam ctype Type used for coordinates on the reference element
......@@ -37,7 +38,7 @@ public:
/** \brief Evaluate the derivative of the function */
Dune::FieldMatrix<ctype, EmbeddedTangentVector::size, dim> evaluateDerivative(const Dune::FieldVector<ctype, dim>& local);
/** \brief Evaluate the derivative of the function using a finite-difference approximation*/
/** \brief For debugging: Evaluate the derivative of the function using a finite-difference approximation*/
Dune::FieldMatrix<ctype, EmbeddedTangentVector::size, dim> evaluateDerivativeFD(const Dune::FieldVector<ctype, dim>& local);
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment