Searched refs:PetscDSGetJetDegree (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 922 PetscCall(PetscDSGetJetDegree(dsIn, f, &k)); in DMProjectLocal_Generic_Plex() 932 PetscCall(PetscDSGetJetDegree(dsAux, f, &k)); in DMProjectLocal_Generic_Plex()
|
| /petsc/include/ |
| H A D | petscds.h | 138 PETSC_EXTERN PetscErrorCode PetscDSGetJetDegree(PetscDS, PetscInt, PetscInt *);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1238 PetscErrorCode PetscDSGetJetDegree(PetscDS ds, PetscInt f, PetscInt *k) in PetscDSGetJetDegree() function 3930 PetscCall(PetscDSGetJetDegree(ds, f, &d)); in PetscDSCopy()
|