Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c374 static PetscErrorCode GmshReadInt(GmshFile *gmsh, int *buf, PetscCount count) in GmshReadInt() function
941 PetscCall(GmshReadInt(gmsh, &eid, 1)); in GmshReadEntities_v41()
946 PetscCall(GmshReadInt(gmsh, tags, numTags)); in GmshReadEntities_v41()
953 PetscCall(GmshReadInt(gmsh, tags, numTags)); in GmshReadEntities_v41()
991 PetscCall(GmshReadInt(gmsh, info, 3)); in GmshReadNodes_v41()
1040 PetscCall(GmshReadInt(gmsh, info, 3)); in GmshReadElements_v41()
1091 PetscCall(GmshReadInt(gmsh, info, 3)); in GmshReadPeriodic_v41()
1137 PetscCall(GmshReadInt(gmsh, &checkEndian, 1)); in GmshReadMeshFormat()