rbmatlab 0.10.01
discfunc/fv/fv_plot.m
Go to the documentation of this file.
00001 function p = fv_plot(grid,dofs,params)
00002 %function p = fv_plot(grid,dofs,params)
00003 % routine plotting a single fv function of
00004 % fv_functions.
00005 %
00006 % Simple forward to plot_element_data(). For sequences, simple call of
00007 % plot_sequence() can make use of this function
00008 %
00009 % Parameters:
00010 %   params: plot parameters see plot_element_data() for details.
00011 %   dofs:   vector of degrees of freedom of finite volume diescrete function.
00012 %
00013 % Return values:
00014 %   p: graphic handle to plot
00015 
00016 % Bernard Haasdonk 3.9.2009
00017 
00018 p = plot_element_data(grid,dofs,params);
00019 
 All Classes Namespaces Files Functions Variables