Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
state_recover_checkpoint Module Reference

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.
 

Function/Subroutine Documentation

◆ checkpoint_init_from_json()

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

Parameters
[in,out]thisCheckpointing implementation.
[in,out]neko_caseCase data structure.
[in,out]paramsJSON parameters.

Definition at line 140 of file checkpoint.f90.