Home
last modified time | relevance | path

Searched refs:PC_ASM_BASIC (Results 1 – 11 of 11) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h160 PC_ASM_BASIC = 3, enumerator
/petsc/src/snes/impls/nasm/
H A Daspin.c114 PetscCall(SNESNASMSetType(npc, PC_ASM_BASIC)); in SNESCreate_ASPIN()
H A Dnasm.c282 …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 D2017.md64 PCASMSetType(pc,PC_ASM_BASIC) or by using the option -pc_asm_type
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi61 PC_ASM_BASIC
H A DPC.pyx71 BASIC = PC_ASM_BASIC
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c315 …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 Dgamg.c867 PetscCall(PCASMSetType(subpc, PC_ASM_BASIC)); in PCSetUp_GAMG()
/petsc/doc/manual/
H A Dksp.md966 The object `PCASMType` is one of `PC_ASM_BASIC`,
969 `interpolate`, `restrict`, `none]`. The type `PC_ASM_BASIC` (or
H A Dsnes.md789 to two types borrowed from `PCASM`: `PC_ASM_BASIC`, in which the
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx718 …type_name, ((PetscObject)data->levels[n]->pc)->prefix, PCASMTypes[type], PCASMTypes[PC_ASM_BASIC]); in PCPreSolve_HPDDM()