Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
N_NLS_NOX::UpdateTooSmallTest Class Reference

#include <N_NLS_NOX_UpdateTooSmallTest.h>

Inheritance diagram for N_NLS_NOX::UpdateTooSmallTest:
Collaboration diagram for N_NLS_NOX::UpdateTooSmallTest:

Public Member Functions

 UpdateTooSmallTest (const N_NLS_NOX::WeightedUpdateTest &test, double tol)
 
 ~UpdateTooSmallTest ()
 
NOX::StatusTest::StatusType checkStatus (const NOX::Solver::Generic &problem)
 
NOX::StatusTest::StatusType getStatus () const
 
std::ostream & print (std::ostream &stream, int indent=0) const
 

Private Attributes

NOX::StatusTest::StatusType status_
 
const
N_NLS_NOX::WeightedUpdateTest
test_
 
const double tol_
 
double result_
 

Detailed Description

Definition at line 83 of file N_NLS_NOX_UpdateTooSmallTest.h.

Constructor & Destructor Documentation

UpdateTooSmallTest::UpdateTooSmallTest ( const N_NLS_NOX::WeightedUpdateTest test,
double  tol 
)

Definition at line 63 of file N_NLS_NOX_UpdateTooSmallTest.C.

UpdateTooSmallTest::~UpdateTooSmallTest ( )

Definition at line 72 of file N_NLS_NOX_UpdateTooSmallTest.C.

Member Function Documentation

NOX::StatusTest::StatusType UpdateTooSmallTest::checkStatus ( const NOX::Solver::Generic &  problem)

Definition at line 77 of file N_NLS_NOX_UpdateTooSmallTest.C.

NOX::StatusTest::StatusType N_NLS_NOX::UpdateTooSmallTest::getStatus ( ) const
inline

Definition at line 111 of file N_NLS_NOX_UpdateTooSmallTest.h.

std::ostream & UpdateTooSmallTest::print ( std::ostream &  stream,
int  indent = 0 
) const

Definition at line 92 of file N_NLS_NOX_UpdateTooSmallTest.C.

Member Data Documentation

double N_NLS_NOX::UpdateTooSmallTest::result_
private

Definition at line 124 of file N_NLS_NOX_UpdateTooSmallTest.h.

NOX::StatusTest::StatusType N_NLS_NOX::UpdateTooSmallTest::status_
private

Definition at line 121 of file N_NLS_NOX_UpdateTooSmallTest.h.

const N_NLS_NOX::WeightedUpdateTest& N_NLS_NOX::UpdateTooSmallTest::test_
private

Definition at line 122 of file N_NLS_NOX_UpdateTooSmallTest.h.

const double N_NLS_NOX::UpdateTooSmallTest::tol_
private

Definition at line 123 of file N_NLS_NOX_UpdateTooSmallTest.h.


The documentation for this class was generated from the following files: