(git:c5411e0)
Loading...
Searching...
No Matches
glbopt_mincrawl::mincrawl_type Type Reference

Data Fields

type(worker_state_type), dimension(:), allocatable workers
 
type(minima_p_type), dimension(:), allocatable minimas
 
real(kind=dp) tempstep_base = 0
 
integer tempstep_max = 0
 
real(kind=dp) tempdist_init_width = 0
 
real(kind=dp) tempdist_update_width = 0
 
real(kind=dp) tempdist_update_height = 0
 
integer esc_hist_len = 0
 
integer tempstep_init = 0
 
real(kind=dp), dimension(:), allocatable tempdist_init
 
integer n_minima = 0
 
integer n_workers = 0
 
integer worker_per_min = 0
 
integer iw = 0
 
integer minima_traj_unit = 0
 
type(section_vals_type), pointer mincrawl_section => Null()
 
type(rng_stream_typerng_stream
 
type(particle_type), dimension(:), pointer particle_set => Null()
 

Detailed Description

Definition at line 71 of file glbopt_mincrawl.F.

Field Documentation

◆ workers

type(worker_state_type), dimension(:), allocatable glbopt_mincrawl::mincrawl_type::workers

Definition at line 74 of file glbopt_mincrawl.F.

◆ minimas

type(minima_p_type), dimension(:), allocatable glbopt_mincrawl::mincrawl_type::minimas

Definition at line 75 of file glbopt_mincrawl.F.

◆ tempstep_base

real(kind=dp) glbopt_mincrawl::mincrawl_type::tempstep_base = 0

Definition at line 76 of file glbopt_mincrawl.F.

◆ tempstep_max

integer glbopt_mincrawl::mincrawl_type::tempstep_max = 0

Definition at line 77 of file glbopt_mincrawl.F.

◆ tempdist_init_width

real(kind=dp) glbopt_mincrawl::mincrawl_type::tempdist_init_width = 0

Definition at line 78 of file glbopt_mincrawl.F.

◆ tempdist_update_width

real(kind=dp) glbopt_mincrawl::mincrawl_type::tempdist_update_width = 0

Definition at line 79 of file glbopt_mincrawl.F.

◆ tempdist_update_height

real(kind=dp) glbopt_mincrawl::mincrawl_type::tempdist_update_height = 0

Definition at line 80 of file glbopt_mincrawl.F.

◆ esc_hist_len

integer glbopt_mincrawl::mincrawl_type::esc_hist_len = 0

Definition at line 81 of file glbopt_mincrawl.F.

◆ tempstep_init

integer glbopt_mincrawl::mincrawl_type::tempstep_init = 0

Definition at line 82 of file glbopt_mincrawl.F.

◆ tempdist_init

real(kind=dp), dimension(:), allocatable glbopt_mincrawl::mincrawl_type::tempdist_init

Definition at line 83 of file glbopt_mincrawl.F.

◆ n_minima

integer glbopt_mincrawl::mincrawl_type::n_minima = 0

Definition at line 84 of file glbopt_mincrawl.F.

◆ n_workers

integer glbopt_mincrawl::mincrawl_type::n_workers = 0

Definition at line 85 of file glbopt_mincrawl.F.

◆ worker_per_min

integer glbopt_mincrawl::mincrawl_type::worker_per_min = 0

Definition at line 86 of file glbopt_mincrawl.F.

◆ iw

integer glbopt_mincrawl::mincrawl_type::iw = 0

Definition at line 87 of file glbopt_mincrawl.F.

◆ minima_traj_unit

integer glbopt_mincrawl::mincrawl_type::minima_traj_unit = 0

Definition at line 88 of file glbopt_mincrawl.F.

◆ mincrawl_section

type(section_vals_type), pointer glbopt_mincrawl::mincrawl_type::mincrawl_section => Null()

Definition at line 89 of file glbopt_mincrawl.F.

◆ rng_stream

type(rng_stream_type) glbopt_mincrawl::mincrawl_type::rng_stream

Definition at line 90 of file glbopt_mincrawl.F.

◆ particle_set

type(particle_type), dimension(:), pointer glbopt_mincrawl::mincrawl_type::particle_set => Null()

Definition at line 91 of file glbopt_mincrawl.F.


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