Go to the source code of this file.
|
template<class T > |
void | DBUtils::Output1DArray (const Array< OneD, const T > &in, const int start=0, const int stop=StopDefault) |
|
template<class T > |
void | DBUtils::Output1DArray (const Array< OneD, const T > &in, std::string outfile, const int start=0, const int stop=StopDefault) |
|
template<class T > |
void | DBUtils::Output1DArray (const Array< OneD, const T > &in, ofstream &ofile, const int start=0, const int stop=StopDefault) |
|
template<class T > |
void | DBUtils::Output1DArray (const NekVector< T > &in, ofstream &ofile, const int start=0, const int stop=StopDefault) |
|
template<class T > |
void | DBUtils::NormGlobalVector (const int n, Array< OneD, const T > &in, std::ostream &out, MultiRegions::AssemblyMapCGSharedPtr &map) |
|