| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdevice.pxi | 85 cdef inline PetscStreamType asStreamType(object stype) except <PetscStreamType>(-1): 94 cdef inline str toStreamType(PetscStreamType stype):
|
| H A D | petscdmstag.pxi | 92 cdef inline object toStagStencil(PetscDMStagStencilType stype):
|
| H A D | petscdmda.pxi | 96 cdef inline object toStencil(PetscDMDAStencilType stype):
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 399 …Code PetscDeviceContextDuplicate_Private(PetscDeviceContext dctx, PetscStreamType stype, PetscDevi… in PetscDeviceContextDuplicate_Private() 445 auto stype = PETSC_STREAM_DEFAULT; in PetscDeviceContextDuplicate() local 587 PetscErrorCode PetscDeviceContextForkWithStreamType(PetscDeviceContext dctx, PetscStreamType stype,… in PetscDeviceContextForkWithStreamType() 680 auto stype = PETSC_STREAM_DEFAULT; in PetscDeviceContextFork() local 960 auto stype = std::make_pair(PETSC_DEVICE_CONTEXT_DEFAULT_STREAM_TYPE, PETSC_FALSE); in PetscDeviceContextSetFromOptions() local 1016 auto stype = PETSC_STREAM_DEFAULT; in PetscDeviceContextView() local
|
| H A D | petscdevice_interface_internal.hpp | 182 auto stype = static_cast<PetscInt>(streamType.first); in PetscDeviceContextQueryOptions_Internal() local
|
| /petsc/include/ |
| H A D | petscpc.h | 203 …lverType()", ) static inline PetscErrorCode PCFactorSetMatSolverPackage(PC pc, MatSolverType stype) in PCFactorSetMatSolverPackage() 207 …verType()", ) static inline PetscErrorCode PCFactorGetMatSolverPackage(PC pc, MatSolverType *stype) in PCFactorGetMatSolverPackage()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex12.c | 21 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
|
| H A D | ex1.c | 45 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
|
| H A D | ex5.c | 17 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
|
| H A D | ex3.c | 96 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
|
| /petsc/src/snes/impls/qn/ |
| H A D | qn.c | 325 SNESQNScaleType stype = qn->scale_type; in SNESSetFromOptions_QN() local 417 PetscErrorCode SNESQNSetScaleType(SNES snes, SNESQNScaleType stype) in SNESQNSetScaleType() 425 static PetscErrorCode SNESQNSetScaleType_QN(SNES snes, SNESQNScaleType stype) in SNESQNSetScaleType_QN()
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex4.c | 8 PetscStreamType stype; in DoFork() local
|
| /petsc/src/mat/tests/ |
| H A D | ex134.c | 13 MatSolverType stype = MATSOLVERPETSC; in Assemble() local
|
| /petsc/src/dm/tests/ |
| H A D | ex51.c | 17 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
|
| H A D | ex43.c | 61 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
|
| /petsc/src/ksp/ksp/utils/lmvm/rescale/ |
| H A D | symbrdnrescale.c | 394 …N PetscErrorCode SymBroydenRescaleGetType(SymBroydenRescale ldb, MatLMVMSymBroydenScaleType *stype) in SymBroydenRescaleGetType() 401 …RN PetscErrorCode SymBroydenRescaleSetType(SymBroydenRescale ldb, MatLMVMSymBroydenScaleType stype) in SymBroydenRescaleSetType() 410 MatLMVMSymBroydenScaleType stype = ldb->scale_type; in SymBroydenRescaleSetFromOptions() local
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | snesngmres.c | 425 PetscErrorCode SNESNGMRESSetSelectType(SNES snes, SNESNGMRESSelectType stype) in SNESNGMRESSetSelectType() 433 static PetscErrorCode SNESNGMRESSetSelectType_NGMRES(SNES snes, SNESNGMRESSelectType stype) in SNESNGMRESSetSelectType_NGMRES()
|
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factimpl.c | 176 PetscErrorCode PCFactorSetMatSolverType_Factor(PC pc, MatSolverType stype) in PCFactorSetMatSolverType_Factor() 195 PetscErrorCode PCFactorGetMatSolverType_Factor(PC pc, MatSolverType *stype) in PCFactorGetMatSolverType_Factor()
|
| H A D | factor.c | 443 PetscErrorCode PCFactorSetMatSolverType(PC pc, MatSolverType stype) in PCFactorSetMatSolverType() 467 PetscErrorCode PCFactorGetMatSolverType(PC pc, MatSolverType *stype) in PCFactorGetMatSolverType()
|
| /petsc/src/ksp/pc/impls/factor/qr/ |
| H A D | qr.c | 11 MatSolverType stype; in PCSetUp_QR() local
|
| /petsc/src/ksp/ksp/utils/lmvm/symbrdn/ |
| H A D | symbadbrdn.c | 96 MatLMVMSymBroydenScaleType stype; in MatSetFromOptions_LMVMSymBadBrdn() local
|
| /petsc/src/ksp/pc/impls/factor/icc/ |
| H A D | icc.c | 8 MatSolverType stype; in PCSetUp_ICC() local
|
| /petsc/src/ksp/pc/impls/factor/lu/ |
| H A D | lu.c | 43 MatSolverType stype; in PCSetUp_LU() local
|
| /petsc/src/ksp/pc/impls/factor/ilu/ |
| H A D | ilu.c | 73 MatSolverType stype; in PCSetUp_ILU() local
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | 26 MatSolverType stype; in PCSetUp_Cholesky() local
|