rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions

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. More...
 

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.

Here is the caller graph for this function: