Skip to content
Snippets Groups Projects
Commit 817cf7ce authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

More strict operator splitting tolerace

parent f5f1d355
No related branches found
No related tags found
1 merge request!1Use pdelab dynamic power grid function space
......@@ -402,7 +402,7 @@ ModelMultiDomainDiffusionReaction<Grid, FEMorder, OrderingTag>::step()
}
}
op_iter++;
} while (max_error >= 1e-9 and _states.size() > 1);
} while (max_error >= 1e-14 and _states.size() > 1);
// TODO: integrate each component and calculate error after iteration
......
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