Searched refs:ISGetCompressOutput (Results 1 – 4 of 4) sorted by relevance
50 - Add `ISGetCompressOutput()` and `ISSetCompressOutput()`
115 PETSC_EXTERN PetscErrorCode ISGetCompressOutput(IS, PetscBool *);
230 PetscCall(ISGetCompressOutput(is, &lcompress)); in ISGeneralCheckCompress()
2025 PetscErrorCode ISGetCompressOutput(IS is, PetscBool *compress) in ISGetCompressOutput() function