LocatePoints_3D_Points Subroutine

public subroutine LocatePoints_3D_Points(this, geometry)

Arguments

TypeIntentOptionalAttributesName
class(Points), intent(inout) :: this
type(SEMHex), intent(in) :: geometry

Contents


Source Code

  subroutine LocatePoints_3D_Points(this,geometry)
    implicit none
    class(Points),intent(inout) :: this
    type(SEMHex),intent(in) :: geometry

    call this%Points_t%LocatePoints_3D_Points_t(geometry)
    call this%UpdateDevice()

  endsubroutine LocatePoints_3D_Points