:orphan: # PetscPDFGaussian3D PDF for the Gaussian distribution in 3D ## Synopsis ``` #include "petscdt.h" PetscErrorCode PetscPDFGaussian3D(const PetscReal x[], const PetscReal dummy[], PetscReal p[]) ``` Not Collective ## Input Parameters - ***x -*** Coordinate in [-\infty, \infty]^3 - ***dummy -*** ignored ## Output Parameter - ***p -*** The probability density at x ## See Also `PetscPDFSampleGaussian3D()`, `PetscPDFMaxwellBoltzmann3D()` ## Level beginner ## Location src/dm/dt/interface/dtprob.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/interface/dtprob.c) [Index of all DT routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)