Home
last modified time | relevance | path

Searched defs:flg (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/petsc/src/mat/utils/
H A Dmultequal.c9 static PetscErrorCode MatMultEqual_Private(Mat A, Mat B, PetscInt n, PetscBool *flg, PetscInt t, Pe… in MatMultEqual_Private()
116 static PetscErrorCode MatMatMultEqual_Private(Mat A, Mat B, Mat C, PetscInt n, PetscBool *flg, Pets… in MatMatMultEqual_Private()
233 PetscErrorCode MatMultEqual(Mat A, Mat B, PetscInt n, PetscBool *flg) in MatMultEqual()
257 PetscErrorCode MatMultAddEqual(Mat A, Mat B, PetscInt n, PetscBool *flg) in MatMultAddEqual()
282 PetscErrorCode MatMultTransposeEqual(Mat A, Mat B, PetscInt n, PetscBool *flg) in MatMultTransposeEqual()
306 PetscErrorCode MatMultTransposeAddEqual(Mat A, Mat B, PetscInt n, PetscBool *flg) in MatMultTransposeAddEqual()
331 PetscErrorCode MatMultHermitianTransposeEqual(Mat A, Mat B, PetscInt n, PetscBool *flg) in MatMultHermitianTransposeEqual()
355 PetscErrorCode MatMultHermitianTransposeAddEqual(Mat A, Mat B, PetscInt n, PetscBool *flg) in MatMultHermitianTransposeAddEqual()
381 PetscErrorCode MatMatMultEqual(Mat A, Mat B, Mat C, PetscInt n, PetscBool *flg) in MatMatMultEqual()
406 PetscErrorCode MatTransposeMatMultEqual(Mat A, Mat B, Mat C, PetscInt n, PetscBool *flg) in MatTransposeMatMultEqual()
[all …]
H A Dgcreate.c182 PetscErrorCode MatSetErrorIfFailure(Mat mat, PetscBool flg) in MatSetErrorIfFailure()
281 PetscBool flg, set; in MatSetFromOptions() local
574 PetscErrorCode MatBindToCPU(Mat A, PetscBool flg) in MatBindToCPU()
600 PetscErrorCode MatBoundToCPU(Mat A, PetscBool *flg) in MatBoundToCPU()
856 PetscErrorCode MatSetBindingPropagates(Mat A, PetscBool flg) in MatSetBindingPropagates()
879 PetscErrorCode MatGetBindingPropagates(Mat A, PetscBool *flg) in MatGetBindingPropagates()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c70 PetscBool flg = PETSC_FALSE, set; in PetscViewerSetFromOptions_HDF5() local
90 PetscBool flg; in PetscViewerView_HDF5() local
170 static PetscErrorCode PetscViewerHDF5SetBaseDimension2_HDF5(PetscViewer viewer, PetscBool flg) in PetscViewerHDF5SetBaseDimension2_HDF5()
200 PetscErrorCode PetscViewerHDF5SetBaseDimension2(PetscViewer viewer, PetscBool flg) in PetscViewerHDF5SetBaseDimension2()
228 PetscErrorCode PetscViewerHDF5GetBaseDimension2(PetscViewer viewer, PetscBool *flg) in PetscViewerHDF5GetBaseDimension2()
238 static PetscErrorCode PetscViewerHDF5SetSPOutput_HDF5(PetscViewer viewer, PetscBool flg) in PetscViewerHDF5SetSPOutput_HDF5()
269 PetscErrorCode PetscViewerHDF5SetSPOutput(PetscViewer viewer, PetscBool flg) in PetscViewerHDF5SetSPOutput()
294 PetscErrorCode PetscViewerHDF5GetSPOutput(PetscViewer viewer, PetscBool *flg) in PetscViewerHDF5GetSPOutput()
304 static PetscErrorCode PetscViewerHDF5SetCollective_HDF5(PetscViewer viewer, PetscBool flg) in PetscViewerHDF5SetCollective_HDF5()
345 PetscErrorCode PetscViewerHDF5SetCollective(PetscViewer viewer, PetscBool flg) in PetscViewerHDF5SetCollective()
[all …]
/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c81 static PetscErrorCode PCJacobiGetUseAbs_Jacobi(PC pc, PetscBool *flg) in PCJacobiGetUseAbs_Jacobi()
90 static PetscErrorCode PCJacobiSetUseAbs_Jacobi(PC pc, PetscBool flg) in PCJacobiSetUseAbs_Jacobi()
108 static PetscErrorCode PCJacobiSetRowl1Scale_Jacobi(PC pc, PetscReal flg) in PCJacobiSetRowl1Scale_Jacobi()
117 static PetscErrorCode PCJacobiGetRowl1Scale_Jacobi(PC pc, PetscReal *flg) in PCJacobiGetRowl1Scale_Jacobi()
126 static PetscErrorCode PCJacobiSetFixDiagonal_Jacobi(PC pc, PetscBool flg) in PCJacobiSetFixDiagonal_Jacobi()
135 static PetscErrorCode PCJacobiGetFixDiagonal_Jacobi(PC pc, PetscBool *flg) in PCJacobiGetFixDiagonal_Jacobi()
432 PetscBool flg; in PCSetFromOptions_Jacobi() local
582 PetscErrorCode PCJacobiSetUseAbs(PC pc, PetscBool flg) in PCJacobiSetUseAbs()
606 PetscErrorCode PCJacobiGetUseAbs(PC pc, PetscBool *flg) in PCJacobiGetUseAbs()
681 PetscErrorCode PCJacobiSetFixDiagonal(PC pc, PetscBool flg) in PCJacobiSetFixDiagonal()
[all …]
/petsc/src/sys/fileio/
H A Dftest.c24 …etscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int fmode, PetscBool *flg) in PetscTestOwnership()
50 …etscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int fmode, PetscBool *flg) in PetscTestOwnership()
161 PetscErrorCode PetscTestFile(const char fname[], char mode, PetscBool *flg) in PetscTestFile()
201 PetscErrorCode PetscTestDirectory(const char dirname[], char mode, PetscBool *flg) in PetscTestDirectory()
240 …scErrorCode PetscLs(MPI_Comm comm, const char dirname[], char found[], size_t tlen, PetscBool *flg) in PetscLs()
H A Dfdir.c46 PetscBool flg; in PetscMkdir() local
114 PetscBool flg; in PetscRMTree() local
162 PetscBool flg; in PetscRMTree() local
H A Dfretrieve.c67 PetscBool flg; in PetscGetTmp() local
122 PetscBool flg; in PetscSharedTmp() local
241 PetscBool flg; in PetscSharedWorkingDirectory() local
/petsc/src/sys/objects/
H A Dtagm.c66 PetscMPIInt *maxval, flg; in PetscCommGetNewTag() local
116 PetscMPIInt flg; in PetscCommGetComm() local
153 PetscMPIInt flg; in PetscCommRestoreComm() local
203 PetscMPIInt *maxval, flg; in PetscCommDuplicate() local
288 PetscMPIInt flg; in PetscCommDestroy() local
H A Dpname.c56 PetscBool flg; in PetscObjectPrintClassNamePrefixType() local
102 PetscMPIInt flg; in PetscObjectName() local
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c9 PetscBool foundmtype, flg, destroy = PETSC_FALSE; in PCFactorSetDefaultOrdering_Factor() local
67 static PetscErrorCode PCFactorSetUseInPlace_Factor(PC pc, PetscBool flg) in PCFactorSetUseInPlace_Factor()
76 static PetscErrorCode PCFactorGetUseInPlace_Factor(PC pc, PetscBool *flg) in PCFactorGetUseInPlace_Factor()
361 PetscErrorCode PCFactorSetAllowDiagonalFill(PC pc, PetscBool flg) in PCFactorSetAllowDiagonalFill()
388 PetscErrorCode PCFactorGetAllowDiagonalFill(PC pc, PetscBool *flg) in PCFactorGetAllowDiagonalFill()
546 PetscErrorCode PCFactorSetUseInPlace(PC pc, PetscBool flg) in PCFactorSetUseInPlace()
569 PetscErrorCode PCFactorGetUseInPlace(PC pc, PetscBool *flg) in PCFactorGetUseInPlace()
H A Dfactimpl.c73 PetscBool flg; in PCFactorSetMatOrderingType_Factor() local
136 PetscErrorCode PCFactorSetAllowDiagonalFill_Factor(PC pc, PetscBool flg) in PCFactorSetAllowDiagonalFill_Factor()
145 PetscErrorCode PCFactorGetAllowDiagonalFill_Factor(PC pc, PetscBool *flg) in PCFactorGetAllowDiagonalFill_Factor()
183 PetscBool flg; in PCFactorSetMatSolverType_Factor() local
217 PetscBool flg, set; in PCSetFromOptions_Factor() local
/petsc/src/vec/vec/tests/
H A Dex48.c112 static inline PetscErrorCode isRoot(const char path[], PetscBool *flg) in isRoot()
123 static inline PetscErrorCode compare(PetscDataType dt, void *ptr0, void *ptr1, PetscBool *flg) in compare()
191 static PetscErrorCode hasGroupOrDataset(PetscViewer viewer, const char path[], int *flg) in hasGroupOrDataset()
264 PetscBool flg = PETSC_FALSE; in CapsuleWriteAttributes() local
280 PetscBool flg = PETSC_FALSE, hasAttr = PETSC_FALSE; in CapsuleReadAndCompareAttributes() local
342 PetscBool flg = PETSC_FALSE, flg1 = PETSC_FALSE, flg2 = PETSC_FALSE; in testGroupsDatasets() local
492 PetscBool flg = PETSC_FALSE, flg1 = PETSC_FALSE; in testAttributesAbsolutePath() local
585 PetscBool flg = PETSC_FALSE, flg1 = PETSC_FALSE; in testAttributesPushedPath() local
661 PetscBool flg = PETSC_FALSE, flg1 = PETSC_FALSE; in testObjectAttributes() local
756 PetscBool flg; in testAttributesDefaultValue() local
/petsc/src/ts/adapt/impls/history/
H A Dadapthist.c47 PetscBool flg; in TSAdaptHistorySetTSHistory() local
82 PetscBool flg; in TSAdaptHistoryGetStep() local
116 PetscBool flg; in TSAdaptHistorySetHistory() local
154 PetscBool flg; in TSAdaptHistorySetTrajectory() local
/petsc/src/dm/impls/composite/
H A Dpack.c45 PetscBool flg; in DMCompositeSetCoupling() local
152 PetscBool flg; in DMCompositeGetNumberDM() local
188 PetscBool flg; in DMCompositeGetAccess() local
253 PetscBool flg; in DMCompositeGetAccessArray() local
316 PetscBool flg; in DMCompositeGetLocalAccessArray() local
374 PetscBool flg; in DMCompositeRestoreAccess() local
423 PetscBool flg; in DMCompositeRestoreAccessArray() local
472 PetscBool flg; in DMCompositeRestoreLocalAccessArray() local
520 PetscBool flg; in DMCompositeScatter() local
576 PetscBool flg; in DMCompositeScatterArray() local
[all …]
/petsc/src/snes/impls/fas/
H A Dfasgalerkin.c18 PetscErrorCode SNESFASGetGalerkin(SNES snes, PetscBool *flg) in SNESFASGetGalerkin()
42 PetscErrorCode SNESFASSetGalerkin(SNES snes, PetscBool flg) in SNESFASSetGalerkin()
/petsc/src/sys/classes/viewer/interface/
H A Dview.c458 PetscErrorCode PetscViewerReadable(PetscViewer viewer, PetscBool *flg) in PetscViewerReadable()
500 PetscErrorCode PetscViewerWritable(PetscViewer viewer, PetscBool *flg) in PetscViewerWritable()
530 PetscBool flg; in PetscViewerCheckReadable() local
553 PetscBool flg; in PetscViewerCheckWritable() local
/petsc/src/snes/impls/tr/
H A Dtr.c115 PetscBool flg; in SNESNewtonTRSetNormType() local
145 PetscBool flg; in SNESNewtonTRSetQNType() local
174 PetscBool flg; in SNESNewtonTRSetFallbackType() local
205 PetscBool flg; in SNESNewtonTRSetPreCheck() local
236 PetscBool flg; in SNESNewtonTRGetPreCheck() local
269 PetscBool flg; in SNESNewtonTRSetPostCheck() local
300 PetscBool flg; in SNESNewtonTRGetPostCheck() local
331 PetscBool flg; in SNESNewtonTRPreCheck() local
370 PetscBool flg; in SNESNewtonTRPostCheck() local
842 PetscBool flg; in SNESSetFromOptions_NEWTONTR() local
[all …]
/petsc/src/vec/is/is/utils/
H A Discomp.c35 PetscErrorCode ISEqual(IS is1, IS is2, PetscBool *flg) in ISEqual()
117 PetscErrorCode ISEqualUnsorted(IS is1, IS is2, PetscBool *flg) in ISEqualUnsorted()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c5 … PetscErrorCode PetscRegressorLinearSetFitIntercept_Linear(PetscRegressor regressor, PetscBool flg) in PetscRegressorLinearSetFitIntercept_Linear()
64 static PetscErrorCode PetscRegressorLinearSetUseKSP_Linear(PetscRegressor regressor, PetscBool flg) in PetscRegressorLinearSetUseKSP_Linear()
234 PetscErrorCode PetscRegressorLinearSetFitIntercept(PetscRegressor regressor, PetscBool flg) in PetscRegressorLinearSetFitIntercept()
280 PetscErrorCode PetscRegressorLinearSetUseKSP(PetscRegressor regressor, PetscBool flg) in PetscRegressorLinearSetUseKSP()
292 PetscBool set, flg = PETSC_FALSE; in PetscRegressorSetFromOptions_Linear() local
/petsc/src/snes/linesearch/impls/shell/
H A Dlinesearchshell.c50 PetscBool flg; in SNESLineSearchShellSetApply() local
82 PetscBool flg; in SNESLineSearchShellGetApply() local
/petsc/src/ksp/pc/impls/eisens/
H A Deisen.c153 PetscBool set, flg; in PCSetFromOptions_Eisenstat() local
220 static PetscErrorCode PCEisenstatSetNoDiagonalScaling_Eisenstat(PC pc, PetscBool flg) in PCEisenstatSetNoDiagonalScaling_Eisenstat()
238 static PetscErrorCode PCEisenstatGetNoDiagonalScaling_Eisenstat(PC pc, PetscBool *flg) in PCEisenstatGetNoDiagonalScaling_Eisenstat()
304 PetscErrorCode PCEisenstatSetNoDiagonalScaling(PC pc, PetscBool flg) in PCEisenstatSetNoDiagonalScaling()
372 PetscErrorCode PCEisenstatGetNoDiagonalScaling(PC pc, PetscBool *flg) in PCEisenstatGetNoDiagonalScaling()
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c340 PetscErrorCode SNESNGMRESSetRestartFmRise(SNES snes, PetscBool flg) in SNESNGMRESSetRestartFmRise()
350 static PetscErrorCode SNESNGMRESSetRestartFmRise_NGMRES(SNES snes, PetscBool flg) in SNESNGMRESSetRestartFmRise_NGMRES()
359 PetscErrorCode SNESNGMRESGetRestartFmRise(SNES snes, PetscBool *flg) in SNESNGMRESGetRestartFmRise()
369 static PetscErrorCode SNESNGMRESGetRestartFmRise_NGMRES(SNES snes, PetscBool *flg) in SNESNGMRESGetRestartFmRise_NGMRES()
/petsc/src/tao/bound/impls/bqnk/
H A Dbqnk.c68 PetscBool flg = PETSC_FALSE; in TaoSolve_BQNK() local
203 PetscBool flg = PETSC_FALSE; in TaoGetLMVMMatrix() local
231 PetscBool flg = PETSC_FALSE; in TaoSetLMVMMatrix() local
/petsc/src/snes/impls/shell/
H A Dsnesshell.c63 PetscBool flg; in SNESShellGetContext() local
90 PetscBool flg; in SNESShellSetContext() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c18 PetscBool flg; in ProcessOptions() local
47 PetscBool flg; in main() local

12345678910>>...28