Searched refs:SNESGetNPCSide (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | snespc.c | 88 PetscCall(SNESGetNPCSide(snes->npc, &npcside)); in SNESGetNPCFunction()
|
| H A D | snes.c | 1131 PetscCall(SNESGetNPCSide(snes, &pcside)); in SNESSetFromOptions() 5945 PetscErrorCode SNESGetNPCSide(SNES snes, PCSide *side) in SNESGetNPCSide() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 133 PetscErrorCode SNESGetNPCSide(PetscSNES, PetscPCSide*)
|
| H A D | SNES.pyx | 738 setNPC, getNPC, hasNPC, setNPCSide, petsc.SNESGetNPCSide 742 CHKERR(SNESGetNPCSide(self.snes, &side))
|
| /petsc/include/ |
| H A D | petscsnes.h | 996 PETSC_EXTERN PetscErrorCode SNESGetNPCSide(SNES, PCSide *);
|