petsc-3.3-p7 2013-05-11

VecViewFromOptions

This function visualizes the vector based upon user options.

Synopsis

#include "petscvec.h" 
PetscErrorCode  VecViewFromOptions(Vec vec, const char *title)
Collective on Vec

Input Parameters

vec -The vector
title -The title (currently ignored)

Keywords

Vec, view, options, database

See Also

VecSetFromOptions(), VecView()

Level:intermediate
Location:
src/vec/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages