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