From ba01b590f3baf70494d7aac2b029ae9c4f426b82 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Tue, 7 Jul 2020 10:09:42 +0200 Subject: [PATCH] Setting the linear fit solver to time evolution for kperp scan benchmark --- matlab/MOLI_kperp_scan.m | 4 ++-- matlab/MOLI_time_solver.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/matlab/MOLI_kperp_scan.m b/matlab/MOLI_kperp_scan.m index 8ed91498..8697f988 100644 --- a/matlab/MOLI_kperp_scan.m +++ b/matlab/MOLI_kperp_scan.m @@ -22,10 +22,10 @@ options.GDI = 0; % First/second order options.MOLI = 1; % 1 -> Solve MOLI, 0 -> off % MOLI Solver -options.solver.solver = 2; +options.solver.solver = 3; % MOLI Linear Fit Solver -options.LinFitSolver = 0; +options.LinFitSolver = 2; %% Main parameter scan diff --git a/matlab/MOLI_time_solver.m b/matlab/MOLI_time_solver.m index 0bd7d118..0a13e249 100644 --- a/matlab/MOLI_time_solver.m +++ b/matlab/MOLI_time_solver.m @@ -25,7 +25,7 @@ options.MOLI = 1; % 1 -> Solve MOLI, 0 -> off options.solver.solver = 3; % MOLI Linear Fit Solver -options.LinFitSolver = 0; +options.LinFitSolver = 2; %% Main parameter scan -- GitLab