Flow123d  build_with_4.0.3-407d361
Macros | Functions
application.cc File Reference
#include "application.hh"
#include "system/sys_profiler.hh"
#include "system/logger_options.hh"
#include "system/file_path.hh"
#include "system/system.hh"
#include <signal.h>
#include <iostream>
#include <string.h>
#include <sstream>
#include "mpi.h"
#include "petscerror.h"
#include "system/exc_common.hh"
#include "system/asserts.hh"
#include "system/logger.hh"
#include "rev_num.h"

Go to the source code of this file.

Macros

#define FLOW123D_COMPILER_FLAGS_   "(unknown compiler flags)"
 named version of the program More...
 

Functions

PetscErrorCode petsc_signal_handler (int signal, FMT_UNUSED void *context)
 
void system_signal_handler (int signal)
 
Input::Type::RevNumData get_rev_num_data ()
 

Macro Definition Documentation

◆ FLOW123D_COMPILER_FLAGS_

#define FLOW123D_COMPILER_FLAGS_   "(unknown compiler flags)"

named version of the program

Definition at line 245 of file application.cc.

Function Documentation

◆ get_rev_num_data()

Input::Type::RevNumData get_rev_num_data ( )

Definition at line 251 of file application.cc.

Here is the caller graph for this function:

◆ petsc_signal_handler()

PetscErrorCode petsc_signal_handler ( int  signal,
FMT_UNUSED void *  context 
)

Function that catches all program signals. Note: context variable required by PETSc function PetscPushSignalHandler

Definition at line 53 of file application.cc.

Here is the caller graph for this function:

◆ system_signal_handler()

void system_signal_handler ( int  signal)

Definition at line 71 of file application.cc.

Here is the caller graph for this function: