Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c275 static PetscErrorCode GmshExpect(GmshFile *gmsh, const char Section[], char line[PETSC_MAX_PATH_LEN… in GmshExpect() function
307 PetscCall(GmshExpect(gmsh, EndSection, line)); in GmshReadEndSection()
1513 PetscCall(GmshExpect(gmsh, "$MeshFormat", line)); in DMPlexCreateGmshFromFile()
1635 PetscCall(GmshExpect(gmsh, "$MeshFormat", line)); in DMPlexCreateGmsh()
1643 PetscCall(GmshExpect(gmsh, "$MeshVersion", line)); in DMPlexCreateGmsh()
1653 PetscCall(GmshExpect(gmsh, "$Domain", line)); in DMPlexCreateGmsh()
1663 PetscCall(GmshExpect(gmsh, "$PhysicalNames", line)); in DMPlexCreateGmsh()
1674 PetscCall(GmshExpect(gmsh, "$Entities", line)); in DMPlexCreateGmsh()
1683 PetscCall(GmshExpect(gmsh, "$Nodes", line)); in DMPlexCreateGmsh()
1689 PetscCall(GmshExpect(gmsh, "$Elements", line)); in DMPlexCreateGmsh()
[all …]