Flow123d  master-f44eb46
Public Attributes | List of all members
SystemInfo Struct Reference

System structure for various global variables. More...

#include <system.hh>

Collaboration diagram for SystemInfo:
Collaboration graph
[legend]

Public Attributes

int verbosity
 
int pause_after_run
 
string log_fname
 
FILE * log
 
int n_proc
 
int my_proc
 
MPI_Comm comm
 

Detailed Description

System structure for various global variables.

Definition at line 72 of file system.hh.

Member Data Documentation

◆ comm

MPI_Comm SystemInfo::comm

Definition at line 81 of file system.hh.

◆ log

FILE* SystemInfo::log

Definition at line 76 of file system.hh.

◆ log_fname

string SystemInfo::log_fname

Definition at line 75 of file system.hh.

◆ my_proc

int SystemInfo::my_proc

Definition at line 79 of file system.hh.

◆ n_proc

int SystemInfo::n_proc

Definition at line 78 of file system.hh.

◆ pause_after_run

int SystemInfo::pause_after_run

Definition at line 74 of file system.hh.

◆ verbosity

int SystemInfo::verbosity

Definition at line 73 of file system.hh.


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