Searched refs:PC_ASM_BASIC (Results 1 – 11 of 11) sorted by relevance
| /petsc/include/ |
| H A D | petscpctypes.h | 160 PC_ASM_BASIC = 3, enumerator
|
| /petsc/src/snes/impls/nasm/ |
| H A D | aspin.c | 114 PetscCall(SNESNASMSetType(npc, PC_ASM_BASIC)); in SNESCreate_ASPIN()
|
| H A D | nasm.c | 282 …PetscCheck(type == PC_ASM_BASIC || type == PC_ASM_RESTRICT, PetscObjectComm((PetscObject)snes), PE… in SNESNASMSetType_NASM() 651 if (type == PC_ASM_BASIC) { in SNESNASMSolveLocal_Private() 851 nasm->type = PC_ASM_BASIC; in SNESCreate_NASM()
|
| /petsc/doc/changes/ |
| H A D | 2017.md | 64 PCASMSetType(pc,PC_ASM_BASIC) or by using the option -pc_asm_type
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 61 PC_ASM_BASIC
|
| H A D | PC.pyx | 71 BASIC = PC_ASM_BASIC
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 315 …if (osm->is_local && osm->type != PC_ASM_BASIC && osm->loctype == PC_COMPOSITE_ADDITIVE) PetscCall… in PCSetUp_ASM()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 867 PetscCall(PCASMSetType(subpc, PC_ASM_BASIC)); in PCSetUp_GAMG()
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 966 The object `PCASMType` is one of `PC_ASM_BASIC`, 969 `interpolate`, `restrict`, `none]`. The type `PC_ASM_BASIC` (or
|
| H A D | snes.md | 789 to two types borrowed from `PCASM`: `PC_ASM_BASIC`, in which the
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 718 …type_name, ((PetscObject)data->levels[n]->pc)->prefix, PCASMTypes[type], PCASMTypes[PC_ASM_BASIC]); in PCPreSolve_HPDDM()
|