Home
last modified time | relevance | path

Searched refs:outputType (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/interface/
H A Ddtprob.c629 static PetscErrorCode KSViewerCreate(PetscObject obj, OutputType *outputType, PetscViewer *viewer) in KSViewerCreate() argument
638 *outputType = NONE; in KSViewerCreate()
645 if (flg) *outputType = ASCII; in KSViewerCreate()
647 if (flg) *outputType = DRAW; in KSViewerCreate()
664 …val[], PetscReal wgt[], PetscProbFn *cdf, PetscReal *alpha, OutputType outputType, PetscViewer vie… in PetscProbComputeKSStatistic_Internal() argument
680 if (outputType == DRAW) { in PetscProbComputeKSStatistic_Internal()
711 switch (outputType) { in PetscProbComputeKSStatistic_Internal()
724 if (outputType == DRAW) { in PetscProbComputeKSStatistic_Internal()
732 …if (outputType == ASCII) PetscCall(PetscViewerASCIIPrintf(viewer, "KSfbar(%" PetscInt_FMT ", %.2g)… in PetscProbComputeKSStatistic_Internal()
789 OutputType outputType = NONE; in PetscProbComputeKSStatistic() local
[all …]