Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c404 } GmshEntities; typedef
406 static PetscErrorCode GmshEntitiesCreate(PetscCount count[4], GmshEntities **entities) in GmshEntitiesCreate()
417 static PetscErrorCode GmshEntitiesDestroy(GmshEntities **entities) in GmshEntitiesDestroy()
431 static PetscErrorCode GmshEntitiesAdd(GmshEntities *entities, PetscInt index, PetscInt dim, PetscIn… in GmshEntitiesAdd()
441 static PetscErrorCode GmshEntitiesGet(GmshEntities *entities, PetscInt dim, PetscInt eid, GmshEntit… in GmshEntitiesGet()
507 GmshEntities *entities;