Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Adjoint simulation driver.
Functions/Subroutines | |
subroutine, public | solve_adjoint (this) |
subroutine | simulation_settime (t, dt, ext_bdf, tlag, dtlag, step) |
subroutine, public | simulation_restart (c, t) |
Restart a case C from a given checkpoint. | |
subroutine | simulation_joblimit_chkp (c, t) |
Write a checkpoint at joblimit. | |
subroutine, public simulation_adjoint::simulation_restart | ( | type(case_t), intent(inout) | c, |
real(kind=rp), intent(inout) | t | ||
) |
Definition at line 208 of file simulation_adjoint.f90.
subroutine, public simulation_adjoint::solve_adjoint | ( | type(adjoint_case_t), intent(inout) | this | ) |
Call stats, samplers and user-init before time loop
Definition at line 56 of file simulation_adjoint.f90.