Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
DBUtils.hpp File Reference
#include <LibUtilities/BasicUtils/VmathArray.hpp>
Include dependency graph for DBUtils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 DBUtils
 

Functions

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)
 

Variables

const int DBUtils::StopDefault = -99