Skip to content
Snippets Groups Projects
Commit 6eefabc2 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[NL] added a remark

parent 9b898c65
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,12 @@ public:
* \remark
* This method is needed in particular to fully implement the
* interaction of the CrankNicolson scheme with other classes.
*
* \attention
* This method must be called (if it is called) from within
* TimeDiscretization::pushState() \b after the internal state of
* the TimeDiscretization has been set to the new solution.
* Otherwise the pushMatrices() method of MatrixTranslator's will break!
*/
virtual void pushMatrices() const = 0;
};
......
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