simple.py script¶
Solve partial differential equations given in a SfePy problem definition file.
Example problem definition files can be found in examples/
directory of the
SfePy top-level directory. This script works with all the examples except those
in examples/standalone/
.
Both normal and parametric study runs are supported. A parametric study allows
repeated runs for varying some of the simulation parameters - see
examples/diffusion/poisson_parametric_study.py
file.