Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
plkinon committed Nov 30, 2022
1 parent 0914ed5 commit 0874f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/single_analysis_double4bar_linkage.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

%% Integrator
% Name of routine in /classes/Integrator
INTEGRATOR = 'GGL_VI_mod';
INTEGRATOR = 'GGL_VI_mod_visc';
% Parameters of the method
INT_PARA = [NaN, NaN];
% time step size
Expand Down
2 changes: 1 addition & 1 deletion start_metis_single_analysis.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
% Add all subdirectories and to the current path
addpath(genpath(fileparts(which(mfilename))));
% Metis creates objects from input-file
[simulation, system, integrator, solver] = Metis('input/single_analysis_rigid_body_moving', 1, 1);
[simulation, system, integrator, solver] = Metis('input/single_analysis_double4bar_linkage', 1, 1);

%% METIS solver
% Solve system with chosen solver and integration scheme
Expand Down

0 comments on commit 0874f8e

Please sign in to comment.