Skip to content
Snippets Groups Projects
Commit e0f87ed4 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Rosenbrock-method

parent 8a4a36e8
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ namespace AMDiS { ...@@ -84,7 +84,7 @@ namespace AMDiS {
void buildAfterCoarsen(AdaptInfo *adaptInfo, Flag flag, void buildAfterCoarsen(AdaptInfo *adaptInfo, Flag flag,
bool asmMatrix, bool asmVector); bool asmMatrix, bool asmVector);
void solve(AdaptInfo *adaptInfo, bool, bool); void solve(AdaptInfo *adaptInfo, bool a = true, bool b = false);
void setRosenbrockMethod(RosenbrockMethod *method) void setRosenbrockMethod(RosenbrockMethod *method)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment