Searched refs:PetscDSGetComponentOffset (Results 1 – 4 of 4) sorted by relevance
26 PetscErrorCode PetscDSGetComponentOffset(PetscDS, PetscInt, PetscInt*)
123 PETSC_EXTERN PetscErrorCode PetscDSGetComponentOffset(PetscDS, PetscInt, PetscInt *);
2831 PetscErrorCode PetscDSGetComponentOffset(PetscDS prob, PetscInt f, PetscInt *off) in PetscDSGetComponentOffset() function
4161 PetscCall(PetscDSGetComponentOffset(prob, f, &off)); in DMPlexGetFaceFields()