|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
Go to the source code of this file.
Data Structures | |
| struct | Params |
Enumerations | |
| enum | ParamsType { pstring , pint , punsigned , pbool , pfloat , pdouble , pcolormap } |
Functions | |
| static bool | atobool (char *s) |
| static bool | args (Params *p, char *val) |
| static char * | find_comma (char *s) |
| static char * | mystrtok (char *str, const char *delim) |
| int | parse_params (Params *params) |
Definition at line 25 of file parse.h.
References assert, atobool(), c, cool_warm(), gray(), i, jet(), n, nc, p, pbool, pcolormap, pdouble, pfloat, pint, pstring, punsigned, randomap(), s, val(), and x.
Referenced by parse_params().
Definition at line 123 of file parse.h.
Referenced by parse_params().
Definition at line 140 of file parse.h.
Referenced by parse_params(), and process_line().