petsc-3.7.1 2016-05-15
Report Typos and Errors

MatGetOptionsPrefix

Sets the prefix used for searching for all Mat options in the database.

Synopsis

#include "petscmat.h" 
PetscErrorCode MatGetOptionsPrefix(Mat A,const char *prefix[])
Not Collective Many br

Input Parameter

A -the Mat context Many br

Output Parameter

prefix -pointer to the prefix string used Many br

Notes: On the fortran side, the user should pass in a string 'prefix' of Many brsufficient length to hold the prefix. Many br

Many br

Keywords

Mat, get, options, prefix, database

See Also

MatAppendOptionsPrefix()

Level:advanced
Location:
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages