HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Read in exact solution, if available. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <basic.h>
#include <arrayfunctions.h>
#include <io.h>
#include <mpivars.h>
#include <hypar.h>
Go to the source code of this file.
Functions | |
int | ExactSolution (void *s, void *m, double *uex, char *fname, int *flag) |
Read in exact solution, if available.
Definition in file ExactSolution.c.
int ExactSolution | ( | void * | s, |
void * | m, | ||
double * | uex, | ||
char * | fname, | ||
int * | flag | ||
) |
Read in the exact solution, if available.
s | Solver object of type HyPar |
m | MPI object of type MPIVariables |
uex | Array to hold the exact solution, if available |
fname | Filename root from which to read exact solution |
flag | Flag to indicate if exact solution was available |
Definition at line 16 of file ExactSolution.c.