PETSc version 3.16.6
Fix/Edit manual page

MatViewFromOptions

View from Options

Synopsis

#include "petscmat.h" 
PetscErrorCode  MatViewFromOptions(Mat A,PetscObject obj,const char name[])
Collective on Mat

Input Parameters

A - the Mat context
obj - Optional object
name - command line option

See Also

Mat, MatView, PetscObjectViewFromOptions(), MatCreate()

Level

intermediate

Location

src/mat/interface/matrix.c

Examples

src/mat/tutorials/ex10.c.html
src/ksp/ksp/tutorials/ex21.c.html
src/ksp/ksp/tutorials/ex29.c.html
src/ksp/ksp/tutorials/ex34.c.html
src/ksp/ksp/tutorials/ex42.c.html
src/ksp/ksp/tutorials/ex71.c.html
src/snes/tutorials/ex62.c.html

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