Home
last modified time | relevance | path

Searched defs:stype (Results 1 – 25 of 42) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi85 cdef inline PetscStreamType asStreamType(object stype) except <PetscStreamType>(-1):
94 cdef inline str toStreamType(PetscStreamType stype):
H A Dpetscdmstag.pxi92 cdef inline object toStagStencil(PetscDMStagStencilType stype):
H A Dpetscdmda.pxi96 cdef inline object toStencil(PetscDMDAStencilType stype):
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx399 …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 Dpetscdevice_interface_internal.hpp182 auto stype = static_cast<PetscInt>(streamType.first); in PetscDeviceContextQueryOptions_Internal() local
/petsc/include/
H A Dpetscpc.h203 …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 Dex12.c21 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
H A Dex1.c45 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
H A Dex5.c17 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
H A Dex3.c96 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
/petsc/src/snes/impls/qn/
H A Dqn.c325 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 Dex4.c8 PetscStreamType stype; in DoFork() local
/petsc/src/mat/tests/
H A Dex134.c13 MatSolverType stype = MATSOLVERPETSC; in Assemble() local
/petsc/src/dm/tests/
H A Dex51.c17 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
H A Dex43.c61 DMDAStencilType stype = DMDA_STENCIL_BOX; in main() local
/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.c394 …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 Dsnesngmres.c425 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 Dfactimpl.c176 PetscErrorCode PCFactorSetMatSolverType_Factor(PC pc, MatSolverType stype) in PCFactorSetMatSolverType_Factor()
195 PetscErrorCode PCFactorGetMatSolverType_Factor(PC pc, MatSolverType *stype) in PCFactorGetMatSolverType_Factor()
H A Dfactor.c443 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 Dqr.c11 MatSolverType stype; in PCSetUp_QR() local
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbadbrdn.c96 MatLMVMSymBroydenScaleType stype; in MatSetFromOptions_LMVMSymBadBrdn() local
/petsc/src/ksp/pc/impls/factor/icc/
H A Dicc.c8 MatSolverType stype; in PCSetUp_ICC() local
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c43 MatSolverType stype; in PCSetUp_LU() local
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c73 MatSolverType stype; in PCSetUp_ILU() local
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c26 MatSolverType stype; in PCSetUp_Cholesky() local

12