Skip to content
Snippets Groups Projects
Commit 22232070 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

update bisection failure

parent 521f0f2a
No related branches found
No related tags found
No related merge requests found
...@@ -143,10 +143,14 @@ int disc_bisection_rooter(const int n, ...@@ -143,10 +143,14 @@ int disc_bisection_rooter(const int n,
constraints, constraints,
residual, residual,
&failure); &failure);
printf("CHECKNEAR %30.15e %30.15g eps %g\n", printf("CHECKNEAR %30.15e %30.15g eps %g nzones %u zone 0 type %d Rin %g Rout %g\n",
disc->Tvisc0, disc->Tvisc0,
disc_total_mass(disc), disc_total_mass(disc),
(disc_total_mass(disc) - disc->M)/disc->M (disc_total_mass(disc) - disc->M)/disc->M,
disc->n_thermal_zones,
disc->thermal_zones[0].type,
disc->Rin,
disc->Rout
); );
} }
......
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