| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Points), | intent(inout) | :: | this | |||
| type(SEMHex), | intent(in) | :: | geometry |
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