Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
octree::oct_t Type Reference

Defines an octree octant. More...

Collaboration diagram for octree::oct_t:

Public Attributes

type(oct_ptr_t), dimension(8) oct
 
integer level
 
type(point_torigin
 
real(kind=dp) width
 
type(point_tpoint
 
logical valid
 

Detailed Description

Definition at line 47 of file octree.f90.

Member Data Documentation

◆ level

integer octree::oct_t::level

Definition at line 49 of file octree.f90.

◆ oct

type(oct_ptr_t), dimension(8) octree::oct_t::oct

Definition at line 48 of file octree.f90.

◆ origin

type(point_t) octree::oct_t::origin

Definition at line 50 of file octree.f90.

◆ point

type(point_t) octree::oct_t::point

Definition at line 52 of file octree.f90.

◆ valid

logical octree::oct_t::valid

Definition at line 53 of file octree.f90.

◆ width

real(kind=dp) octree::oct_t::width

Definition at line 51 of file octree.f90.


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