PLUTO  4.4-patch2
viscosity.h
1 /* -----------------------------------------------
2  Viscosity header file
3  ----------------------------------------------- */
4 
5 void ViscousFlux (const Data * , double **, double **, double *, int, int, Grid *);
6 void Visc_nu(double *, double, double, double, double *, double *);
7 void ViscousRHS (const Data *, Data_Arr, double *, double **, double,
8  int, int, Grid *);
9 
10 
void ViscousRHS(const Data *d, Data_Arr dU, double *dcoeff, double **aflux, double dt, int beg, int end, Grid *grid)
Definition: viscous_rhs.c:19
Definition: structs.h:124
void Visc_nu(double *v, double x1, double x2, double x3, double *nu1, double *nu2)
Definition: visc_nu.c:7
void ViscousFlux(const Data *d, double **ViF, double **ViS, double *dcoeff, int beg, int end, Grid *grid)
Definition: viscous_flux.c:128
Definition: structs.h:514