Lines Matching refs:GmshExpect
275 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()
1699 PetscCall(GmshExpect(gmsh, "$Periodic", line)); in DMPlexCreateGmsh()