25 #ifndef _POINT_PROPAGATE_H_
26 #define _POINT_PROPAGATE_H_
37 double t,
double dt,
const std::string &vname);
41 double t,
double dt,
const std::string &vname);
46 double t,
double dt,
int order);
50 COM::Element_node_enumerator &ene,
51 const Speed &s,
double t,
double dt,
#define PROP_END_NAMESPACE
static void propagate_faces(const std::string &wname, const Speed &s, double t, double dt, const std::string &vname)
#define PROP_BEGIN_NAMESPACE
static void propagate_gp_of_element(const Point_3 *pnts, COM::Element_node_enumerator &ene, const Speed &s, double t, double dt, Vector_3 *qp_vels)
static void propagate_nodes(const std::string &wname, const Speed &s, double t, double dt, const std::string &vname)
Some basic geometric data types.
static Vector_3 time_integrate(const Point_3 &p, const Speed &s, double t, double dt, int order)