Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgr2.c559 PetscBool tru = PETSC_TRUE; in VecView_MPI_HDF5_DA() local
560 …scCall(PetscViewerHDF5WriteObjectAttribute(viewer, (PetscObject)xin, "complex", PETSC_BOOL, &tru)); in VecView_MPI_HDF5_DA()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c627 PetscBool tru = PETSC_TRUE; in VecView_MPI_HDF5() local
628 …scCall(PetscViewerHDF5WriteObjectAttribute(viewer, (PetscObject)xin, "complex", PETSC_BOOL, &tru)); in VecView_MPI_HDF5()