Neko  0.8.99
A portable framework for high-order spectral element flow simulations
octree::octree_t Type Reference

Defines an octree. More...

Collaboration diagram for octree::octree_t:

Public Member Functions

procedure, pass(t) init => octree_init
 
procedure, pass(t) free => octree_free
 
procedure, pass(t) insert => octree_insert
 
procedure, pass(t) find => octree_find
 

Public Attributes

type(oct_t), pointer root => null()
 

Detailed Description

Definition at line 57 of file octree.f90.

Member Function/Subroutine Documentation

◆ find()

procedure, pass(t) octree::octree_t::find

Definition at line 63 of file octree.f90.

◆ free()

procedure, pass(t) octree::octree_t::free

Definition at line 61 of file octree.f90.

◆ init()

procedure, pass(t) octree::octree_t::init

Definition at line 60 of file octree.f90.

◆ insert()

procedure, pass(t) octree::octree_t::insert

Definition at line 62 of file octree.f90.

Member Data Documentation

◆ root

type(oct_t), pointer octree::octree_t::root => null()

Definition at line 58 of file octree.f90.


The documentation for this type was generated from the following file: