Home
last modified time | relevance | path

Searched defs:use (Results 1 – 9 of 9) sorted by relevance

/petsc/src/snes/mf/
H A Dsnesmfj.c140 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 Dpcis.c3 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 Dhtool.cxx723 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 Dbinv.c272 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 Dcheby.c115 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 Dmg.c1484 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 Dtr.c143 PetscErrorCode SNESNewtonTRSetQNType(SNES snes, SNESNewtonTRQNType use) in SNESNewtonTRSetQNType()
/petsc/src/mat/impls/aij/seq/
H A Daij.h130 PetscBool use; member
/petsc/include/petsc/private/
H A Dmatimpl.h419 PetscBool use; /* indicates compressed rows have been checked and will be used */ member