|
template<Uint Dim, typename ExprT > |
void | run_model (const boost::shared_ptr< Mesh > &mesh, const ExprT &initial_condition_expression, const Real eps=1e-10) |
|
boost::shared_ptr< Mesh > | create_triangle (const RealVector2 &a, const RealVector2 &b, const RealVector2 &c) |
|
boost::shared_ptr< Mesh > | create_tetra (const RealVector3 &a, const RealVector3 &b, const RealVector3 &c, const RealVector3 &d) |
|
void | check_close (const RealMatrix &a, const RealMatrix &b, const Real eps) |
|
Definition at line 49 of file utest-proto-ns-assembly.cpp.
void run_model |
( |
const boost::shared_ptr< Mesh > & |
mesh, |
|
|
const ExprT & |
initial_condition_expression, |
|
|
const Real |
eps = 1e-10 |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: