petsc-3.3-p7 2013-05-11

MatSetDM

Sets the DMDA that is to be used by the HYPRE_StructMatrix PETSc matrix

Synopsis

#include "petscdmda.h"     
#include "petscmat.h"    
PetscErrorCode  MatSetDM(Mat mat,DM da)
Logically Collective on Mat

Input Parameters

mat - the matrix
da - the da

Level:intermediate
Location:
src/dm/impls/da/fdda.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages