Searched refs:GmshBufferGet (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 212 static PetscErrorCode GmshBufferGet(GmshFile *gmsh, PetscCount count, size_t eltsize, void *buf) in GmshBufferGet() function 684 PetscCall(GmshBufferGet(gmsh, num, sizeof(int), &ibuf)); in GmshReadEntities_v40() 692 PetscCall(GmshBufferGet(gmsh, lnum, sizeof(int), &ibuf)); in GmshReadEntities_v40() 735 PetscCall(GmshBufferGet(gmsh, numNodes, nbytes, &cbuf)); in GmshReadNodes_v40() 808 PetscCall(GmshBufferGet(gmsh, (1 + numNodes) * numElements, sizeof(int), &ibuf)); in GmshReadElements_v40() 945 PetscCall(GmshBufferGet(gmsh, numTags, sizeof(int), &tags)); in GmshReadEntities_v41() 952 PetscCall(GmshBufferGet(gmsh, numTags, sizeof(int), &tags)); in GmshReadEntities_v41() 1050 PetscCall(GmshBufferGet(gmsh, (1 + numNodes) * numBlockElements, sizeof(PetscInt), &ibuf)); in GmshReadElements_v41() 1095 PetscCall(GmshBufferGet(gmsh, numCorrespondingNodes, sizeof(PetscInt), &nodeTags)); in GmshReadPeriodic_v41()
|