Skip to content
Snippets Groups Projects
Commit ba01b590 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

Setting the linear fit solver to time evolution for kperp scan benchmark

parent eefce5fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
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