Compute the convection and diffusion for the given field in the given direction. Halo exchange for the given field is necessary When sync is true, halo exchange of momentum is necessary
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(omp_backend_t) | :: | self | ||||
class(field_t), | intent(inout) | :: | dspec | |||
class(field_t), | intent(in) | :: | uvw | |||
class(field_t), | intent(in) | :: | spec | |||
real(kind=dp), | intent(in) | :: | nu | |||
type(dirps_t), | intent(in) | :: | dirps | |||
logical, | intent(in) | :: | sync |