COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Macros | Typedefs | Functions | Variables
utest-neumann.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "common/Core.hpp"
#include "common/Environment.hpp"
#include "common/Libraries.hpp"
#include "math/LSS/System.hpp"
#include "mesh/Domain.hpp"
#include "mesh/LagrangeP0/Quad.hpp"
#include "mesh/LagrangeP0/LibLagrangeP0.hpp"
#include <mesh/LagrangeP0/Line.hpp>
#include "mesh/LagrangeP1/Quad2D.hpp"
#include "solver/Model.hpp"
#include "math/LSS/SolveLSS.hpp"
#include "solver/actions/Proto/ProtoAction.hpp"
#include "solver/actions/Proto/Expression.hpp"
#include "Tools/MeshGeneration/MeshGeneration.hpp"
#include "mesh/BlockMesh/BlockData.hpp"
#include <mesh/FieldManager.hpp>
#include "UFEM/LSSAction.hpp"
#include "UFEM/Solver.hpp"
#include "UFEM/Tags.hpp"
#include "UFEM/AdjacentCellToFace.hpp"

Go to the source code of this file.

Classes

struct  NeumannFixture
 

Macros

#define BOOST_TEST_DYN_LINK
 
#define BOOST_TEST_MODULE   "Test module for heat-conduction related proto operations"
 
#define BOOST_PROTO_MAX_ARITY   10
 

Typedefs

typedef std::vector< std::string > StringsT
 
typedef std::vector< UintSizesT
 

Functions

void check_close (const Real a, const Real b, const Real threshold)
 Check close, for testing purposes. More...
 
 BOOST_AUTO_TEST_CASE (InitMPI)
 
 BOOST_AUTO_TEST_CASE (NeumannTest)
 

Variables

static boost::proto::terminal< void(*)(Real, Real, Real) >::type const _check_close = {&check_close}
 

Macro Definition Documentation

#define BOOST_PROTO_MAX_ARITY   10

Definition at line 12 of file utest-neumann.cpp.

#define BOOST_TEST_DYN_LINK

Definition at line 7 of file utest-neumann.cpp.

#define BOOST_TEST_MODULE   "Test module for heat-conduction related proto operations"

Definition at line 8 of file utest-neumann.cpp.

Typedef Documentation

typedef std::vector<Uint> SizesT

Definition at line 59 of file utest-neumann.cpp.

typedef std::vector<std::string> StringsT

Definition at line 58 of file utest-neumann.cpp.

Function Documentation

BOOST_AUTO_TEST_CASE ( InitMPI  )

Definition at line 83 of file utest-neumann.cpp.

BOOST_AUTO_TEST_CASE ( NeumannTest  )

Definition at line 89 of file utest-neumann.cpp.

void check_close ( const Real  a,
const Real  b,
const Real  threshold 
)
inline

Check close, for testing purposes.

Definition at line 63 of file utest-neumann.cpp.

Variable Documentation

boost::proto::terminal< void(*)(Real, Real, Real) >::type const _check_close = {&check_close}
static

Definition at line 68 of file utest-neumann.cpp.

Send comments to:
COOLFluiD Web Admin