Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dviewerhdf5impl.h55 …PetscBool spoutput; /* write data in single precision even if PETSc is compi… member
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c76 …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 Dgr2.c428 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 Dpdvec.c461 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()