BoundaryInterp_Scalar3D Subroutine

public subroutine BoundaryInterp_Scalar3D(this)

Arguments

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

Calls

proc~~boundaryinterp_scalar3d~~CallsGraph proc~boundaryinterp_scalar3d BoundaryInterp_Scalar3D interface~boundaryinterp_3d_gpu BoundaryInterp_3D_gpu proc~boundaryinterp_scalar3d->interface~boundaryinterp_3d_gpu

Contents


Source Code

  subroutine BoundaryInterp_Scalar3D(this)
    implicit none
    class(Scalar3D),intent(inout) :: this

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

  endsubroutine BoundaryInterp_Scalar3D