Module for datatypes and routines related to penalization procedures.
Datatype collects all volumetric penalization information.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | private | :: | isActive | = | .false. | Logical indicating if this datatype is filled with valueable data. | |
| real(kind=rk), | private, | allocatable | :: | penalization_data(:,:,:) | 
Routine to init container for penalization data.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(treelmesh_type), | intent(in) | :: | tree | Mesh data in treelmesh format. | ||
| type(atl_penalizationData_type), | intent(inout) | :: | penalizationdata_list(tree%global%minlevel:tree%global%maxlevel) | The penalization data to be initialized. | ||
| type(atl_scheme_type), | intent(in) | :: | scheme_list(tree%global%minlevel:tree%global%maxlevel) | The list of schemes. One for each level. | ||
| type(atl_Equations_type), | intent(inout) | :: | equation | The equation to be solved. | ||
| type(atl_cube_elem_type), | intent(in) | :: | mesh_list(tree%global%minlevel:tree%global%maxlevel) | The mesh description for each level |