Searched refs:zmomentumtot (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 2398 …PetscScalar xmomentumtot = 0, ymomentumtot = 0, zmomentumtot = 0, energytot = 0, densitytot = 0, t… in DMPlexLandauPrintNorms() local 2430 zmomentumtot += zmomentum[ii]; in DMPlexLandauPrintNorms() 2517 zmomentumtot += zmomentum[ii]; in DMPlexLandauPrintNorms() 2530 …id)", stepi, (double)PetscRealPart(densitytot), (double)PetscRealPart(zmomentumtot), (double)Petsc… in DMPlexLandauPrintNorms() 2533 …entumtot), (double)PetscRealPart(ymomentumtot), (double)PetscRealPart(zmomentumtot), (double)Petsc… in DMPlexLandauPrintNorms()
|