Lines Matching refs:numClosingParens
60 …wer, void *data, PetscInt count, PetscDataType dtype, PetscBool binary, PetscInt *numClosingParens) in DMPlexCreateFluent_ReadValues() argument
67 *numClosingParens = 0; in DMPlexCreateFluent_ReadValues()
90 ++(*numClosingParens); in DMPlexCreateFluent_ReadValues()
142 PetscInt numClosingParens = 0; in DMPlexCreateFluent_ReadSection() local
151 … s->nd * numCoords, PETSC_SCALAR, s->index == 2010 ? PETSC_TRUE : PETSC_FALSE, &numClosingParens)); in DMPlexCreateFluent_ReadSection()
152 if (!numClosingParens) PetscCall(DMPlexCreateFluent_ReadString(viewer, buffer, ')')); in DMPlexCreateFluent_ReadSection()
153 else --numClosingParens; in DMPlexCreateFluent_ReadSection()
155 if (!numClosingParens) PetscCall(DMPlexCreateFluent_ReadString(viewer, buffer, ')')); in DMPlexCreateFluent_ReadSection()
156 else --numClosingParens; in DMPlexCreateFluent_ReadSection()
157 …PetscCheck(!numClosingParens, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "File is not a valid Fluent fi… in DMPlexCreateFluent_ReadSection()
159 PetscInt numClosingParens = 0; in DMPlexCreateFluent_ReadSection() local
175 …er, s->data, numCells, PETSC_INT, s->index == 2012 ? PETSC_TRUE : PETSC_FALSE, &numClosingParens)); in DMPlexCreateFluent_ReadSection()
176 if (!numClosingParens) PetscCall(DMPlexCreateFluent_ReadString(viewer, buffer, ')')); in DMPlexCreateFluent_ReadSection()
177 else --numClosingParens; in DMPlexCreateFluent_ReadSection()
180 if (!numClosingParens) PetscCall(DMPlexCreateFluent_ReadString(viewer, buffer, ')')); in DMPlexCreateFluent_ReadSection()
181 else --numClosingParens; in DMPlexCreateFluent_ReadSection()
182 …PetscCheck(!numClosingParens, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "File is not a valid Fluent fi… in DMPlexCreateFluent_ReadSection()
184 PetscInt numClosingParens = 0; in DMPlexCreateFluent_ReadSection() local
223 …ewer, &numFaceVert, 1, PETSC_INT, s->index == 2013 ? PETSC_TRUE : PETSC_FALSE, &numClosingParens)); in DMPlexCreateFluent_ReadSection()
242 …[offset]), numEntries, PETSC_INT, s->index == 2013 ? PETSC_TRUE : PETSC_FALSE, &numClosingParens)); in DMPlexCreateFluent_ReadSection()
246 if (!numClosingParens) PetscCall(DMPlexCreateFluent_ReadString(viewer, buffer, ')')); in DMPlexCreateFluent_ReadSection()
247 else --numClosingParens; in DMPlexCreateFluent_ReadSection()
249 if (!numClosingParens) PetscCall(DMPlexCreateFluent_ReadString(viewer, buffer, ')')); in DMPlexCreateFluent_ReadSection()
250 else --numClosingParens; in DMPlexCreateFluent_ReadSection()
251 …PetscCheck(!numClosingParens, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "File is not a valid Fluent fi… in DMPlexCreateFluent_ReadSection()