rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
fv_element_mean.m File Reference

function computing the element averages of a discrete function U in the grid elements with indices I. Most arguments are dummy, but required for more general discrete functions, e.g. p1, etc. More...

Go to the source code of this file.

Functions

function Umean = fv_element_mean (model, model_data, U, I)
 function computing the element averages of a discrete function U in the grid elements with indices I. Most arguments are dummy, but required for more general discrete functions, e.g. p1, etc. More...
 

Detailed Description

function computing the element averages of a discrete function U in the grid elements with indices I. Most arguments are dummy, but required for more general discrete functions, e.g. p1, etc.

Definition in file fv_element_mean.m.

Function Documentation

function Umean = fv_element_mean (   model,
  model_data,
  U,
  I 
)

function computing the element averages of a discrete function U in the grid elements with indices I. Most arguments are dummy, but required for more general discrete functions, e.g. p1, etc.

Parameters
modelmodel
model_datamodel data
UU
II
Return values
UmeanUmean

Definition at line 17 of file fv_element_mean.m.