|
CDT++ 1.0.0
Causal Dynamical Triangulations in C++
|
Generates initial spacetimes. More...
#include <fmt/ostream.h>#include <boost/program_options.hpp>#include <cstdint>#include "Manifold.hpp"#include "Runtime_config.hpp"#include "Version.hpp"Go to the source code of this file.
Functions | |
| catch (...) | |
| catch (invalid_argument const &InvalidArgument) | |
| catch (std::exception const &Exception) | |
| auto | main (int const argc, char *const argv[]) -> int try |
Generates initial spacetimes.
Definition in file initialize.cpp.
| catch | ( | ... | ) |
Definition at line 170 of file initialize.cpp.
| catch | ( | invalid_argument const & | InvalidArgument | ) |
Definition at line 159 of file initialize.cpp.
| catch | ( | std::exception const & | Exception | ) |
Definition at line 165 of file initialize.cpp.
| auto main | ( | int const | argc, |
| char *const | argv[] ) -> int try |
Definition at line 55 of file initialize.cpp.