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

[md][cclocalassembler] fix docu

parent 4686bd74
No related branches found
No related tags found
1 merge request!1288Feature/md explicit assembler
...@@ -523,7 +523,7 @@ public: ...@@ -523,7 +523,7 @@ public:
/*! /*!
* \ingroup Assembly * \ingroup Assembly
* \ingroup CCDiscretization * \ingroup CCDiscretization
* \brief Cell-centered scheme local assembler using numeric differentiation and implicit time discretization * \brief Cell-centered scheme local assembler using analytic differentiation and implicit time discretization
*/ */
template<std::size_t id, class TypeTag, class Assembler> template<std::size_t id, class TypeTag, class Assembler>
class SubDomainCCLocalAssembler<id, TypeTag, Assembler, DiffMethod::analytic, /*implicit=*/true> class SubDomainCCLocalAssembler<id, TypeTag, Assembler, DiffMethod::analytic, /*implicit=*/true>
......
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