36#ifndef NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_NEK_NONLINSYS_NEWTON_BACKTRACK_H
37#define NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_NEK_NONLINSYS_NEWTON_BACKTRACK_H
56 pSession, vComm, nDimen, pKey);
#define LIB_UTILITIES_EXPORT
static std::string className
NekDouble m_newtonScaleMax
~NekNonlinSysIterNewtonBacktrack() override=default
Array< OneD, NekDouble > m_solutionTrial
NekDouble m_newtonScaleMin
NekDouble m_newtonScaleGrowFactor
bool v_ApplyNewtonUpdate(const int ntotal, const NekDouble oldResNorm) override
NekDouble m_newtonScaleInit
NekDouble m_backtrackFactor
NekDouble m_acceptReductionEta
static NekNonlinSysIterSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const LibUtilities::CommSharedPtr &vComm, const int nDimen, const NekSysKey &pKey)
void v_InitObject() override
Array< OneD, NekDouble > m_residualTrial
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< NekNonlinSysIter > NekNonlinSysIterSharedPtr
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< Comm > CommSharedPtr
Pointer to a Communicator object.