Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dsysio.c286 PetscBool readdouble = PETSC_FALSE; in PetscBinaryRead() local
310 PetscCall(PetscOptionsGetBool(NULL, NULL, "-binary_read_double", &readdouble, NULL)); in PetscBinaryRead()
312 if ((type == PETSC_REAL || type == PETSC_COMPLEX) && readdouble) { in PetscBinaryRead()
338 if ((type == PETSC_REAL || type == PETSC_COMPLEX) && readdouble) { in PetscBinaryRead()