예제 #1
0
void
TopResidualDebugOutput::output(const ExecFlagType & /*type*/)
{
  // Display the top residuals
  if (_num_residuals > 0)
    printTopResiduals(*(_sys.rhs), _num_residuals);
}
예제 #2
0
void
TopResidualDebugOutput::output(const ExecFlagType & /*type*/)
{
  // Display the top residuals
  if (_num_residuals > 0)
    printTopResiduals(_problem_ptr->getNonlinearSystemBase().RHS(), _num_residuals);
}