Home
last modified time | relevance | path

Searched refs:eqE (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tests/
H A Dex28.c279 … n = 0.0, v = 0.0, E = 0.0, T = 0.0, m = 1.0, cn = 0.0, cv = 0.0, cE = 0.0, pE = 0.0, eqE = 0.0; in RHSFunctionParticles() local
341 eqE += ComputeCDF(m, n, T, vcoords[0], vcoords[1]) * m2; in RHSFunctionParticles()
344 …te: %.8f (%.8f, %.8f)\n", (double)t, (double)cn, (double)cv, (double)cE, (double)pE, (double)eqE)); in RHSFunctionParticles()