Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c397 PetscInt numTags; /* Size of tag array */ member
485 PetscInt numTags; /* Size of physical tag array */ member
587 int cellType, numElem, numVerts, numNodes, numTags; in GmshReadElements_v22() local
604 numTags = ibuf[2]; in GmshReadElements_v22()
612 const int off = binary ? 0 : 1, nint = 1 + numTags + numNodes - off; in GmshReadElements_v22()
613 const int *id = ibuf, *nodes = ibuf + 1 + numTags, *tags = ibuf + 1; in GmshReadElements_v22()
621 element->numTags = PetscMin(numTags, GMSH_MAX_TAGS); in GmshReadElements_v22()
624 for (p = 0; p < element->numTags; p++) element->tags[p] = tags[p]; in GmshReadElements_v22()
664 int dim, eid, numTags, *ibuf, t; in GmshReadEntities_v40() local
687 entity->numTags = numTags = (int)PetscMin(num, GMSH_MAX_TAGS); in GmshReadEntities_v40()
[all …]