Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c195 int fileFormat; member
832 int fileFormat = gmsh->fileFormat; in GmshReadPeriodic_v40() local
840 if (fileFormat == 22 || !binary) { in GmshReadPeriodic_v40()
853 if (fileFormat == 22 || !binary) { in GmshReadPeriodic_v40()
868 if (fileFormat == 22 || !binary) { in GmshReadPeriodic_v40()
888 if (fileFormat == 22 || !binary) { in GmshReadPeriodic_v40()
1118 int snum, fileType, fileFormat, dataSize, checkEndian; in GmshReadMeshFormat() local
1124 fileFormat = (int)roundf(version * 10); in GmshReadMeshFormat()
1126 …PetscCheck(fileFormat >= 22, PETSC_COMM_SELF, PETSC_ERR_SUP, "Gmsh file version %3.1f must be at l… in GmshReadMeshFormat()
1128 …PetscCheck(fileFormat <= 41, PETSC_COMM_SELF, PETSC_ERR_SUP, "Gmsh file version %3.1f must be at m… in GmshReadMeshFormat()
[all …]