PetscCDFMaxwellBoltzmann2D#

CDF for the Maxwell-Boltzmann distribution in 2D

Synopsis#

#include "petscdt.h" 
PetscErrorCode PetscCDFMaxwellBoltzmann2D(const PetscReal x[], const PetscReal dummy[], PetscReal p[])

Not Collective

Input Parameters#

  • x - Speed in \([0, \infty]\)

  • dummy - Unused

Output Parameter#

  • p - The probability density at x

See Also#

PetscPDFMaxwellBoltzmann2D()

Level#

beginner

Location#

src/dm/dt/interface/dtprob.c


Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages