Searched refs:asmtype (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/impls/nasm/ |
| H A D | nasm.c | 166 PCASMType asmtype; in SNESSetFromOptions_NASM() local 172 …of restriction/extension", "", SNESNASMTypes, (PetscEnum)nasm->type, (PetscEnum *)&asmtype, &flg)); in SNESSetFromOptions_NASM() 173 if (flg) PetscCall(SNESNASMSetType(snes, asmtype)); in SNESSetFromOptions_NASM()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 718 PCASMType asmtype; in PCSetFromOptions_ASM() local 741 …iction/extension", "PCASMSetType", PCASMTypes, (PetscEnum)osm->type, (PetscEnum *)&asmtype, &flg)); in PCSetFromOptions_ASM() 742 if (flg) PetscCall(PCASMSetType(pc, asmtype)); in PCSetFromOptions_ASM()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 864 def setASMType(self, asmtype: ASMType) -> None: 871 asmtype 879 cdef PetscPCASMType cval = asmtype
|