MFIX  2016-1
main Module Reference

Functions/Subroutines

subroutine initialize
 
subroutine finalize
 
subroutine gen_log_basename
 
subroutine debug_write_layout ()
 
subroutine write_parallel_info ()
 
character function, dimension(100000) do_mpi_bcast (str)
 
subroutine do_write_dbg_vtu_and_vtp_files
 
subroutine do_backupres
 
subroutine do_reinit (filename)
 
subroutine do_abort
 
subroutine add_command_line_argument (ARG)
 

Variables

double precision cpu1
 
double precision cputime_used
 
double precision walltime_used
 
character(len=512) version
 
integer nit_total
 
integer ncheck
 
integer dncheck
 
logical exit_signal = .FALSE.
 
character(len=80), dimension(100) cmd_line_args
 
integer cmd_line_args_count = 0
 

Function/Subroutine Documentation

subroutine main::add_command_line_argument ( character(len=80), intent(in)  ARG)

Definition at line 949 of file main.f.

Here is the caller graph for this function:

subroutine main::debug_write_layout ( )

Definition at line 524 of file main.f.

Here is the caller graph for this function:

subroutine main::do_abort ( )

Definition at line 935 of file main.f.

Here is the call graph for this function:

subroutine main::do_backupres ( )

Definition at line 921 of file main.f.

Here is the call graph for this function:

character function, dimension(100000) main::do_mpi_bcast ( character(len=100000), intent(in)  str)

Definition at line 889 of file main.f.

subroutine main::do_reinit ( character(len=*), intent(in)  filename)

Definition at line 927 of file main.f.

Here is the call graph for this function:

subroutine main::do_write_dbg_vtu_and_vtp_files ( )

Definition at line 916 of file main.f.

Here is the call graph for this function:

subroutine main::finalize ( )

Definition at line 426 of file main.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine main::gen_log_basename ( )

Definition at line 477 of file main.f.

Here is the caller graph for this function:

subroutine main::initialize ( )

Definition at line 42 of file main.f.

Here is the caller graph for this function:

subroutine main::write_parallel_info ( )

Definition at line 812 of file main.f.

Here is the caller graph for this function:

Variable Documentation

character(len=80), dimension(100) main::cmd_line_args

Definition at line 36 of file main.f.

integer main::cmd_line_args_count = 0

Definition at line 37 of file main.f.

double precision main::cpu1

Definition at line 18 of file main.f.

double precision main::cputime_used

Definition at line 20 of file main.f.

integer main::dncheck

Definition at line 31 of file main.f.

logical main::exit_signal = .FALSE.

Definition at line 34 of file main.f.

integer main::ncheck

Definition at line 31 of file main.f.

integer main::nit_total

Definition at line 29 of file main.f.

character(len=512) main::version

Definition at line 22 of file main.f.

double precision main::walltime_used

Definition at line 20 of file main.f.