Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Data Types | |
type | adjoint_case_t |
Adjoint case type. Todo: This should Ideally be a subclass of case_t, however, that is not yet suppoerted by Neko. More... | |
interface | adjoint_init |
Functions/Subroutines | |
subroutine | adjoint_init_from_json (this, neko_case) |
subroutine | adjoint_init_from_attributes (this, neko_case, tol) |
subroutine | adjoint_case_init_common (this, neko_case) |
Initialize a neko_case from its (loaded) params object. | |
subroutine, public | adjoint_free (this) |
|
private |
Definition at line 106 of file adjoint_case.f90.
subroutine, public adjoint_case::adjoint_free | ( | class(adjoint_case_t), intent(inout) | this | ) |
|
private |
Definition at line 75 of file adjoint_case.f90.