Searched refs:writedouble (Results 1 – 1 of 1) sorted by relevance
408 PetscBool writedouble = PETSC_FALSE; in PetscBinaryWrite() local438 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()