rbmatlab 0.10.01
|
function computing the convective flux of a Burgers problem. More...
Go to the source code of this file.
Functions | |
function [
flux , lambda ] = | conv_flux_burgers ( glob, U, params) |
function computing the convective flux of a Burgers problem. |
function computing the convective flux of a Burgers problem.
Definition in file conv_flux_burgers.m.
function [ flux , lambda ] = conv_flux_burgers | ( | glob, | |
U, | |||
params | |||
) |
function computing the convective flux of a Burgers problem.
flux
is a 2xnpoints
matrix, representing the x
/y
-coordinates of the velocity in the edge midpoints.
Convective flux functions are used e.g. by finite folume operators like fv_operators_conv_explicit_lax_friedrichs() or fv_num_conv_flux_engquist_osher().
glob | a matrix of row vectors for each coordinate dimension of the grid defining the coordinates where the flux function is evaluated, in case it is space dependent, i.e. we have something like ![]() |
U | a vector with evaluations of a solution ![]() ![]() |
params | a structure with model parameters |
flux | a matrix which entries ![]() ![]() ![]() ![]() glob argument. |
lambda | a bound such that
![]() ![]() decomp_mode==0 , otherwise an empty variable is returned. |
flux_vx —
x coordinate of flux vector flux_vy —
y coordinate of flux vector flux_pdeg —
exponent debug —
flag indicating wether debug output shall be turned on verbose —
flag indicating the verbosity level of informative outputDefinition at line 1 of file conv_flux_burgers.m.