Nektar++
|
#include <boost/algorithm/string.hpp>
#include <boost/core/ignore_unused.hpp>
#include <MultiRegions/AssemblyMap/AssemblyMap.h>
Go to the source code of this file.
Namespaces | |
namespace | Nektar |
The above copyright notice and this permission notice shall be included. | |
namespace | Nektar::MultiRegions |
Functions | |
int | Nektar::MultiRegions::RoundNekDoubleToInt (NekDouble x) |
Rounds a double precision number to an integer. More... | |
void | Nektar::MultiRegions::RoundNekDoubleToInt (const Array< OneD, const NekDouble > inarray, Array< OneD, int > outarray) |
Rounds an array of double precision numbers to integers. More... | |