petsc-3.3-p7 2013-05-11

MatDAADSetSNES

Tells the matrix what SNES it is using for the base U.

Synopsis

#include "petscdmda.h"    
#include "petscsnes.h"  
PetscErrorCode  MatDAADSetSNES(Mat A,SNES snes)
Logically Collective on Mat and SNES

Input Parameters

mat - the matrix
snes - the SNES

Notes: this is currently turned off for Fortran usage

See Also

MatCreate(), DMDASetLocalAdicMFFunction(), MatCreateDAAD(), MatDAADSetDA()

Level:intermediate
Location:
src/mat/impls/adic/matadic.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages