From 92017d081cc5e3c162304be4af046b04797f1019 Mon Sep 17 00:00:00 2001 From: yannikschaelte Date: Sat, 24 Feb 2018 15:57:44 +0100 Subject: [PATCH] fixes #155 --- .../Pom1p_gradient_formation/Models/Pom1p_NLIC_syms.m | 8 ++++---- .../Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_eq.m | 8 ++++---- .../Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ft.m | 8 ++++---- .../Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ht.m | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms.m b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms.m index 4698d27..ea9251b 100644 --- a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms.m +++ b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms.m @@ -3,15 +3,15 @@ %% CVODES OPTIONS % set the default absolute tolerance -model.atol = 1e-10; +% model.atol = 1e-10; % set the default relative tolerance -model.rtol = 1e-10; +% model.rtol = 1e-10; % set the default maximum number of integration steps -model.maxsteps = 1e4; +% model.maxsteps = 1e4; % set the parametrisation of the problem options are 'log', 'log10' and % 'lin' (default). model.param = 'lin'; -model.noadjoint = true; +% model.noadjoint = true; %% PDE discretization n_grid = 200; diff --git a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_eq.m b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_eq.m index ce2d916..2f69ee9 100644 --- a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_eq.m +++ b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_eq.m @@ -3,15 +3,15 @@ %% CVODES OPTIONS % set the default absolute tolerance -model.atol = 1e-10; +% model.atol = 1e-10; % set the default relative tolerance -model.rtol = 1e-10; +% model.rtol = 1e-10; % set the default maximum number of integration steps -model.maxsteps = 1e4; +% model.maxsteps = 1e4; % set the parametrisation of the problem options are 'log', 'log10' and % 'lin' (default). model.param = 'log10'; -model.noadjoint = true; +% model.noadjoint = true; %% PDE discretization n_grid = 200; diff --git a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ft.m b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ft.m index d129aad..29c77b7 100644 --- a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ft.m +++ b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ft.m @@ -3,15 +3,15 @@ %% CVODES OPTIONS % set the default absolute tolerance -model.atol = 1e-10; +% model.atol = 1e-10; % set the default relative tolerance -model.rtol = 1e-10; +% model.rtol = 1e-10; % set the default maximum number of integration steps -model.maxsteps = 1e4; +% model.maxsteps = 1e4; % set the parametrisation of the problem options are 'log', 'log10' and % 'lin' (default). model.param = 'log10'; -model.noadjoint = true; +% model.noadjoint = true; %% PDE discretization n_grid = 200; diff --git a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ht.m b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ht.m index 12249df..cac4040 100644 --- a/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ht.m +++ b/examples/Pom1p_gradient_formation/Models/Pom1p_NLIC_syms_ht.m @@ -3,15 +3,15 @@ %% CVODES OPTIONS % set the default absolute tolerance -model.atol = 1e-10; +% model.atol = 1e-10; % set the default relative tolerance -model.rtol = 1e-10; +% model.rtol = 1e-10; % set the default maximum number of integration steps -model.maxsteps = 1e4; +% model.maxsteps = 1e4; % set the parametrisation of the problem options are 'log', 'log10' and % 'lin' (default). model.param = 'log10'; -model.noadjoint = true; +% model.noadjoint = true; %% PDE discretization n_grid = 200;