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