Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow restart from conditions in a prior simulation #13

Open
dbhart opened this issue Sep 7, 2024 · 0 comments
Open

Allow restart from conditions in a prior simulation #13

dbhart opened this issue Sep 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dbhart
Copy link
Collaborator

dbhart commented Sep 7, 2024

Sansmic should allow, particularly with HDF storage, the initialization of the simulation based on conditions and geometry from a previous simulation. This should be accomplished by using the results at the specified time to fill the arrays during the sansmic::Model::configure call. This will require changes to the C++ module:

  1. Ability to modify certain arrays from the python code that are not currently exposed through the pybind11 module.
  2. Verification that all results needed to restart the simulation are contained in the Results objects.
@dbhart dbhart added the enhancement New feature or request label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant