Go to the source code of this file.
Function Documentation
| void output_dump |
( |
const struct Field |
fldi, |
|
|
const double |
t |
|
) |
| |
write a full restart dump
- Parameters:
-
| fldi | Field structure pointing to the field needed to be savec |
| t | current time of the simulation (will be stored in the dump file) |
| void read_dump |
( |
struct Field |
fldo, |
|
|
double * |
t, |
|
|
char |
dump_file[] |
|
) |
| |
read a full restart dump
- Parameters:
-
| fldo | Field structure in which the restart dump will be stored. |
| t | time of the simulation, overwritten by this with the dump information. |