Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscdsimpl.h150 PETSC_INTERN PetscErrorCode PetscDSGetDiscType_Internal(PetscDS, PetscInt, PetscDiscType *);
/petsc/src/dm/impls/plex/
H A Dplexproject.c858 PetscCall(PetscDSGetDiscType_Internal(ds, f, &disctype)); in DMProjectLocal_Generic_Plex()
881 PetscCall(PetscDSGetDiscType_Internal(dsIn, f, &disctype)); in DMProjectLocal_Generic_Plex()
916 PetscCall(PetscDSGetDiscType_Internal(dsIn, f, &disctype)); in DMProjectLocal_Generic_Plex()
926 PetscCall(PetscDSGetDiscType_Internal(dsAux, f, &disctype)); in DMProjectLocal_Generic_Plex()
/petsc/src/dm/dt/interface/
H A Ddtds.c4006 PetscErrorCode PetscDSGetDiscType_Internal(PetscDS ds, PetscInt f, PetscDiscType *disctype) in PetscDSGetDiscType_Internal() function