Skip to content
Snippets Groups Projects
Commit 44051fd4 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[experimental][cclocalassembler] add missing docu

parent 4303801b
No related branches found
No related tags found
1 merge request!3608[experimental] Multistage assembler
...@@ -186,6 +186,7 @@ public: ...@@ -186,6 +186,7 @@ public:
* \brief An assembler for Jacobian and residual contribution per element (cell-centered methods) * \brief An assembler for Jacobian and residual contribution per element (cell-centered methods)
* \tparam TypeTag The TypeTag * \tparam TypeTag The TypeTag
* \tparam diffMethod The differentiation method to residual compute derivatives * \tparam diffMethod The differentiation method to residual compute derivatives
* \tparam Implementation The actual implementation via CRTP
*/ */
template<class TypeTag, class Assembler, DiffMethod diffMethod = DiffMethod::numeric, class Implementation = void> template<class TypeTag, class Assembler, DiffMethod diffMethod = DiffMethod::numeric, class Implementation = void>
class CCLocalAssembler; class CCLocalAssembler;
......
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