Function declarations (used globally) for dump.c and dumpgen.c.
More...
Go to the source code of this file.
|
int | fluxsimpledump (long dump_cnt) |
| failure and floor dU dump More...
|
|
int | fluxsimpledump_content (int i, int j, int k, MPI_Datatype datatype, void *writebuf) |
| fluxsimple dump contents More...
|
|
int | read_restart_header (int whichdump, int whichdumpversion, int numcolumns, int bintxt, FILE *headerptr) |
|
int | write_restart_header (int whichdump, int whichdumpversion, int numcolumns, int bintxt, FILE *headerptr) |
|
Function declarations (used globally) for dump.c and dumpgen.c.
Definition in file global.dump.h.
int fluxsimpledump |
( |
long |
dump_cnt | ) |
|
failure and floor dU dump
Definition at line 2116 of file dump.c.
int fluxsimpledump_content |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
MPI_Datatype |
datatype, |
|
|
void * |
writebuf |
|
) |
| |
fluxsimple dump contents
Definition at line 2164 of file dump.c.
int read_restart_header |
( |
int |
whichdump, |
|
|
int |
whichdumpversion, |
|
|
int |
numcolumns, |
|
|
int |
bintxt, |
|
|
FILE * |
headerptr |
|
) |
| |
int write_restart_header |
( |
int |
whichdump, |
|
|
int |
whichdumpversion, |
|
|
int |
numcolumns, |
|
|
int |
bintxt, |
|
|
FILE * |
headerptr |
|
) |
| |