#include "system/python_loader.hh"
#include "coupling/hc_explicit_sequential.hh"
#include "coupling/balance.hh"
#include "system/armadillo_tools.hh"
#include <iostream>
#include <fstream>
#include <regex>
#include <boost/program_options/parsers.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/program_options/options_description.hpp>
#include <string>
#include <mpi.h>
#include <stdarg.h>
#include <stdio.h>
#include "config.h"
#include "petscsys.h"
#include "system/exceptions.hh"
#include "input/type_output.hh"
#include "input/accessors.hh"
#include "input/reader_to_storage.hh"
#include "input/reader_internal_base.hh"
Go to the source code of this file.
◆ DECLARE_EXCEPTION()
DECLARE_EXCEPTION |
( |
ExcSignal |
, |
|
|
<< "" |
[Signal "<< EI_Signal::val<< "("<< EI_SignalName::val<< ") received!] |
|
) |
| |
◆ TYPEDEF_ERR_INFO() [1/2]
TYPEDEF_ERR_INFO |
( |
EI_Signal |
, |
|
|
int |
|
|
) |
| |
◆ TYPEDEF_ERR_INFO() [2/2]
TYPEDEF_ERR_INFO |
( |
EI_SignalName |
, |
|
|
string |
|
|
) |
| |