|
rbmatlab 0.10.01
|
func to the fv space. A quadrature of degree qdeg is used. More...
Go to the source code of this file.
Functions | |
| function U = | fv_l2project ( func, qdeg, gridbase grid, model) |
| func to the fv space. A quadrature of degree qdeg is used. | |
func to the fv space. A quadrature of degree qdeg is used.
Definition in file fv_l2project.m.
| function U = fv_l2project | ( | func, | |
| qdeg, | |||
| gridbase | grid, | ||
| model | |||
| ) |
func to the fv space. A quadrature of degree qdeg is used.
model.pdeg specify the degree of the discrete fv function. (currently only first order supported.)
| func | func |
| qdeg | qdeg |
| grid | an object |
| model | model |
| U | U |
Definition at line 1 of file fv_l2project.m.
1.7.4