Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex7.c126 PetscCall(PetscDTPermIndex(N, perm, &kCheck, &isOddCheck)); in main()
150 PetscCall(PetscDTPermIndex(N, subset, &kCheck, &isOddCheck)); in main()
/petsc/include/
H A Dpetscdt.h405 static inline PetscErrorCode PetscDTPermIndex(PetscInt n, const PetscInt *perm, PetscInt *k, PeOp P… in PetscDTPermIndex() function