|
HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
#include <stdlib.h>#include <math.h>#include <basic.h>#include <arrayfunctions.h>#include <mathfunctions.h>#include <physicalmodels/euler2d.h>#include <hypar.h>Go to the source code of this file.
Functions | |
| int | Euler2DLeftEigenvectors (double *u, double *L, void *p, int dir) |
| int | Euler2DRightEigenvectors (double *u, double *R, void *p, int dir) |
| int Euler2DLeftEigenvectors | ( | double * | u, |
| double * | L, | ||
| void * | p, | ||
| int | dir | ||
| ) |
Definition at line 16 of file Euler2DEigen.c.
| int Euler2DRightEigenvectors | ( | double * | u, |
| double * | R, | ||
| void * | p, | ||
| int | dir | ||
| ) |
Definition at line 23 of file Euler2DEigen.c.