Home
last modified time | relevance | path

Searched refs:PetscDSGetComponentOffset (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi26 PetscErrorCode PetscDSGetComponentOffset(PetscDS, PetscInt, PetscInt*)
/petsc/include/
H A Dpetscds.h123 PETSC_EXTERN PetscErrorCode PetscDSGetComponentOffset(PetscDS, PetscInt, PetscInt *);
/petsc/src/dm/dt/interface/
H A Ddtds.c2831 PetscErrorCode PetscDSGetComponentOffset(PetscDS prob, PetscInt f, PetscInt *off) in PetscDSGetComponentOffset() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c4161 PetscCall(PetscDSGetComponentOffset(prob, f, &off)); in DMPlexGetFaceFields()