|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Checkpoint-based state recovery for adjoint runs.
Data Types | |
| type | state_recover_checkpoint_t |
Functions/Subroutines | |
| subroutine | checkpoint_init_from_json (this, neko_case, params) |
| Save the current state of the simulation in a linear fashion. | |
| subroutine state_recover_checkpoint::checkpoint_init_from_json | ( | class(state_recover_checkpoint_t), intent(inout) | this, |
| class(case_t), intent(inout), target | neko_case, | ||
| type(json_file), intent(inout) | params | ||
| ) |
Restore the forward simulation state in a linear fashion Initialization
| [in,out] | this | Checkpointing implementation. |
| [in,out] | neko_case | Case data structure. |
| [in,out] | params | JSON parameters. |
Definition at line 140 of file checkpoint.f90.