PetscPDFSampleConstant3D#

Sample uniformly from a uniform distribution on [-1, 1] x [-1, 1] in 3D

Synopsis#

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

Not Collective

Input Parameter#

  • p - Three uniform variables on [0, 1]

Output Parameter#

  • x - Coordinate in [-1, 1] x [-1, 1] x [-1, 1]

See Also#

PetscPDFConstant3D(), PetscCDFConstant3D(), PetscPDFSampleConstant1D(), PetscPDFSampleConstant2D()

Level#

beginner

Location#

src/dm/dt/interface/dtprob.c


Edit on GitLab

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