42 namespace LibUtilities
59 m_FlagWarnings =
true;
61 if (0 == m_Comm->GetRank())
65 m_verbose = pSession->DefinesCmdLineArgument(
"verbose");
76 bool NekSys::v_ConvergenceCheck(
const int nIteration,
80 bool converged =
false;
81 int ntotal = Residual.size();
82 boost::ignore_unused(nIteration);
97 void NekSys::v_NekSysInitialGuess(
101 size_t ndim = pInput.size();
102 if(pguess.size() != ndim)
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< Comm > CommSharedPtr
Pointer to a Communicator object.
The above copyright notice and this permission notice shall be included.
T Dot(int n, const T *w, const T *x)
vvtvp (vector times vector times vector): z = w*x*y
void Vcopy(int n, const T *x, const int incx, T *y, const int incy)