petsc-3.4.5 2014-06-29

MatNestSetVecType

Sets the type of Vec returned by MatGetVecs()

Synopsis

#include "petscmat.h"   
PetscErrorCode  MatNestSetVecType(Mat A,VecType vtype)
Not collective

Input Parameters

A - nest matrix
vtype - type to use for creating vectors

Notes

See Also

MatGetVecs()

Level:developer
Location:
src/mat/impls/nest/matnest.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages