#include "petscsnes.h" PetscErrorCode SNESNASMGetSubdomainVecs(SNES snes,PetscInt *n,Vec **x,Vec **y,Vec **b, Vec **xl)Not Collective
SNES | - the SNES context |
n | - the number of local subdomains | |
x | - The subdomain solution vector | |
y | - The subdomain step vector | |
b | - The subdomain RHS vector | |
xl | - The subdomain local vectors (ghosted) |