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.
pip install simframe
https://simframe.readthedocs.io/
- 1. Simple Integration
- 2. Advanced Integration
- 3. Updating Groups and Fields
- 4. Custom Integration Schemes
- 5. Adaptive Integration Schemes
- 6. Implicit Integration
- Example: Coupled Oscillators
- Example: Double Pendulum
- Example: Compartmental Models
- Example: N-body Problem
- A. Citation
- B. Contributing/Bugs/Features
- C. Changelog
- Module Reference
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.