|
template<typename UT > |
void | operator() (const UT &u, Real &cfl_scale) const |
|
template<typename UT , typename NodesT , unsigned long N> |
Real | max_edge_projection (const UT &u, const NodesT &nodes, const boost::array< int, N > &a_nodes, const boost::array< int, N > &b_nodes) const |
|
template<typename UT > |
void | get_scale (boost::mpl::int_< cf3::mesh::GeoShape::TRIAG >, const UT &u, Real &cfl_scale) const |
|
template<typename UT > |
void | get_scale (boost::mpl::int_< cf3::mesh::GeoShape::TETRA >, const UT &u, Real &cfl_scale) const |
|
template<typename UT > |
void | get_scale (boost::mpl::int_< cf3::mesh::GeoShape::PRISM >, const UT &u, Real &cfl_scale) const |
|
template<typename UT > |
void | get_scale (boost::mpl::int_< cf3::mesh::GeoShape::QUAD >, const UT &u, Real &cfl_scale) const |
|
template<typename UT > |
void | get_scale (boost::mpl::int_< cf3::mesh::GeoShape::HEXA >, const UT &u, Real &cfl_scale) const |
|
template<typename UT > |
void | get_scale (boost::mpl::void_, const UT &u, Real &cfl_scale) const |
|
Definition at line 85 of file ComputeCFL.cpp.
void get_scale |
( |
boost::mpl::void_ |
, |
|
|
const UT & |
u, |
|
|
Real & |
cfl_scale |
|
) |
| const |
|
inline |
Real max_edge_projection |
( |
const UT & |
u, |
|
|
const NodesT & |
nodes, |
|
|
const boost::array< int, N > & |
a_nodes, |
|
|
const boost::array< int, N > & |
b_nodes |
|
) |
| const |
|
inline |
void operator() |
( |
const UT & |
u, |
|
|
Real & |
cfl_scale |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: