|
CDT++
Causal Dynamical Triangulations in C++
|
The main executable. More...
Include dependency graph for cdt.cpp:Go to the source code of this file.
Typedefs | |
| using | Timer = CGAL::Real_timer |
Functions | |
| catch (...) | |
| catch (domain_error const &DomainError) | |
| catch (invalid_argument const &InvalidArgument) | |
| catch (logic_error const &LogicError) | |
| catch (runtime_error const &RuntimeError) | |
| auto | main (int const argc, char *const argv[]) -> int try |
| The main path of the CDT++ program. | |
Variables | |
| static string_view constexpr | USAGE |
| Help message parsed by docopt into options. | |
The main executable.
A program that generates spacetime ensembles. Inspired by https://github.com/ucdavis/CDT.
Definition in file cdt.cpp.
| auto main | ( | int const | argc, |
| char *const | argv[] | ||
| ) | -> int try |
The main path of the CDT++ program.
| argc | Argument count = 1 + number of arguments |
| argv | Argument vector (array) to be passed to docopt |
Definition at line 57 of file cdt.cpp.
References manifolds::Manifold< 3 >::print(), manifolds::Manifold< 3 >::print_details(), manifolds::Manifold< 3 >::print_volume_per_timeslice(), and USAGE.
|
staticconstexpr |
Help message parsed by docopt into options.
Definition at line 24 of file cdt.cpp.
Referenced by main().