petsc-3.3-p7 2013-05-11

MatDAADSetDA

Tells the matrix what DMDA it is using for layout and Jacobian.

Synopsis

#include "petscdmda.h"    
#include "petscsnes.h"  
PetscErrorCode  MatDAADSetDA(Mat A,DM da)
Logically Collective on Mat and DMDA

Input Parameters

mat - the matrix
da - the DMDA

See Also

MatCreate(), DMDASetLocalAdicMFFunction(), MatCreateDAAD()

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