Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ !
H A Dplexproject.c859 if (disctype == PETSC_DISC_FE) { in DMProjectLocal_Generic_Plex()
882 if (disctype == PETSC_DISC_FE) { in DMProjectLocal_Generic_Plex()
917 if (disctype != PETSC_DISC_FE) continue; in DMProjectLocal_Generic_Plex()
927 if (disctype != PETSC_DISC_FE) continue; in DMProjectLocal_Generic_Plex()
/petsc/include/ !
H A Dpetscds.h89 PETSC_DISC_FE, enumerator
/petsc/src/dm/dt/interface/ !
H A Ddtds.c4021 if (id == PETSCFE_CLASSID) *disctype = PETSC_DISC_FE; in PetscDSGetDiscType_Internal()