Flow123d  release_2.2.0-914-gf1a3a4f
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 71 of file system.hh.

Member Data Documentation

MPI_Comm SystemInfo::comm

Definition at line 80 of file system.hh.

FILE* SystemInfo::log

Definition at line 75 of file system.hh.

string SystemInfo::log_fname

Definition at line 74 of file system.hh.

int SystemInfo::my_proc

Definition at line 78 of file system.hh.

int SystemInfo::n_proc

Definition at line 77 of file system.hh.

int SystemInfo::pause_after_run

Definition at line 73 of file system.hh.

int SystemInfo::verbosity

Definition at line 72 of file system.hh.


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