|
| integer(i4b) function, public | simmodule::count_errors () |
| | Return number of errors. More...
|
| |
| integer(i4b) function, public | simmodule::count_warnings () |
| | Return number of warnings. More...
|
| |
| integer(i4b) function, public | simmodule::count_notes () |
| | Return the number of notes stored. More...
|
| |
| subroutine, public | simmodule::maxerrors (imax) |
| | Set the maximum number of errors to be stored. More...
|
| |
| subroutine, public | simmodule::store_error (msg, terminate) |
| | Store an error message. More...
|
| |
| subroutine | simmodule::get_filename (iunit, fname) |
| | Get the file name. More...
|
| |
| subroutine, public | simmodule::store_error_unit (iunit, terminate) |
| | Store the file unit number. More...
|
| |
| subroutine, public | simmodule::store_error_filename (filename, terminate) |
| | Store the erroring file name. More...
|
| |
| subroutine, public | simmodule::store_warning (msg, substring) |
| | Store warning message. More...
|
| |
| subroutine, public | simmodule::deprecation_warning (cblock, cvar, cver, endmsg, iunit) |
| | Store deprecation warning message. More...
|
| |
| subroutine, public | simmodule::store_note (note) |
| | Store note. More...
|
| |
| subroutine, public | simmodule::ustop (stopmess, ioutlocal) |
| | Stop the simulation. More...
|
| |
| subroutine | simmodule::print_final_message (stopmess, ioutlocal) |
| | Print the final messages. More...
|
| |
| subroutine, public | simmodule::converge_reset () |
| | Reset the simulation convergence flag. More...
|
| |
| subroutine, public | simmodule::converge_check (hasConverged) |
| | Simulation convergence check. More...
|
| |
| subroutine, public | simmodule::initial_message () |
| | Print the header and initializes messaging. More...
|
| |
| subroutine, public | simmodule::final_message () |
| | Create final message. More...
|
| |
| subroutine | simmodule::sim_closefiles () |
| | Close all open files. More...
|
| |