7 #define BOOST_TEST_DYN_LINK
8 #define BOOST_TEST_MODULE "Test module for the mesh generators"
10 #include <boost/assign/list_of.hpp>
11 #include <boost/test/unit_test.hpp>
26 BOOST_AUTO_TEST_SUITE( MeshGenerationSuite )
37 boost::shared_ptr<MeshWriter>
writer = build_component_abstract_type<MeshWriter>(
"cf3.mesh.gmsh.Writer",
"meshwriter");
39 writer->write_from_to(*mesh,
"grid_2d.msh");
42 BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(CreateGrid)
Test creation of a 2D grid.
Basic Classes for Mesh applications used by COOLFluiD.
Component & add_component(const boost::shared_ptr< Component > &subcomp)
Add the passed component as a subcomponent.
Top-level namespace for coolfluid.
common::Component & root() const
Gives the default root component.
Base class for defining CF components.
Handle< Component > create_component(const std::string &name, const std::string &builder)
Build a (sub)component of this component using the extended type_name of the component.
Most basic kernel library.