
Contains module procedures associated with the grid class
Getter for xGrid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Getter for vGrid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Getter for maxL
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Getter for maxM
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Return total number of resolved harmonic on grid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Return number of x points on grid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Return number of v points on grid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Getter for lGrid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Getter for mGrid
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Getter for imaginaryHarmonic
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this |
Return index of harmonic l,m, (if im=true returns the imaginary component)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | l | |||
| integer(kind=ik), | intent(in) | :: | m | |||
| logical, | intent(in) | :: | im |
Return l number for given harmonic index
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | ind |
Return m number for given harmonic index
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | ind |
Return true if harmonic with given index is imaginary
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(in) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | ind |
Grid initialization routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Grid), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | x |
Positions of x-grid cell centres |
|
| real(kind=rk), | intent(in), | dimension(:) | :: | v |
Positions of v-grid cell centres |
|
| integer(kind=ik), | intent(in) | :: | maxL |
Highest resolved l-harmonic |
||
| integer(kind=ik), | intent(in) | :: | maxM |
Highest resolved m-harmonic |