semilocal_t Derived Type

type, public :: semilocal_t


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(slps_t), public, pointer:: pot=> null()
integer, public :: set
type(Grid), public :: grid
type(ps_annotation_t), public :: annotation
type(semilocal_t), public, pointer:: next=> null()

Source Code

type, public :: semilocal_t
   type(slps_t), pointer :: pot => null()
   integer           :: set
   !
   ! Optional private grid
   !
   type(Grid)             :: grid
   type(ps_annotation_t)  :: annotation
   !
   type(semilocal_t), pointer     :: next => null()

end type semilocal_t