petsc-3.11.4 2019-09-28
SNESCompositeGetNumber
Get the number of subsolvers in the composite SNES.
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESCompositeGetNumber(SNES snes,PetscInt *n)
Logically Collective on SNES
Input Parameter
snes - the preconditioner context
Output Parameter
n - the number of subsolvers
Keywords
SNES, composite preconditioner
Level
Developer
Location
src/snes/impls/composite/snescomposite.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages