From 07a2d2e205560acf9e5130c78d0a2aacb007e403 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 5 Jan 2011 08:03:29 +0000 Subject: [PATCH] briefly document the method [[Imported from SVN: r6672]] --- dune/gfe/geodesicfefunctionadaptor.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dune/gfe/geodesicfefunctionadaptor.hh b/dune/gfe/geodesicfefunctionadaptor.hh index b9340a67..f1305bad 100644 --- a/dune/gfe/geodesicfefunctionadaptor.hh +++ b/dune/gfe/geodesicfefunctionadaptor.hh @@ -6,6 +6,8 @@ #include "localgeodesicfefunction.hh" +/** \brief Refine a grid globally and prolong a given geodesic finite element function + */ template <class GridType, class TargetSpace> void geodesicFEFunctionAdaptor(GridType& grid, std::vector<TargetSpace>& x) { -- GitLab