COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | List of all members
NavierStokesAssemblyFixture Struct Reference

Public Member Functions

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< Meshcreate_triangle (const RealVector2 &a, const RealVector2 &b, const RealVector2 &c)
 
boost::shared_ptr< Meshcreate_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)
 

Detailed Description

Definition at line 49 of file utest-proto-ns-assembly.cpp.

Member Function Documentation

void check_close ( const RealMatrix a,
const RealMatrix b,
const Real  eps 
)
inline

Definition at line 141 of file utest-proto-ns-assembly.cpp.

boost::shared_ptr<Mesh> create_tetra ( const RealVector3 a,
const RealVector3 b,
const RealVector3 c,
const RealVector3 d 
)
inline

Definition at line 123 of file utest-proto-ns-assembly.cpp.

boost::shared_ptr<Mesh> create_triangle ( const RealVector2 a,
const RealVector2 b,
const RealVector2 c 
)
inline

Definition at line 105 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

Definition at line 52 of file utest-proto-ns-assembly.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin