Nektar++
Namespaces | Functions
Smath.hpp File Reference
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <LibUtilities/LibUtilitiesDeclspec.h>
#include <algorithm>
#include <cstdlib>
#include <math.h>

Go to the source code of this file.

Namespaces

namespace  Smath
 

Functions

template<class T >
Smath::Smax (const T a, const T b, const T k)
 Return the soft max of between two scalars. More...
 
template NekDouble Smath::Smax (const NekDouble a, const NekDouble b, const NekDouble k)
 
template int Smath::Smax (const int a, const int b, const int k)