Framework for Scientific Simulations
Project description
Simframe
Framework for scientific simulations
Simframe
is a Python framework to facilitate scientific simulations. The scope of the software is to provide a framework which can hold data fields, which can be used to integrate differential equations, and which can read and write data files.
Data fields are stored in modified numpy.ndarray
s. Therefore, Simframe
can only work with data, that can be stored in NumPy
arrays.
Installation
pip install simframe
Documentation
https://simframe.readthedocs.io/
- Simple Integration
- Advanced Integration
- Updating Groups and Fields
- Custom Integration Schemes
- Adaptive Integration Schemes
- Implicit Integration
- Coupled Oscillators
Contributing
To contribute to the software, please read the contribution guidelines.
Ackowledgements
simframe
has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme under grant agreement No 714769.
simframe
was developed at the University Observatory of the Ludwig Maximilian University of Munich.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.