plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
QTreeClass
Module
MIT
21 statements
Source File
GTreeClass.f90
QTreeClass
Contents
Derived Types
QTreeAddress_
QTree_
Subroutines
initQTree
Uses
iso_fortran_env
Derived Types
type, public ::
QTreeAddress_
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
address
type, public ::
QTree_
Components
Type
Visibility
Attributes
Name
Initial
type(
QTreeAddress_
),
public,
allocatable
::
address
(:)
Type-Bound Procedures
procedure, public ::
init
=>
initQTree
Subroutines
public subroutine
initQTree
(this, NumDivisions)
Arguments
Type
Intent
Optional
Attributes
Name
class(
QTree_
)
::
this
integer(kind=int32),
optional
::
NumDivisions