content_t Derived Type

type, public :: content_t


Inherited by

type~~content_t~~InheritedByGraph type~content_t content_t type~scf_grid_t scf_grid_t type~scf_grid_t->type~content_t face2vertices, mainCell, cell2faces, node, face

Contents


Components

Type Visibility Attributes Name Initial
integer, public, allocatable :: vertexIDs(:)
integer, public, allocatable :: faceIDs(:)

dummy (-99) を含む配列

integer, public, allocatable :: boundFaceID(:)

dummy (-99) を含む配列

integer, public, allocatable :: adjacentCellIDs(:)

dummy (-99) を含む配列

real(kind=4), public :: center(3)
real(kind=4), public :: coordinate(3)