rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
fv_plot.m File Reference

routine plotting a single fv function of fv_functions. More...

Go to the source code of this file.

Functions

function p = fv_plot (gridbase grid, dofs, params)
 routine plotting a single fv function of fv_functions.
 

Detailed Description

routine plotting a single fv function of fv_functions.

Definition in file fv_plot.m.

Function Documentation

function p = fv_plot ( gridbase  grid,
  dofs,
  params 
)

routine plotting a single fv function of fv_functions.

Simple forward to plot_element_data(). For sequences, simple call of plot_sequence() can make use of this function

Parameters
gridan object
dofsvector of degrees of freedom of finite volume diescrete function.
paramsplot parameters see plot_element_data() for details.
Return values
pgraphic handle to plot

Definition at line 17 of file fv_plot.m.