HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Contains the 1D Euler-specific function to be called at the beginning of each time step. More...
Go to the source code of this file.
Functions | |
int | Euler1DPreStep (double *u, void *s, void *m, double waqt) |
Contains the 1D Euler-specific function to be called at the beginning of each time step.
Definition in file Euler1DPreStep.c.
int Euler1DPreStep | ( | double * | u, |
void * | s, | ||
void * | m, | ||
double | waqt | ||
) |
1D Euler-specific function called at the beginning of each time-step: For a simulation that splits the hyperbolic flux into its acoustic and entropy components for implicit- explicit time-integration, this function computes the fast Jacobian at the beginning of a time step for the linearized formulation.
u | Solution (conserved variables) |
s | Solver object of type HyPar |
m | MPI object of type MPIVariables |
waqt | Current solution time |
Definition at line 16 of file Euler1DPreStep.c.