festim-dev / festim-dev/FESTIM
Export initial condition to VTX
Open
enhancement
fenicsx
- Dominant language
- Python
- Stars
- 135
- Forks
- 45
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 14
Description
It may be useful to streamline initial condition export for users.
I would like maybe something like this
```python
my_model.initialise()
my_model.export_initial_condition(species=H, filename="initial_condition_H.bp")
my_model.run()
```
What do you think @jhdark ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.