Searched defs:use (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/snes/mf/ |
| H A D | snesmfj.c | 140 static PetscErrorCode MatSNESMFSetReuseBase_SNESMF(Mat J, PetscBool use) in MatSNESMFSetReuseBase_SNESMF() 175 PetscErrorCode MatSNESMFSetReuseBase(Mat J, PetscBool use) in MatSNESMFSetReuseBase() 183 static PetscErrorCode MatSNESMFGetReuseBase_SNESMF(Mat J, PetscBool *use) in MatSNESMFGetReuseBase_SNESMF() 211 PetscErrorCode MatSNESMFGetReuseBase(Mat J, PetscBool *use) in MatSNESMFGetReuseBase()
|
| /petsc/src/ksp/pc/impls/is/ |
| H A D | pcis.c | 3 static PetscErrorCode PCISSetUseStiffnessScaling_IS(PC pc, PetscBool use) in PCISSetUseStiffnessScaling_IS() 28 PetscErrorCode PCISSetUseStiffnessScaling(PC pc, PetscBool use) in PCISSetUseStiffnessScaling()
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.cxx | 723 static PetscErrorCode MatHtoolUsePermutation_Htool(Mat A, PetscBool use) in MatHtoolUsePermutation_Htool() 744 PetscErrorCode MatHtoolUsePermutation(Mat A, PetscBool use) in MatHtoolUsePermutation() 753 static PetscErrorCode MatHtoolUseRecompression_Htool(Mat A, PetscBool use) in MatHtoolUseRecompression_Htool() 774 PetscErrorCode MatHtoolUseRecompression(Mat A, PetscBool use) in MatHtoolUseRecompression()
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 272 PetscErrorCode PetscViewerBinarySetUseMPIIO(PetscViewer viewer, PetscBool use) in PetscViewerBinarySetUseMPIIO() 282 static PetscErrorCode PetscViewerBinarySetUseMPIIO_Binary(PetscViewer viewer, PetscBool use) in PetscViewerBinarySetUseMPIIO_Binary() 311 PetscErrorCode PetscViewerBinaryGetUseMPIIO(PetscViewer viewer, PetscBool *use) in PetscViewerBinaryGetUseMPIIO() 322 static PetscErrorCode PetscViewerBinaryGetUseMPIIO_Binary(PetscViewer viewer, PetscBool *use) in PetscViewerBinaryGetUseMPIIO_Binary()
|
| /petsc/src/ksp/ksp/impls/cheby/ |
| H A D | cheby.c | 115 static PetscErrorCode KSPChebyshevEstEigSetUseNoisy_Chebyshev(KSP ksp, PetscBool use) in KSPChebyshevEstEigSetUseNoisy_Chebyshev() 243 PetscErrorCode KSPChebyshevEstEigSetUseNoisy(KSP ksp, PetscBool use) in KSPChebyshevEstEigSetUseNoisy()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 1484 static PetscErrorCode PCMGSetGalerkin_MG(PC pc, PCMGGalerkinType use) in PCMGSetGalerkin_MG() 1514 PetscErrorCode PCMGSetGalerkin(PC pc, PCMGGalerkinType use) in PCMGSetGalerkin()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 143 PetscErrorCode SNESNewtonTRSetQNType(SNES snes, SNESNewtonTRQNType use) in SNESNewtonTRSetQNType()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.h | 130 PetscBool use; member
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 419 PetscBool use; /* indicates compressed rows have been checked and will be used */ member
|