waLBerla 7.2
|
#include <cmath>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::math |
Functions | |
template<typename T > | |
bool | walberla::math::isnan (T x) |
Query if 'x' is NaN. | |
template<typename T > | |
bool | walberla::math::isinf (T x) |
Query if 'x' is infinite. | |
template<typename T > | |
bool | walberla::math::finite (T x) |
Query if 'x' is finite. | |