FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
bucket_search::bucketdb Type Reference

Structure for bucket search. More...

Collaboration diagram for bucket_search::bucketdb:

Data Fields

real(kind=kreal), dimension(3) x_max
 max coordinate of rectangular area
 
real(kind=kreal), dimension(3) d
 bucket sizes in x,y,z direction
 
integer(kind=kint), dimension(3) ndiv
 divisions in x,y,z direction
 
type(bucket), dimension(:,:,:), pointer buckets => null()
 3D array of buckets
 
integer(kind=kintn_tot
 total number of members
 
integer(kind=kint), dimension(:), pointer member_all => null()
 array of members (referenced by each bucket)
 

Detailed Description

Structure for bucket search.

Definition at line 33 of file bucket_search.f90.

Field Documentation

◆ buckets

type(bucket), dimension(:,:,:), pointer bucket_search::bucketdb::buckets => null()

3D array of buckets

Definition at line 39 of file bucket_search.f90.

◆ d

real(kind=kreal), dimension(3) bucket_search::bucketdb::d

bucket sizes in x,y,z direction

Definition at line 37 of file bucket_search.f90.

◆ member_all

integer(kind=kint), dimension(:), pointer bucket_search::bucketdb::member_all => null()

array of members (referenced by each bucket)

Definition at line 41 of file bucket_search.f90.

◆ n_tot

integer(kind=kint) bucket_search::bucketdb::n_tot

total number of members

Definition at line 40 of file bucket_search.f90.

◆ ndiv

integer(kind=kint), dimension(3) bucket_search::bucketdb::ndiv

divisions in x,y,z direction

Definition at line 38 of file bucket_search.f90.

◆ x_max

real(kind=kreal), dimension(3) bucket_search::bucketdb::x_max

max coordinate of rectangular area

Definition at line 36 of file bucket_search.f90.


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