.gitignore
.gitlab-ci.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/bamboost_icon.png
assets/icon.svg
assets/icon_square.png
bamboost/__init__.py
bamboost/_config.py
bamboost/_example_config.toml
bamboost/_sqlite_database.py
bamboost/_version.py
bamboost/index.py
bamboost/manager.py
bamboost/simulation.py
bamboost/simulation_writer.py
bamboost/xdmf.py
bamboost.egg-info/PKG-INFO
bamboost.egg-info/SOURCES.txt
bamboost.egg-info/dependency_links.txt
bamboost.egg-info/entry_points.txt
bamboost.egg-info/requires.txt
bamboost.egg-info/top_level.txt
bamboost/accessors/__init__.py
bamboost/accessors/fielddata.py
bamboost/accessors/globals.py
bamboost/accessors/meshes.py
bamboost/common/__init__.py
bamboost/common/_mock_mpi.py
bamboost/common/file_handler.py
bamboost/common/git_utility.py
bamboost/common/hdf_pointer.py
bamboost/common/mpi.py
bamboost/common/utilities.py
bamboost/extensions/__init__.py
bamboost/extensions/fenics.py
bamboost/extensions/remote_manager.py
bamboost/extensions/slurm.py
bamboost/extensions/use_locking.py
bamboost/html/hdf5_group.html
bamboost/html/icon.png
bamboost/html/icon.txt
bamboost/html/manager.html
bamboost/html/simulation.html
cli/__init__.py
cli/main.py
examples/example_script.py
examples/manager_example.ipynb
examples/tutorial/basics.ipynb
examples/tutorial/lattice_model.py
examples/tutorial/parametric_study.ipynb
examples/tutorial/assets/data_architecture.excalidraw.png
examples/tutorial/assets/data_architecture.png
examples/tutorial/completed_tutorials/basics_completed.ipynb
examples/tutorial/completed_tutorials/parametric_study_completed.ipynb
tests/conftest.py
tests/test_index.py
tests/test_manager.py
tests/test_reader.py
tests/test_writer.py
tests/paralellization/README.md
tests/paralellization/test_write.ipynb
tests/paralellization/test_big_array/create_test_sims.py
tests/paralellization/test_big_array/run.sh
tests/paralellization/test_big_array/script.py
tests/paralellization/test_steps/create_test_sims.py
tests/paralellization/test_steps/run.sh
tests/paralellization/test_steps/script.py