|
OpenCMISS-Iron Internal API Documentation
|
The top level OpenCMISS Iron module. More...
Go to the source code of this file.
Data Types | |
| interface | cmiss::cmfe_InitFatalHandler |
| interface | cmiss::cmfe_ResetFatalHandler |
| interface | cmiss::cmfe_SetFatalHandler |
Modules | |
| module | cmiss |
Functions/Subroutines | |
| subroutine, public | cmiss::cmfe_errorhandlingmodeget_ (errorHandlingMode, err, error,) |
| Returns the error handling mode for CMISS. More... | |
| subroutine, public | cmiss::cmfe_errorhandlingmodeset_ (errorHandlingMode, err, error,) |
| Sets the error handling mode for cmiss. More... | |
| subroutine, public | cmiss::cmfe_finalise_ (err, error,) |
| Finalises CMISS. More... | |
| subroutine, public | cmiss::cmfe_initialise_ (worldRegion, err, error,) |
| Initialises CMISS. More... | |
| subroutine, public | cmiss::cmfe_handleerror (err, error) |
| Handle an error condition. More... | |
Variables | |
| integer(intg), parameter, public | cmiss::cmfe_major_version = 0 |
| integer(intg), parameter, public | cmiss::cmfe_minor_version = 4 |
| integer(intg), parameter, public | cmiss::cmfe_revision_version = 0 |
| character(len=maxstrlen), parameter, public | cmiss::cmfe_build_version = "$Rev" |
| integer(intg), parameter, public | cmiss::cmfe_return_error_code = 0 |
| Just return the error code. More... | |
| integer(intg), parameter, public | cmiss::cmfe_output_error = 1 |
| Output the error traceback and return the error code. More... | |
| integer(intg), parameter, public | cmiss::cmfe_trap_error = 2 |
| Trap the error by outputing the error traceback and stopping the program. More... | |
| integer(intg), save | cmiss::cmfe_errorhandlingmode |
| The current error handling mode for OpenCMISS. More... | |
The top level OpenCMISS Iron module.
Definition in file cmiss.f90.