preCICE
v3.1.2
Loading...
Searching...
No Matches
src
math
constants.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
precice
{
4
namespace
math {
5
6
constexpr
double
PI
= 3.1415926535897931;
7
8
}
9
}
// namespace precice
precice::math::PI
constexpr double PI
Definition
constants.hpp:6
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5