(git:c5411e0)
Loading...
Searching...
No Matches
gaussian_gridlevels::gridlevel_info_type Type Reference

Data Fields

integer ngrid_levels = 0
 
real(kind=dp), dimension(:), pointer cutoff => NULL()
 
integer(kind=int_8), dimension(:), pointer count => NULL()
 
integer(kind=int_8) total_count = 0_int_8
 
real(kind=dp) rel_cutoff = 0.0_dp
 
type(section_vals_type), pointer print_section => NULL()
 

Detailed Description

Definition at line 34 of file gaussian_gridlevels.F.

Field Documentation

◆ ngrid_levels

integer gaussian_gridlevels::gridlevel_info_type::ngrid_levels = 0

Definition at line 35 of file gaussian_gridlevels.F.

◆ cutoff

real(kind=dp), dimension(:), pointer gaussian_gridlevels::gridlevel_info_type::cutoff => NULL()

Definition at line 36 of file gaussian_gridlevels.F.

◆ count

integer(kind=int_8), dimension(:), pointer gaussian_gridlevels::gridlevel_info_type::count => NULL()

Definition at line 37 of file gaussian_gridlevels.F.

◆ total_count

integer(kind=int_8) gaussian_gridlevels::gridlevel_info_type::total_count = 0_int_8

Definition at line 38 of file gaussian_gridlevels.F.

◆ rel_cutoff

real(kind=dp) gaussian_gridlevels::gridlevel_info_type::rel_cutoff = 0.0_dp

Definition at line 39 of file gaussian_gridlevels.F.

◆ print_section

type(section_vals_type), pointer gaussian_gridlevels::gridlevel_info_type::print_section => NULL()

Definition at line 40 of file gaussian_gridlevels.F.


The documentation for this type was generated from the following file: