https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: e9dd0bea5a4467113f2e57fb4c2431da8e83c2ee authored by Lorenzo Pattelli on 23 May 2020, 18:28:30 UTC
graphical_output: ensure that all plots are shown on show_plots=True
Tip revision: e9dd0be
run_smuthi.rst
Running a simulation
======================
We strongly recommend to run Smuthi from a Python script. This option is most flexible regarding how to run and evaluate the simulations.

For legacy reasons, there is also a second (deprecated) possibility, which is to 
:doc:`run Smuthi directly from the command line <call_from_command_line>`
with an input file. 
You can try that option if no Python installation is available. However, the input file parser is currently not maintained 
and running Smuthi with input files does thus not allow the full range of Smuthi functionality.




Python scripting (recommended)
-----------------------------
In the :doc:`examples <examples>` section you can find a number of example 
scripts that illustrate the use of Smuthi. Edit and run these scripts to get a 
quick start.

For furhter details, the :doc:`API section <smuthi_api>` contains a description
of all of Smuthi's modules, classes and functions.

back to top