Searched refs:PCASMType (Results 1 – 14 of 14) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcasmimpl.h | 18 PCASMType type; /* use reduced interpolation, restriction or both */
|
| /petsc/src/snes/impls/nasm/ |
| H A D | nasm.c | 16 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 D | petscpctypes.h | 164 } PCASMType; typedef
|
| H A D | petscpc.h | 243 PETSC_EXTERN PetscErrorCode PCASMSetType(PC, PCASMType); 244 PETSC_EXTERN PetscErrorCode PCASMGetType(PC, PCASMType *);
|
| H A D | petscsnes.h | 1243 PETSC_EXTERN PetscErrorCode SNESNASMGetType(SNES, PCASMType *); 1244 PETSC_EXTERN PetscErrorCode SNESNASMSetType(SNES, PCASMType);
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 718 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 D | 313.md | 114 automatically switch to PCASMType BASIC if the matrices are
|
| H A D | 38.md | 83 UNLESS the PCASMType is set to restrict
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 60 ctypedef enum PetscPCASMType "PCASMType":
|
| H A D | PC.pyx | 68 class PCASMType(object): class 200 ASMType = PCASMType 2984 del PCASMType
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 956 PCASMSetType(PC pc,PCASMType type); 966 The object `PCASMType` is one of `PC_ASM_BASIC`,
|
| H A D | snes.md | 794 SNESNASMSetType(SNES snes, PCASMType type);.
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 712 PCASMType type; in PCPreSolve_HPDDM()
|
| /petsc/doc/faq/ |
| H A D | index.md | 601 -help`. See the procedural interfaces in the manual pages, for example `PCASMType()`
|