Searched refs:readdouble (Results 1 – 1 of 1) sorted by relevance
286 PetscBool readdouble = PETSC_FALSE; in PetscBinaryRead() local310 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()