BoundaryInterp_Vector3D Subroutine

public subroutine BoundaryInterp_Vector3D(this)

Arguments

TypeIntentOptionalAttributesName
class(Vector3D), intent(inout) :: this

Contents


Source Code

  subroutine BoundaryInterp_Vector3D(this)
    implicit none
    class(Vector3D),intent(inout) :: this

    call BoundaryInterp_3D_gpu(this%interp%bMatrix_gpu,this%interior_gpu,this%boundary_gpu, &
                               this%interp%N,3*this%nvar,this%nelem)

  endsubroutine BoundaryInterp_Vector3D