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

minor documentation improvements

[[Imported from SVN: r7898]]
parent 19ff44ef
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
#include <vector>
#include <dune/common/fvector.hh>
#include <dune/common/geometrytype.hh>
#include <dune/gfe/averagedistanceassembler.hh>
#include <dune/gfe/targetspacertrsolver.hh>
......@@ -18,6 +17,7 @@
\tparam dim Dimension of the reference element
\tparam ctype Type used for coordinates on the reference element
\tparam LocalFiniteElement A Lagrangian finite element whose shape functions define the interpolation weights
\tparam TargetSpace The manifold that the function takes its values in
*/
template <int dim, class ctype, class LocalFiniteElement, class TargetSpace>
......@@ -31,8 +31,9 @@ class LocalGeodesicFEFunction
public:
/** \brief Constructor
\param type Type of the reference element
/** \brief Constructor
* \param localFiniteElement A Lagrangian finite element that provides the interpolation points
* \param coefficients Values of the function at the Lagrange points
*/
LocalGeodesicFEFunction(const LocalFiniteElement& localFiniteElement,
const std::vector<TargetSpace>& coefficients)
......
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