Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
sensitivity.f90 File Reference

Sensitivity module. More...

Go to the source code of this file.

Data Types

type  sensitivity::sensitivity_t
 

Modules

module  sensitivity
 Sensitivity module. This module contains the sensitivity computation of the topology optimization.
 

Functions/Subroutines

subroutine sensitivity::sensitivity_init (this, json, neko_case)
 Actual constructor.
 
subroutine sensitivity::sensitivity_free (this)
 Destructor.
 
subroutine sensitivity::update_sensitivity (this, t, tstep)
 Compute the sensitivities field.
 
subroutine sensitivity::compute_sensitivity (this)
 Compute the sensitivity of our topology optimization.
 

Detailed Description

Todo:
This module should follow the templates of simulation components. This should make it easier to add new components to the code, whenever user components gets supported.

Definition in file sensitivity.f90.