petsc-3.3-p7 2013-05-11

DMShellSetMatrix

sets a template matrix associated with the DMShell

Synopsis

#include "petscdmshell.h"  
#include "petscmat.h"      
#include "petscdm.h"       
PetscErrorCode DMShellSetMatrix(DM dm,Mat J)
Collective

Input Arguments

dm - shell DM
J - template matrix

See Also

DMCreateMatrix(), DMShellSetCreateMatrix()

Level:advanced
Location:
src/dm/impls/shelldmshell.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages