Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | marker | ||||
logical, | public | :: | toBeDeleted | = | .false. | ||
character(len=STR_LEN_ZONE), | public | :: | Name | ||||
integer, | public | :: | no_of_faces | ||||
integer, | public, | allocatable | :: | faces(:) |
procedure, public :: Initialize => Zone_Initialize | |
procedure, public :: copy => Zone_Assign | |
generic, public :: assignment(=) => copy | |
procedure, public :: CreateFictitious => Zone_CreateFictitious |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | no_of_zones | |||
class(Zone_t), | intent(in) | :: | zones(no_of_zones) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Face), | target | :: | faces(:) | |||
class(Zone_t), | allocatable | :: | zones(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Face), | target | :: | faces(:) | |||
class(Zone_t) | :: | zones(:) |