MatNestSetVecType#

Sets the type of Vec returned by MatCreateVecs()

Synopsis#

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

Not collective

Input Parameters#

See Also#

MATNEST, MatCreateVecs(), MATNEST, MatCreateNest(), VecType

Level#

developer

Location#

src/mat/impls/nest/matnest.c

Examples#

src/ksp/ksp/tutorials/ex27.c.html

Implementations#

MatNestSetVecType_Nest in src/mat/impls/nest/matnest.c


Edit on GitLab

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages