Searched refs:ComputeCDF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex28.c | 216 static PetscReal ComputeCDF(PetscReal m, PetscReal n, PetscReal T, PetscReal va, PetscReal vb) in ComputeCDF() function 239 neq = ComputeCDF(m, n, T, vmin, vmax); in CheckDistribution() 250 neq += ComputeCDF(m, n, T, vcoords[0], vcoords[1]); in CheckDistribution() 323 neq = ComputeCDF(m, n, T, vcoords[0], vcoords[1]); in RHSFunctionParticles() 341 eqE += ComputeCDF(m, n, T, vcoords[0], vcoords[1]) * m2; in RHSFunctionParticles()
|