z_bpack_defs::z_mesh Type Reference

**** quantities related to geometries, meshes, unknowns and points More...

Collaboration diagram for z_bpack_defs::z_mesh:

Public Attributes

integer nunk
 size of the matrix More...
 
integer dist_level
 used in Hmatrix solver, the level at which parallelization is performed More...
 
integer maxgroup
 number of nodes in the partition tree More...
 
integer idxs
 
integer idxe
 range of local row/column indices after reordering More...
 
real(kind=8), dimension(:, :), allocatable xyz
 coordinates of the points More...
 
integer, dimension(:), allocatable new2old
 index mapping from new ordering to old ordering More...
 
integer, dimension(:), allocatable old2new
 index mapping from old ordering to new ordering More...
 
integer, dimension(:), allocatable pretree
 dimension 2**Maxlevel containing box size of each leaf node More...
 
integer, dimension(:, :), allocatable nns
 index (after permutation) of k-nearest neighbours for each point More...
 
type(z_basisgroup), dimension(:), allocatable basis_group
 

Detailed Description

**** quantities related to geometries, meshes, unknowns and points

Member Data Documentation

◆ basis_group

type(z_basisgroup), dimension(:), allocatable z_bpack_defs::z_mesh::basis_group

◆ dist_level

integer z_bpack_defs::z_mesh::dist_level

used in Hmatrix solver, the level at which parallelization is performed

◆ idxe

integer z_bpack_defs::z_mesh::idxe

range of local row/column indices after reordering

◆ idxs

integer z_bpack_defs::z_mesh::idxs

◆ maxgroup

integer z_bpack_defs::z_mesh::maxgroup

number of nodes in the partition tree

◆ new2old

integer, dimension(:), allocatable z_bpack_defs::z_mesh::new2old

index mapping from new ordering to old ordering

◆ nns

integer, dimension(:, :), allocatable z_bpack_defs::z_mesh::nns

index (after permutation) of k-nearest neighbours for each point

◆ nunk

integer z_bpack_defs::z_mesh::nunk

size of the matrix

◆ old2new

integer, dimension(:), allocatable z_bpack_defs::z_mesh::old2new

index mapping from old ordering to new ordering

◆ pretree

integer, dimension(:), allocatable z_bpack_defs::z_mesh::pretree

dimension 2**Maxlevel containing box size of each leaf node

◆ xyz

real(kind=8), dimension(:, :), allocatable z_bpack_defs::z_mesh::xyz

coordinates of the points


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