Home
last modified time | relevance | path

Searched defs:has (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c56 PetscBool has; in PetscViewerHDF5CheckNamedObject_Internal() local
872 PetscBool writable, has; in PetscViewerHDF5OpenGroup() local
1186 PetscBool has; in PetscViewerHDF5WriteAttribute() local
1292 PetscBool has; in PetscViewerHDF5ReadAttribute() local
1392 …ternal(PetscViewer viewer, const char name[], PetscBool createGroup, PetscBool *has, H5O_type_t *o… in PetscViewerHDF5Traverse_Internal()
1473 PetscErrorCode PetscViewerHDF5HasGroup(PetscViewer viewer, const char path[], PetscBool *has) in PetscViewerHDF5HasGroup()
1512 PetscErrorCode PetscViewerHDF5HasDataset(PetscViewer viewer, const char path[], PetscBool *has) in PetscViewerHDF5HasDataset()
1549 PetscErrorCode PetscViewerHDF5HasObject(PetscViewer viewer, PetscObject obj, PetscBool *has) in PetscViewerHDF5HasObject()
1583 …cViewerHDF5HasAttribute(PetscViewer viewer, const char parent[], const char name[], PetscBool *has) in PetscViewerHDF5HasAttribute()
1620 …iewerHDF5HasObjectAttribute(PetscViewer viewer, PetscObject obj, const char name[], PetscBool *has) in PetscViewerHDF5HasObjectAttribute()
[all …]
/petsc/src/sys/objects/
H A Dpackage.c26 PetscErrorCode PetscHasExternalPackage(const char pkg[], PetscBool *has) in PetscHasExternalPackage()
H A Dinherit.c870 PetscErrorCode PetscObjectHasFunction(PetscObject obj, const char name[], PetscBool *has) in PetscObjectHasFunction()
/petsc/src/sys/tests/
H A Dex56.c8 PetscBool has, flg; in main() local
H A Dex6.c10 PetscBool has; in main() local
H A Dex41.c12 PetscBool has, flag; in main() local
H A Dex40.c27 PetscBool has, flag; in PETSC_HASH_MAP() local
/petsc/include/
H A Dpetscviewerhdf5.h30 …de PetscViewerHDF5PathIsRelative(const char path[], PetscBool emptyIsRelative, PetscBool *has) PeNS in PetscViewerHDF5PathIsRelative()
/petsc/src/ksp/ksp/tutorials/
H A Dex27.c14 static PetscErrorCode VecLoadIfExists_Private(Vec b, PetscViewer fd, PetscBool *has) in VecLoadIfExists_Private()
47 PetscBool has; in main() local
/petsc/src/vec/vec/tests/
H A Dex48.c83 static inline PetscErrorCode shouldExist(const char name[], PetscBool emptyExists, PetscBool *has) in shouldExist()
98 static inline PetscErrorCode isPop(const char path[], PetscBool *has) in isPop()
105 static inline PetscErrorCode isDot(const char path[], PetscBool *has) in isDot()
193 PetscBool has; in hasGroupOrDataset() local
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhpddm.h17 PetscErrorCode PCHPDDMHasNeumannMat(PETSC_UNUSED PC pc,PETSC_UNUSED PetscBool has){PetscHPDDMError;} in PCHPDDMHasNeumannMat()
/petsc/src/dm/impls/plex/tests/
H A Dex6.c69 PetscBool has; in TestLookup() local
H A Dex56.c285 PetscBool has; in DMLabelCompareWithCoordinateRepresentation() local
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c236 PetscBool has; in PetscViewerHDF5Load_Internal() local
/petsc/src/mat/impls/transpose/
H A Dhtransm.c480 static PetscErrorCode MatHasOperation_HT(Mat mat, MatOperation op, PetscBool *has) in MatHasOperation_HT()
H A Dtransm.c298 static PetscErrorCode MatHasOperation_Transpose(Mat mat, MatOperation op, PetscBool *has) in MatHasOperation_Transpose()
/petsc/src/dm/label/
H A Ddmlabel.c1077 PetscBool has; in DMLabelGetValue() local
2978 PetscBool has; in PetscSectionSymGetPoints_Label() local
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c381 PetscBool has; in DMSequenceGetLength_HDF5_Internal() local
1960 PetscBool has; in DMPlexDistributionLoad_HDF5_Private() local
2915 PetscBool has; in DMPlexSectionLoad_HDF5_Internal() local
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx256 static PetscErrorCode PCHPDDMHasNeumannMat_HPDDM(PC pc, PetscBool has) in PCHPDDMHasNeumannMat_HPDDM()
281 PetscErrorCode PCHPDDMHasNeumannMat(PC pc, PetscBool has) in PCHPDDMHasNeumannMat()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c413 PetscErrorCode TSHasRHSFunction(TS ts, PetscBool *has) in TSHasRHSFunction()
/petsc/src/mat/impls/is/
H A Dmatis.c2381 …rrorCode ISLocalToGlobalMappingHasRepeatedLocal_Private(ISLocalToGlobalMapping map, PetscBool *has) in ISLocalToGlobalMappingHasRepeatedLocal_Private()
3388 static PetscErrorCode MatHasOperation_IS(Mat A, MatOperation op, PetscBool *has) in MatHasOperation_IS()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1301 PetscBool has; in DMPlexDistributeLabels() local
/petsc/src/mat/impls/nest/
H A Dmatnest.c2225 static PetscErrorCode MatHasOperation_Nest(Mat mat, MatOperation op, PetscBool *has) in MatHasOperation_Nest()
/petsc/src/ts/interface/
H A Dts.c1718 PetscErrorCode TSHasTransientVariable(TS ts, PetscBool *has) in TSHasTransientVariable()
/petsc/src/snes/interface/
H A Dsnes.c701 PetscBool has; in KSPComputeOperators_SNES() local

12