Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c922 PetscCall(PetscDSGetJetDegree(dsIn, f, &k)); in DMProjectLocal_Generic_Plex()
932 PetscCall(PetscDSGetJetDegree(dsAux, f, &k)); in DMProjectLocal_Generic_Plex()
/petsc/include/
H A Dpetscds.h138 PETSC_EXTERN PetscErrorCode PetscDSGetJetDegree(PetscDS, PetscInt, PetscInt *);
/petsc/src/dm/dt/interface/
H A Ddtds.c1238 PetscErrorCode PetscDSGetJetDegree(PetscDS ds, PetscInt f, PetscInt *k) in PetscDSGetJetDegree() function
3930 PetscCall(PetscDSGetJetDegree(ds, f, &d)); in PetscDSCopy()