FC_Vector_t Derived Type

type, public :: FC_Vector_t


Inherited by

type~~fc_vector_t~~InheritedByGraph type~fc_vector_t FC_Vector_t type~scf_grid_t scf_grid_t type~scf_grid_t->type~fc_vector_t FC_Vectors

Contents


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: name
character(len=:), public, allocatable :: abbreviated_name
integer(kind=4), public :: ndata
integer(kind=4), public, allocatable :: face_num(:)
integer(kind=4), public, allocatable :: face_flag(:)
real(kind=4), public, allocatable :: x(:)
real(kind=4), public, allocatable :: y(:)
real(kind=4), public, allocatable :: z(:)