petsc-3.4.5 2014-06-29

DMShellSetMatrix

sets a template matrix associated with the DMShell

Synopsis

#include "petscdmshell.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/shell/dmshell.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages