Home
last modified time | relevance | path

Searched defs:pivot (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/utils/
H A Dsorti.c68 #define TwoWayPartition1(X, pivot, t1, lo, hi, l, r) \ argument
101 #define TwoWayPartitionReverse1(X, pivot, t1, lo, hi, l, r) \ argument
118 #define TwoWayPartition2(X, Y, pivot, t1, t2, lo, hi, l, r) \ argument
135 #define TwoWayPartition3(X, Y, Z, pivot, t1, t2, t3, lo, hi, l, r) \ argument
153 #define QuickSort1(FuncName, X, n, pivot, t1) \ argument
176 #define QuickSortReverse1(FuncName, X, n, pivot, t1) \ argument
198 #define QuickSort2(FuncName, X, Y, n, pivot, t1, t2) \ argument
220 #define QuickSort3(FuncName, X, Y, Z, n, pivot, t1, t2, t3) \ argument
312 PetscInt pivot, t1, N; in PetscSortInt() local
339 PetscCount pivot, t1; in PetscSortInt64() local
[all …]
/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c95 PetscErrorCode PCFactorGetZeroPivot_Factor(PC pc, PetscReal *pivot) in PCFactorGetZeroPivot_Factor()
154 PetscErrorCode PCFactorSetPivotInBlocks_Factor(PC pc, PetscBool pivot) in PCFactorSetPivotInBlocks_Factor()
H A Dfactor.c238 PetscErrorCode PCFactorGetZeroPivot(PC pc, PetscReal *pivot) in PCFactorGetZeroPivot()
656 PetscErrorCode PCFactorSetPivotInBlocks(PC pc, PetscBool pivot) in PCFactorSetPivotInBlocks()
/petsc/src/mat/interface/
H A Dmatrix.c165 PetscErrorCode MatFactorGetErrorZeroPivot(Mat mat, PetscReal *pivot, PetscInt *row) in MatFactorGetErrorZeroPivot()