https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: a5f7e9f97bd6ae2fa37f296de366c84e4c122aa7 authored by Krzysztof Czajkowski on 15 July 2020, 17:35:03 UTC
minor fixes
Tip revision: a5f7e9f
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