You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Ability to modify certain arrays from the python code that are not currently exposed through the pybind11 module.
Verification that all results needed to restart the simulation are contained in the Results objects.
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: