Home
last modified time | relevance | path

Searched refs:PCASMType (Results 1 – 14 of 14) sorted by relevance

/petsc/include/petsc/private/
H A Dpcasmimpl.h18 PCASMType type; /* use reduced interpolation, restriction or both */
/petsc/src/snes/impls/nasm/
H A Dnasm.c16 PCASMType type; /* ASM type */
166 PCASMType asmtype; in SNESSetFromOptions_NASM()
270 PetscErrorCode SNESNASMSetType(SNES snes, PCASMType type) in SNESNASMSetType()
273 PetscTryMethod(snes, "SNESNASMSetType_C", (SNES, PCASMType), (snes, type)); in SNESNASMSetType()
277 static PetscErrorCode SNESNASMSetType_NASM(SNES snes, PCASMType type) in SNESNASMSetType_NASM()
302 PetscErrorCode SNESNASMGetType(SNES snes, PCASMType *type) in SNESNASMGetType()
305 PetscUseMethod(snes, "SNESNASMGetType_C", (SNES, PCASMType *), (snes, type)); in SNESNASMGetType()
309 static PetscErrorCode SNESNASMGetType_NASM(SNES snes, PCASMType *type) in SNESNASMGetType_NASM()
597 PCASMType type; in SNESNASMSolveLocal_Private()
/petsc/include/
H A Dpetscpctypes.h164 } PCASMType; typedef
H A Dpetscpc.h243 PETSC_EXTERN PetscErrorCode PCASMSetType(PC, PCASMType);
244 PETSC_EXTERN PetscErrorCode PCASMGetType(PC, PCASMType *);
H A Dpetscsnes.h1243 PETSC_EXTERN PetscErrorCode SNESNASMGetType(SNES, PCASMType *);
1244 PETSC_EXTERN PetscErrorCode SNESNASMSetType(SNES, PCASMType);
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c718 PCASMType asmtype; in PCSetFromOptions_ASM()
843 static PetscErrorCode PCASMSetType_ASM(PC pc, PCASMType type) in PCASMSetType_ASM()
853 static PetscErrorCode PCASMGetType_ASM(PC pc, PCASMType *type) in PCASMGetType_ASM()
1089 PetscErrorCode PCASMSetType(PC pc, PCASMType type) in PCASMSetType()
1094 PetscTryMethod(pc, "PCASMSetType_C", (PC, PCASMType), (pc, type)); in PCASMSetType()
1124 PetscErrorCode PCASMGetType(PC pc, PCASMType *type) in PCASMGetType()
1128 PetscUseMethod(pc, "PCASMGetType_C", (PC, PCASMType *), (pc, type)); in PCASMGetType()
/petsc/doc/changes/
H A D313.md114 automatically switch to PCASMType BASIC if the matrices are
H A D38.md83 UNLESS the PCASMType is set to restrict
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi60 ctypedef enum PetscPCASMType "PCASMType":
H A DPC.pyx68 class PCASMType(object): class
200 ASMType = PCASMType
2984 del PCASMType
/petsc/doc/manual/
H A Dksp.md956 PCASMSetType(PC pc,PCASMType type);
966 The object `PCASMType` is one of `PC_ASM_BASIC`,
H A Dsnes.md794 SNESNASMSetType(SNES snes, PCASMType type);.
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx712 PCASMType type; in PCPreSolve_HPDDM()
/petsc/doc/faq/
H A Dindex.md601 -help`. See the procedural interfaces in the manual pages, for example `PCASMType()`