Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CubedSphereDecomposition), | intent(in) | :: | decomp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CubedSphereDecomposition), | intent(in) | :: | decomp |
type :: CubedSphereDecomposition private integer, allocatable :: x_distribution(:) integer, allocatable :: y_distribution(:) contains procedure :: get_x_distribution procedure :: get_y_distribution end type CubedSphereDecomposition