Searched refs:PetscDTPermIndex (Results 1 – 2 of 2) sorted by relevance
126 PetscCall(PetscDTPermIndex(N, perm, &kCheck, &isOddCheck)); in main()150 PetscCall(PetscDTPermIndex(N, subset, &kCheck, &isOddCheck)); in main()
405 static inline PetscErrorCode PetscDTPermIndex(PetscInt n, const PetscInt *perm, PetscInt *k, PeOp P… in PetscDTPermIndex() function