PETSc version 3.17.4
PetscPDFConstant1D
PDF for the uniform distribution in 1D
Synopsis
#include "petscdt.h"
PetscErrorCode PetscPDFConstant1D(const PetscReal x[], const PetscReal dummy[], PetscReal p[])
Not collective
Input Parameter
| x | - Coordinate in [-1, 1]
|
Output Parameter
| p | - The probability density at x
|
See Also
PetscCDFConstant1D()
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