Skip to content
Snippets Groups Projects
Commit 4389527a authored by Mario Ohlberger's avatar Mario Ohlberger
Browse files

short doc added

[[Imported from SVN: r2949]]
parent d122fe16
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ namespace Dune {
*/
/** @defgroup Function Function
\ingroup FunctionCommon
@ingroup FunctionCommon
@{
*/
......@@ -22,9 +22,18 @@ namespace Dune {
typedef int deriType;
/** \brief Class representing a function
/** @brief Class representing a function
* \todo Please doc me!
*/
/*! Abstract class representing a function
Template parameters are:
- FunctionSpaceImp type of the function space where the function
belongs to.
- FunctionImp type of the implemented function
*/
template< class FunctionSpaceImp, class FunctionImp>
class Function :
public Mapping < typename FunctionSpaceImp::DomainFieldType,
......
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