Abstract base type for state recovery implementations.
More...
|
| procedure(state_recover_init), deferred, pass, public | init (this, neko_case, params) |
| |
| procedure(state_recover_free), deferred, pass, public | free (this) |
| |
| procedure(state_recover_reset), deferred, pass, public | reset (this) |
| |
| procedure(state_recover_restore), deferred, pass, public | restore (this, tstep) |
| |
| procedure, pass, public | get_n_timesteps (this) |
| | Get the number of states recorded by this recovery strategy.
|
| |
| procedure, pass, public | set_n_timesteps (this, n) |
| | Set the number of states recorded by this recovery strategy.
|
| |
Definition at line 54 of file state_recover.f90.
◆ free()
◆ get_n_timesteps()
◆ init()
◆ reset()
◆ restore()
◆ set_n_timesteps()
- Parameters
-
| [in,out] | this | State recovery instance. |
| [in] | n | Number of recorded states. |
Definition at line 68 of file state_recover.f90.
◆ n_timesteps
| integer state_recover::state_recover_t::n_timesteps = 0 |
◆ neko_case
The documentation for this type was generated from the following file: