![]() |
OGS
|
|
Implementation of class Simulation.
Definition in file Simulation.cpp.
#include "Simulation.h"#include <spdlog/spdlog.h>#include "Applications/ApplicationsLib/LinearSolverLibrarySetup.h"#include "Applications/ApplicationsLib/ProjectData.h"#include "Applications/ApplicationsLib/TestDefinition.h"#include "Applications/InSituLib/Adaptor.h"#include "BaseLib/ConfigTreeUtil.h"#include "BaseLib/DateTools.h"#include "BaseLib/FileTools.h"#include "BaseLib/PrjProcessing.h"#include "BaseLib/RunTime.h"#include "MeshLib/Mesh.h"#include "NumLib/NumericsConfig.h"#include "ProcessLib/TimeLoop.h"Go to the source code of this file.
Functions | |
| void | signalHandler (int signum) |
Variables | |
| static std::atomic< int > | gSignalThatStoppedMe {-1} |
| void signalHandler | ( | int | signum | ) |
Definition at line 154 of file Simulation.cpp.
References gSignalThatStoppedMe.
Referenced by main().
|
static |