rbmatlab 0.10.01
|
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. |
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 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.
model | model |
model_data | model data |
U | U |
I | I |
Umean | Umean |
Definition at line 1 of file fv_element_mean.m.