Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D317.md303 - Add `PetscDSIsCohesive()`, `PetscDSGetNumCohesive()`, and `PetscDSGetFieldOffsetCohesive()`
/petsc/include/
H A Dpetscds.h111 PETSC_EXTERN PetscErrorCode PetscDSGetNumCohesive(PetscDS, PetscInt *);
/petsc/src/dm/dt/interface/
H A Ddtds.c894 PetscErrorCode PetscDSGetNumCohesive(PetscDS ds, PetscInt *numCohesive) in PetscDSGetNumCohesive() function