Nektar++
|
Functions | |
template<class T > | |
void | Output1DArray (const Array< OneD, const T > &in, const int start=0, const int stop=StopDefault) |
template<class T > | |
void | Output1DArray (const Array< OneD, const T > &in, std::string outfile, const int start=0, const int stop=StopDefault) |
template<class T > | |
void | Output1DArray (const Array< OneD, const T > &in, ofstream &ofile, const int start=0, const int stop=StopDefault) |
template<class T > | |
void | Output1DArray (const NekVector< T > &in, ofstream &ofile, const int start=0, const int stop=StopDefault) |
template<class T > | |
void | NormGlobalVector (const int n, Array< OneD, const T > &in, std::ostream &out, MultiRegions::AssemblyMapCGSharedPtr &map) |
Variables | |
const int | StopDefault = -99 |
void DBUtils::NormGlobalVector | ( | const int | n, |
Array< OneD, const T > & | in, | ||
std::ostream & | out, | ||
MultiRegions::AssemblyMapCGSharedPtr & | map | ||
) |
Definition at line 159 of file DBUtils.hpp.
References Vmath::Dot2(), and Nektar::LibUtilities::ReduceSum.
void DBUtils::Output1DArray | ( | const Array< OneD, const T > & | in, |
const int | start = 0 , |
||
const int | stop = StopDefault |
||
) |
Definition at line 48 of file DBUtils.hpp.
References ASSERTL1.
void DBUtils::Output1DArray | ( | const Array< OneD, const T > & | in, |
std::string | outfile, | ||
const int | start = 0 , |
||
const int | stop = StopDefault |
||
) |
Definition at line 74 of file DBUtils.hpp.
References ASSERTL1.
void DBUtils::Output1DArray | ( | const Array< OneD, const T > & | in, |
ofstream & | ofile, | ||
const int | start = 0 , |
||
const int | stop = StopDefault |
||
) |
Definition at line 104 of file DBUtils.hpp.
References ASSERTL1.
void DBUtils::Output1DArray | ( | const NekVector< T > & | in, |
ofstream & | ofile, | ||
const int | start = 0 , |
||
const int | stop = StopDefault |
||
) |
Definition at line 132 of file DBUtils.hpp.
References ASSERTL1, and Nektar::NekVector< DataType >::GetDimension().
const int DBUtils::StopDefault = -99 |
Definition at line 46 of file DBUtils.hpp.