escript
Revision_
|
#include "Finley.h"
#include "esysUtils/error.h"
#include "finley/CppAdapter/FinleyAdapterException.h"
Namespaces | |
finley | |
Functions | |
double | finley::timer () |
returns a time mark More... | |
bool | finley::checkPtr (void *arg) |
void | finley::resetError () |
resets the error to NO_ERROR More... | |
void | finley::setError (ErrorCodeType err, const char *msg) |
sets an error More... | |
bool | finley::noError () |
checks if there is no error More... | |
ErrorCodeType | finley::getErrorType () |
returns the error code More... | |
char * | finley::getErrorMessage (void) |
returns the error message More... | |
void | finley::checkFinleyError () |
bool | finley::MPI_noError (esysUtils::JMPI &mpi_info) |