plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
OcTreeSearch
Function
MIT
103 statements
Source File
FEMDomainClass.f90
FEMDomainClass
OcTreeSearch
Contents
public recursive function OcTreeSearch(Points, PointIdx, MinimumDist) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
Points
(:,:)
integer(kind=int32),
intent(in)
::
PointIdx
(:)
real(kind=real64),
intent(in)
::
MinimumDist
Return Value
integer(kind=int32), allocatable, (:)