#include "module_t3d.h"#include "problem.h"#include "librw.h"#include "gelib.h"#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <time.h>Go to the source code of this file.
Namespaces | |
| midaspace | |
Functions | |
| void | midaspace::mesh_generate_T3d (const Problem *pd, const char *solver, const char *options_string) |
| void | print_message (FILE *stream, char *buffer) |
| void | exit_termination (int exit_code) |
| void | process_exit (int exit_code) |
| void exit_termination | ( | int | exit_code | ) |
Definition at line 97 of file module_t3d.cpp.
References CHANGE_CONSOLE_COLOUR, TC_D_RED, and TC_DEFAULT.
| void print_message | ( | FILE * | stream, |
| char * | buffer | ||
| ) |
Definition at line 93 of file module_t3d.cpp.
| void process_exit | ( | int | exit_code | ) |
Definition at line 103 of file module_t3d.cpp.