Skip to content
Snippets Groups Projects
Commit 1d16ac8a authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Add some doxygen documentation

parent 149db8d6
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@
/** \brief Local Robin boundary assembler
*
* \tparam GridType The grid we are assembling for
* \tparam The trial local finite element type
* \tparam The ansatz local finite element type
* \tparam The function for evaluating the coefficient
* \tparam T Type used for the set of dofs at one node
*/
template <class GridType, class BoundaryPatchType, class TrialLocalFE, class AnsatzLocalFE, class Function, class T=Dune::FieldMatrix<typename GridType::ctype,1,1>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment