Searched refs:spoutput (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | viewerhdf5impl.h | 55 …PetscBool spoutput; /* write data in single precision even if PETSc is compi… member
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 76 …ritten in single precision", "PetscViewerHDF5SetSPOutput", hdf5->spoutput, &hdf5->spoutput, NULL)); in PetscViewerSetFromOptions_HDF5() 95 …scViewerASCIIPrintf(viewer, "Enforce single precision storage: %s\n", PetscBools[hdf5->spoutput])); in PetscViewerView_HDF5() 243 hdf5->spoutput = flg; in PetscViewerHDF5SetSPOutput_HDF5() 300 *flg = hdf5->spoutput; in PetscViewerHDF5GetSPOutput()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 428 PetscBool timestepping = PETSC_FALSE, dim2, spoutput; in VecView_MPI_HDF5_DA() local 438 PetscCall(PetscViewerHDF5GetSPOutput(viewer, &spoutput)); in VecView_MPI_HDF5_DA() 505 if (spoutput == PETSC_TRUE) filescalartype = H5T_NATIVE_FLOAT; in VecView_MPI_HDF5_DA()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 461 PetscBool timestepping, dim2, spoutput; in VecView_MPI_HDF5() local 473 PetscCall(PetscViewerHDF5GetSPOutput(viewer, &spoutput)); in VecView_MPI_HDF5() 545 if (spoutput == PETSC_TRUE) filescalartype = H5T_NATIVE_FLOAT; in VecView_MPI_HDF5()
|