HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Output the solution to file. More...
#include <sparse_grids_simulation.h>
Go to the source code of this file.
Functions | |
int | OutputSolution (void *, int, double) |
Output the solution to file.
Definition in file SparseGridsOutputSolution.cpp.
int OutputSolution | ( | void * | s, |
int | nsims, | ||
double | a_time | ||
) |
Write out the solution to file
s | Array of simulation objects of type SimulationObject |
nsims | Number of simulation objects |
a_time | Current simulation time |
Definition at line 27 of file OutputSolution.cpp.