COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
utest-mesh-init.cpp
Go to the documentation of this file.
1 // Copyright (C) 2010-2013 von Karman Institute for Fluid Dynamics, Belgium
2 //
3 // This software is distributed under the terms of the
4 // GNU Lesser General Public License version 3 (LGPLv3).
5 // See doc/lgpl.txt and doc/gpl.txt for the license text.
6 
7 #define BOOST_TEST_DYN_LINK
8 #define BOOST_TEST_MODULE "Test module for cf3::mesh::tecplot::Writer"
9 
10 #include <boost/test/unit_test.hpp>
11 
12 #include "common/Component.hpp"
13 
14 using namespace cf3;
15 using namespace cf3::common;
16 
18 
19 BOOST_AUTO_TEST_SUITE( MeshInitSuite )
20 
21 
23 // Try initializig the mesh library
25 {
26  boost::shared_ptr<Component> domain = build_component("cf3.mesh.Domain", "Domain");
27 }
28 
30 
31 BOOST_AUTO_TEST_SUITE_END()
32 
33 
boost::shared_ptr< Component > build_component(const std::string &builder_name, const std::string &name, const std::string &factory_type_name)
Definition: Component.cpp:1200
Holds the Component class, as well as the ComponentIterator class plus some functions related to comp...
BOOST_AUTO_TEST_CASE(MeshInit)
Top-level namespace for coolfluid.
Definition: Action.cpp:18
Most basic kernel library.
Definition: Action.cpp:19
Send comments to:
COOLFluiD Web Admin