Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dsysio.c408 PetscBool writedouble = PETSC_FALSE; in PetscBinaryWrite() local
438 PetscCall(PetscOptionsGetBool(NULL, NULL, "-binary_write_double", &writedouble, NULL)); in PetscBinaryWrite()
440 if ((type == PETSC_SCALAR || type == PETSC_REAL || type == PETSC_COMPLEX) && writedouble) { in PetscBinaryWrite()
483 …if ((type == PETSC_SCALAR || type == PETSC_REAL || type == PETSC_COMPLEX) && writedouble) PetscCal… in PetscBinaryWrite()