Home
last modified time | relevance | path

Searched defs:tags (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c398 int tags[GMSH_MAX_TAGS]; /* Tag array */ member
486 int tags[GMSH_MAX_TAGS]; /* Physical tag array */ member
613 const int *id = ibuf, *nodes = ibuf + 1 + numTags, *tags = ibuf + 1; in GmshReadElements_v22() local
933 int dim, eid, *tags = NULL; in GmshReadEntities_v41() local
1002 PetscInt *tags = &nodes->tag[node * GMSH_MAX_TAGS]; in GmshReadNodes_v41() local
1893 const PetscInt *tags = &mesh->nodelist->tag[v * GMSH_MAX_TAGS]; in DMPlexCreateGmsh() local
/petsc/src/sys/utils/
H A Dmpits.c330 PetscMPIInt nrecvs, tag, *tags, done, i; in PetscCommBuildTwoSidedFReq_Ibarrier() local