blob: 3440f0bed28363237f3b526e4fd15f21b610bb5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
The initial python wrapped version. This has the main capability of allowing specification of the
input parameters (i.e. the input file) in python, passing that into amrex and then running the time steps.
It also includes pgroups that can be used with Warp species.
To build it, run "make" in the Python directory. This will compile the code and install the wrapper in the
Python site-packages directory.
There is a python script langmuir.py in tests/Langmuir which can run it.
|