plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
BinaryTreeSearchMesh
Function
MIT
346 statements
Source File
MeshClass.f90
MeshClass
BinaryTreeSearchMesh
Contents
public recursive function BinaryTreeSearchMesh(obj, old_GroupID, min_elem_num) result(GroupID)
allocate(GroupID( sum(num_exist),elem_num_in_group-1 ) )
Type Bound
Mesh_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Mesh_
),
intent(in)
::
obj
integer(kind=int32),
intent(in),
allocatable
::
old_GroupID
(:,:)
integer(kind=int32),
intent(in)
::
min_elem_num
Return Value
integer(kind=int32), allocatable, (:,:)