#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.
◆ FLOW123D_COMPILER_FLAGS_
#define FLOW123D_COMPILER_FLAGS_ "(unknown compiler flags)" |
◆ _transform_profiler_data()
void _transform_profiler_data |
( |
const string & |
json_filepath, |
|
|
const string & |
output_file_suffix, |
|
|
const string & |
formatter |
|
) |
| |
◆ get_rev_num_data()
◆ 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.
◆ system_signal_handler()
void system_signal_handler |
( |
int |
signal | ) |
|