Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Public Member Functions | |
subroutine | adjoint_init_from_json (this, neko_case) |
subroutine | adjoint_init_from_attributes (this, neko_case, tol, have_scalar) |
Definition at line 80 of file adjoint_case.f90.
subroutine adjoint_case::adjoint_init::adjoint_init_from_attributes | ( | class(adjoint_case_t), intent(inout) | this, |
class(case_t), intent(inout), target | neko_case, | ||
real(kind=rp), intent(in) | tol, | ||
logical | have_scalar | ||
) |
Definition at line 107 of file adjoint_case.f90.
subroutine adjoint_case::adjoint_init::adjoint_init_from_json | ( | class(adjoint_case_t), intent(inout) | this, |
type(case_t), intent(inout), target | neko_case | ||
) |
Definition at line 87 of file adjoint_case.f90.