src/operatortest.cpp File Reference

#include "Epetra_MultiVector.h"
#include "Epetra_Vector.h"
#include "Epetra_Operator.h"
#include "Epetra_Map.h"
#include "Epetra_Comm.h"
#include "operatortest.h"

Include dependency graph for operatortest.cpp:

Go to the source code of this file.

Defines

#define EPETRA_CHK(EXPR)


Define Documentation

#define EPETRA_CHK ( EXPR   ) 

Value:

{ \
    int ierr = EXPR; \
    if (op_->Comm().MyPID() == 0 && ierr != 0) { \
        std::cerr << "EPETRA error caught in " << __FILE__ << ", line "<< __LINE__ << " : " \
                  << #EXPR << " == " << ierr << std::endl; \
    } \
}

Definition at line 21 of file operatortest.cpp.

Referenced by OperatorTest::is_linear(), OperatorTest::is_non_destructive(), and OperatorTest::is_symmetric().


Generated on Fri Oct 26 13:35:14 2007 for FEMAXX (Finite Element Maxwell Eigensolver) by  doxygen 1.4.7