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;