|
Tsunami Project Lab
|
#include <cstddef>

Go to the source code of this file.
Namespaces | |
| namespace | tsunami_lab |
Typedefs | |
| typedef std::size_t | tsunami_lab::t_idx |
| integral type for cell-ids, pointer arithmetic, etc. | |
| typedef float | tsunami_lab::t_real |
| floating point type | |
Variables | |
| t_real constexpr | tsunami_lab::g = 9.80665 |
| gravity constant (9.80665 m/s^2) | |
| t_real constexpr | tsunami_lab::gSqrt = 3.131557121 |
| square root of gravity | |