petsc-3.14.6 2021-03-30
Report Typos and Errors
SNESCompositeAddSNES
Adds another
SNES
to the composite
SNES
.
Synopsis
#include "petscsnes.h"
PetscErrorCode
SNESCompositeAddSNES
(
SNES
snes,
SNESType
type)
Collective on
SNES
Input Parameters
snes
- the preconditioner context
type
- the type of the new preconditioner
Level
Developer
Location
src/snes/impls/composite/snescomposite.c
Implementations
SNESCompositeAddSNES_Composite in src/snes/impls/composite/snescomposite.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages