46 #include <Xyce_config.h>
53 #include <N_UTL_fwd.h>
62 using namespace N_NLS_NOX;
68 status_(NOX::StatusTest::Unconverged),
69 maxStepSize_(maxStepSize),
70 currentStepSize_(0.0),
82 NOX::StatusTest::CheckType checkType)
84 status_ = NOX::StatusTest::Unconverged;
90 Xyce::dout() <<
"NOX::StatusTest::PseudoTransientTest::checkStatus - failed dynamic_cast solver to PseudoTransientBased!" << std::endl;
98 status_ = NOX::StatusTest::Converged;
105 for (
int j = 0; j < indent; ++j )
108 stream <<
"Pseudo Transient Step Size = "
113 for (
int j = 0; j < indent; ++j)
116 stream <<
"Pseudo Transient Residual Reduction = "
118 <<
" < " << NOX::Utils::sciformat(
minNormF_, 5);