vp_gcp Derived Type

type, public :: vp_gcp

Void pointer to counter-poise parameters


Components

Type Visibility Attributes Name Initial
type(realspace_cutoff), public, allocatable :: cutoff

Additional real space cutoff

type(gcp_param), public :: ptr

Actual payload


Source Code

   type :: vp_gcp
      !> Actual payload
      type(gcp_param) :: ptr
      !> Additional real space cutoff
      type(realspace_cutoff), allocatable :: cutoff
   end type vp_gcp