| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | ng |
Number of cells in a given direction of the grid |
|||
| integer, | public | :: | p_ind(2) |
Minimum and maximum cell number of the grid |
|||
| real(kind=dp), | public | :: | gmin |
Value of the corresponding axis at the minimum cell |
|||
| real(kind=dp), | public | :: | gmax |
Value of the corresponding axis at the maximum cell |
|||
| integer, | public | :: | min_cell |
Initial cell of the grid in absolute units (i.e. respect to the total grid) |
|||
| integer, | public | :: | max_cell |
Final cell of the grid in absolute units (i.e. respect to the total grid) |