Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Sensitivity module. This module contains the sensitivity computation of the topology optimization.
Data Types | |
type | sensitivity_t |
Functions/Subroutines | |
subroutine | sensitivity_init (this, json, neko_case) |
Actual constructor. | |
subroutine | sensitivity_free (this) |
Destructor. | |
subroutine | update_sensitivity (this, t, tstep) |
Compute the sensitivities field. | |
subroutine | compute_sensitivity (this) |
Compute the sensitivity of our topology optimization. | |
|
private |
|
private |
Definition at line 56 of file sensitivity.f90.
subroutine sensitivity::sensitivity_init | ( | class(sensitivity_t), intent(inout) | this, |
class(json_file), intent(inout) | json, | ||
class(case_t), intent(inout) | neko_case | ||
) |
Definition at line 39 of file sensitivity.f90.
|
private |
t | The time value. |
tstep | The current time-step |
Definition at line 64 of file sensitivity.f90.