Skip to content
Snippets Groups Projects
Commit b5bf1b6b authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Dmitri Naumov
Browse files

[Num/ODE] add documentation

parent 9dc9ee10
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ public: ...@@ -36,6 +36,8 @@ public:
bool hasDeltaXCheck() const override { return true; } bool hasDeltaXCheck() const override { return true; }
bool hasResidualCheck() const override { return true; } bool hasResidualCheck() const override { return true; }
/// The function will only do diagnostic output and no actual check of the
/// solution increment is made
void checkDeltaX(const GlobalVector& minus_delta_x, void checkDeltaX(const GlobalVector& minus_delta_x,
GlobalVector const& x) override; GlobalVector const& x) override;
void checkResidual(const GlobalVector& residual) override; void checkResidual(const GlobalVector& residual) override;
......
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