| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 531 …, const char prefix[], const char name[], PetscProbFn **pdf, PetscProbFn **cdf, PetscProbFn **samp… in PetscProbCreateFromOptions() argument 544 if (cdf) { in PetscProbCreateFromOptions() 545 PetscAssertPointer(cdf, 5); in PetscProbCreateFromOptions() 546 *cdf = NULL; in PetscProbCreateFromOptions() 557 if (cdf) *cdf = PetscCDFConstant1D; in PetscProbCreateFromOptions() 562 if (cdf) *cdf = PetscCDFConstant2D; in PetscProbCreateFromOptions() 567 if (cdf) *cdf = PetscCDFConstant3D; in PetscProbCreateFromOptions() 578 if (cdf) *cdf = PetscCDFGaussian1D; in PetscProbCreateFromOptions() 597 if (cdf) *cdf = PetscCDFMaxwellBoltzmann1D; in PetscProbCreateFromOptions() 601 if (cdf) *cdf = PetscCDFMaxwellBoltzmann2D; in PetscProbCreateFromOptions() [all …]
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex27_2d_p2_rt0p0_a2_sensor.out | 6 type: cdf 8 cdf box=[ 0.9,1. ] 18 type: cdf 20 cdf box=[ 0.9,1. ]
|
| H A D | ex27_2d_p2_rt0p0_sensor.out | 6 type: cdf 8 cdf box=[ 0.9,1. ]
|
| H A D | ex27_2d_p2_rt0p0_byhand_sensor.out | 9 type: cdf 11 cdf box=[ 0.9,1. ]
|
| H A D | ex27_2d_p2_rt0p0_byhand_trig.out | 9 type: cdf 11 cdf box=[ 0.9,1. ]
|
| H A D | ex27_2d_p2_rt0p0_quadratic.out | 6 type: cdf 8 cdf box=[ 0.9,1. ]
|
| H A D | ex27_2d_p2_rt0p0_byhand_quadratic.out | 9 type: cdf 11 cdf box=[ 0.9,1. ]
|
| H A D | ex27_2d_p2_rt0p0_trig.out | 6 type: cdf 8 cdf box=[ 0.9,1. ]
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex14.c | 9 …cErrorCode VerifyDistribution(const char name[], PetscBool pos, PetscProbFn *pdf, PetscProbFn *cdf) in VerifyDistribution() argument 23 PetscCall(cdf(&x, NULL, &integral2)); in VerifyDistribution() 32 …PetscProbFn *cdf[] = {PetscCDFMaxwellBoltzmann1D, PetscCDFMaxwellBoltzmann2D, PetscCDFMaxwellBolt… in TestDistributions() local 37 …ETSC_STATIC_ARRAY_LENGTH(pdf); ++i) PetscCall(VerifyDistribution(name[i], pos[i], pdf[i], cdf[i])); in TestDistributions() 43 PetscProbFn *cdf[2] = {PetscCDFMaxwellBoltzmann1D, PetscCDFMaxwellBoltzmann2D}; in TestSampling() local 69 PetscCall(PetscProbComputeKSStatistic(v, cdf[s], &alpha)); in TestSampling()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex8.c | 78 PetscProbFn *cdf; in TestDistribution() local 90 cdf = PetscCDFMaxwellBoltzmann1D; in TestDistribution() 93 cdf = PetscCDFMaxwellBoltzmann2D; in TestDistribution() 96 cdf = PetscCDFMaxwellBoltzmann3D; in TestDistribution() 115 PetscCall(PetscProbComputeKSStatisticMagnitude(locv, cdf, &alpha)); in TestDistribution()
|
| /petsc/src/vec/vec/utils/tagger/tutorials/output/ |
| H A D | ex1_6.out | 19 type: cdf 21 cdf box=[ 0.25,0.75 ]
|
| H A D | ex1_7.out | 19 type: cdf 21 cdf box=[ 0.25,0.75 ]
|
| H A D | ex1_16.out | 19 type: cdf 21 cdf box=[ 0.25+0.25i,0.75+0.75i ]
|
| H A D | ex1_17.out | 19 type: cdf 21 cdf box=[ 0.25+0.25i,0.75+0.75i ]
|
| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | cdf.c | 156 VecTagger_CDF *cdf; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local 165 cdf = (VecTagger_CDF *)tagger->data; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 166 maxit = cdf->maxit; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 167 rtol = cdf->rtol; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 168 atol = cdf->atol; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 272 VecTagger_CDF *cdf = (VecTagger_CDF *)tagger->data; in VecTaggerComputeBoxes_CDF_Iterative() local 273 VecTagger_Simple *smpl = &cdf->smpl; in VecTaggerComputeBoxes_CDF_Iterative()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 641 PetscProbFn *cdf; in MonitorVelocity() local 661 cdf = PetscCDFGaussian1D; in MonitorVelocity() 664 cdf = PetscCDFMaxwellBoltzmann2D; in MonitorVelocity() 667 cdf = PetscCDFMaxwellBoltzmann3D; in MonitorVelocity() 707 PetscCall(PetscProbComputeKSStatisticWeighted(cellv, cellw, cdf, &ksa[c - cStart])); in MonitorVelocity()
|
| H A D | ex4.c | 1157 PetscProbFn *cdf; in MonitorVelocity() local 1177 cdf = PetscCDFGaussian1D; in MonitorVelocity() 1180 cdf = PetscCDFMaxwellBoltzmann2D; in MonitorVelocity() 1183 cdf = PetscCDFMaxwellBoltzmann3D; in MonitorVelocity() 1223 PetscCall(PetscProbComputeKSStatisticWeighted(cellv, cellw, cdf, &ksa[c - cStart])); in MonitorVelocity()
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 261 …D89D1D7E207AA1AB00FACC19 /* cdf.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1A96207AA1A90… 1013 …9D1A96207AA1A900FACC19 /* cdf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1784 D89D1A96207AA1A900FACC19 /* cdf.c */, 2883 D89D1D7E207AA1AB00FACC19 /* cdf.c in Sources */,
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 3821 (pb-dqmom/init-cdf #f)
|