GetFEM  5.4.2
getfem_convect.h File Reference

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...
 

Detailed Description

Compute the convection of a quantity with respect to a vector field.

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r,
Date
October 27, 2009.

Definition in file getfem_convect.h.