Skip to content

Commit

Permalink
Merge pull request #36 from AFD-Illinois/basic-plotting
Browse files Browse the repository at this point in the history
corrected the header comments in couple of files
  • Loading branch information
Ben Prather authored Oct 8, 2021
2 parents ed89e87 + ecfd510 commit b2e0a69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions core/phys.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/******************************************************************************
* *
* METRIC.C *
* PHYS.C *
* *
* HELPER FUNCTIONS FOR METRIC TENSORS *
* COMPUTES PHYSICAL QUANTITIES: STRESS-ENERGY TENSOR, U(P), FLUXES, *
* 4-VECTORS, LORENTZ FACTOR, MAGNETOSONIC VELOCITY, SOURCE TERMS *
* *
******************************************************************************/

Expand Down Expand Up @@ -222,7 +223,7 @@ inline void mhd_vchar(struct GridGeom *G, struct FluidState *S, int i, int j, in
int loc, int dir, GridDouble cmax, GridDouble cmin)
{
double discr, vp, vm, bsq, ee, ef, va2, cs2, cms2, rho, u;
double Acov[NDIM], Bcov[NDIM], Acon[NDIM], Bcon[NDIM];
double Acov[NDIM], Bcov[NDIM], Acon[NDIM], Bcon[NDIM];
double Asq, Bsq, Au, Bu, AB, Au2, Bu2, AuBu, A, B, C;

DLOOP1 {
Expand Down
5 changes: 3 additions & 2 deletions core/restart.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/******************************************************************************
* *
* IO.C *
* RESTART.C *
* *
* HDF5 OUTPUT AND RESTART *
* WRITES RESTART FILE, READS RESTART FILE AND MAKES FUNCTION CALLS TO *
* INITIALIZE GRID, SET P AND U, COMPUTE FOUR-VECTORS AND APPLY BOUNDS *
* *
******************************************************************************/

Expand Down

0 comments on commit b2e0a69

Please sign in to comment.