HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Write out the advection field to file. More...
#include <stdlib.h>
#include <string.h>
#include <basic.h>
#include <common.h>
#include <arrayfunctions.h>
#include <mathfunctions.h>
#include <io.h>
#include <plotfuncs.h>
#include <mpivars.h>
#include <hypar.h>
#include <physicalmodels/linearadr.h>
Go to the source code of this file.
Functions | |
int | LinearADRWriteAdvField (void *s, void *m, double a_t) |
Write out the advection field to file.
Definition in file LinearADRWriteAdvField.c.
int LinearADRWriteAdvField | ( | void * | s, |
void * | m, | ||
double | a_t | ||
) |
Write out the advection field to file
s | Solver object of type HyPar |
m | MPI object of type MPIVariables |
a_t | Current simulation time |
Definition at line 18 of file LinearADRWriteAdvField.c.