GetFEM
5.4.2
|
Compute the convection of a quantity with respect to a vector field. More...
Go to the source code of this file.
Namespaces | |
getfem | |
GEneric Tool for Finite Element Methods. | |
Functions | |
template<class VECT1 , class VECT2 > | |
void | getfem::convect (const mesh_fem &mf, VECT1 &U, const mesh_fem &mf_v, const VECT2 &V, scalar_type dt, size_type nt, convect_boundary_option option=CONVECT_EXTRAPOLATION, const base_node &per_min=base_node(), const base_node &per_max=base_node()) |
Compute the convection of a quantity on a getfem::mesh_fem with respect to a velocity field. More... | |
Compute the convection of a quantity with respect to a vector field.
Definition in file getfem_convect.h.