
Contains module procedures associated with the LinExtrapolation class
Linear extrapolation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LinExtrapolation), | intent(in) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | input |
Initialization routine for LinExtrapolation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LinExtrapolation), | intent(inout) | :: | this | |||
| type(Partition), | intent(in) | :: | partObj | |||
| type(Grid), | intent(in) | :: | gridObj | |||
| integer(kind=ik), | intent(in) | :: | numProc | |||
| integer(kind=ik), | intent(in) | :: | haloWidth | |||
| type(Geometry), | intent(in) | :: | geometryObj | |||
| logical, | intent(in) | :: | leftBoundary | |||
| logical, | intent(in) | :: | staggeredVars |