Skip to content
Snippets Groups Projects
Commit 158108b8 authored by Laura Stengel's avatar Laura Stengel
Browse files

print also max gamma_f now

parent d337def0
No related branches found
No related tags found
1 merge request!260i..
......@@ -284,7 +284,7 @@ public:
/// Prints some information after every pressure step.
void PrintPressureIteration(const Vector &u) const;
void CalculateAndPrintMinGammaF() const;
void CalculateAndPrintMinMaxGammaF() const;
virtual std::pair<double, double> detF(const Vector &u) const { return {0.0, 0.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