Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfluent.c60 …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()
[all …]