c_hmap_auxvar Derived Type

type, public :: c_hmap_auxvar


Inherited by

type~~c_hmap_auxvar~~InheritedByGraph type~c_hmap_auxvar c_hmap_auxvar type~t_hmap_axisnb_auxvar t_hmap_axisNB_auxvar type~t_hmap_axisnb_auxvar->type~c_hmap_auxvar type~t_hmap_cyl_auxvar t_hmap_cyl_auxvar type~t_hmap_cyl_auxvar->type~c_hmap_auxvar type~t_hmap_frenet_auxvar t_hmap_frenet_auxvar type~t_hmap_frenet_auxvar->type~c_hmap_auxvar type~t_hmap_knot_auxvar t_hmap_knot_auxvar type~t_hmap_knot_auxvar->type~c_hmap_auxvar type~t_hmap_rz_auxvar t_hmap_RZ_auxvar type~t_hmap_rz_auxvar->type~c_hmap_auxvar type~t_sfl_boozer t_sfl_boozer type~t_sfl_boozer->type~c_hmap_auxvar hmap_xv type~t_transform_sfl t_transform_sfl type~t_transform_sfl->type~t_sfl_boozer booz

Components

Type Visibility Attributes Name Initial
real(kind=wp), public :: zeta
logical, public :: do_2nd_der

Source Code

TYPE :: c_hmap_auxvar
  REAL(wp) :: zeta
  LOGICAL  :: do_2nd_der
END TYPE c_hmap_auxvar