Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | f1 | regardless of what has been passed into the function here, we assume these start at 1 |
|
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | f2 | regardless of what has been passed into the function here, we assume these start at 1 |
|
real(kind=wp), | intent(in), | dimension(:,:,:) | :: | f3 | regardless of what has been passed into the function here, we assume these start at 1 |
|
type(curvmesh), | intent(in) | :: | x | |||
integer, | intent(in) | :: | lbnd1 | |||
integer, | intent(in) | :: | ubnd1 | |||
integer, | intent(in) | :: | lbnd2 | |||
integer, | intent(in) | :: | ubnd2 | |||
integer, | intent(in) | :: | lbnd3 | |||
integer, | intent(in) | :: | ubnd3 |