MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
runcontrolmodule::runcontroltype Type Reference
Inheritance diagram for runcontrolmodule::runcontroltype:
Inheritance graph
Collaboration diagram for runcontrolmodule::runcontroltype:
Collaboration graph

Public Member Functions

procedure start => ctrl_start
 
procedure at_stage => ctrl_at_stage
 
procedure finish => ctrl_finish
 
procedure after_con_cr => ctrl_after_con_cr
 

Public Attributes

class(virtualdatamanagertype), pointer virtual_data_mgr
 syncs globally accessible data, timely, by linking (local) or message passing (remote) More...
 
type(mappertypemapper
 a 'mapper' for copying data between two memory addresses More...
 

Private Member Functions

procedure, private init_handler
 
procedure, private before_con_df
 
procedure, private after_con_df
 
procedure, private destroy
 

Detailed Description

Definition at line 13 of file RunControl.f90.

Member Function/Subroutine Documentation

◆ after_con_cr()

procedure runcontrolmodule::runcontroltype::after_con_cr

Definition at line 21 of file RunControl.f90.

◆ after_con_df()

procedure, private runcontrolmodule::runcontroltype::after_con_df
private

Definition at line 25 of file RunControl.f90.

◆ at_stage()

procedure runcontrolmodule::runcontroltype::at_stage

Definition at line 19 of file RunControl.f90.

◆ before_con_df()

procedure, private runcontrolmodule::runcontroltype::before_con_df
private

Definition at line 24 of file RunControl.f90.

◆ destroy()

procedure, private runcontrolmodule::runcontroltype::destroy
private

Definition at line 26 of file RunControl.f90.

◆ finish()

procedure runcontrolmodule::runcontroltype::finish

Definition at line 20 of file RunControl.f90.

◆ init_handler()

procedure, private runcontrolmodule::runcontroltype::init_handler
private

Definition at line 23 of file RunControl.f90.

◆ start()

procedure runcontrolmodule::runcontroltype::start

Definition at line 18 of file RunControl.f90.

Member Data Documentation

◆ mapper

type(mappertype) runcontrolmodule::runcontroltype::mapper

Definition at line 16 of file RunControl.f90.

16  type(MapperType) :: mapper !< a 'mapper' for copying data between two memory addresses

◆ virtual_data_mgr

class(virtualdatamanagertype), pointer runcontrolmodule::runcontroltype::virtual_data_mgr

Definition at line 14 of file RunControl.f90.

14  class(VirtualDataManagerType), pointer :: virtual_data_mgr !< syncs globally accessible data, timely, by

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