Skip to content
Snippets Groups Projects
Commit 09322b15 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

We always use TNNMG

parent ac8afc68
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ int main(int argc, char *argv[]) {
std::cout.flush();
}
if (parset.get<bool>("solver.tnnmg.use")) {
{
assemble_neumann<GridType, GridView, SmallVector, P1Basis>(
leafView, p1Basis, neumannNodes, b4,
functions.get("neumannCondition"), h * run);
......
......@@ -24,7 +24,6 @@ nu = 0.3 # Needs to be strictly below 0.5; the closer we get, the
tolerance = 1e-14
[solver.tnnmg]
use = true
maxiterations = 1000000
fixed_point_iterations = 20
fixed_point_tolerance = 1e-14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment