calcVelAndPGradFunc Interface

interface
public subroutine calcVelAndPGradFunc(coord, scheme, grad_p, curl_u, err, posOfCoord)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: coord(4)
type(mus_scheme_type), intent(in) :: scheme
real(kind=rk), intent(out) :: grad_p(3)
real(kind=rk), intent(out) :: curl_u(3)
logical, intent(out) :: err
integer, intent(in), optional :: posOfCoord