Gerris
|
Initialisation. More...
Functions | |
GtsObjectClass ** | gfs_classes (void) |
void | gfs_catch_floating_point_exceptions (void) |
int | gfs_restore_floating_point_exceptions (void) |
void | gfs_disable_floating_point_exceptions (void) |
void | gfs_enable_floating_point_exceptions (void) |
void | gfs_init (int *argc, char ***argv) |
Initialisation.
void gfs_catch_floating_point_exceptions | ( | void | ) |
Catch the default floating-point exceptions set in the Gerris library.
GtsObjectClass** gfs_classes | ( | void | ) |
void gfs_disable_floating_point_exceptions | ( | void | ) |
Disables floating-point exceptions (they are enabled by default when using the Gerris library).
void gfs_enable_floating_point_exceptions | ( | void | ) |
Enables floating-point exceptions (they are enabled by default when using the Gerris library).
void gfs_init | ( | int * | argc, |
char *** | argv | ||
) |
argc | a pointer on the number of command line arguments passed to the program. |
argv | a pointer on the command line arguments passed to the program. |
Initializes the Gerris library. This function must be called before any other function of the library.
int gfs_restore_floating_point_exceptions | ( | void | ) |
Restores the default floating-point exceptions set in the Gerris library.