7 #define BOOST_TEST_DYN_LINK
8 #define BOOST_TEST_MODULE "Test module for cf3::mesh::tecplot::Writer"
10 #include <boost/test/unit_test.hpp>
29 BOOST_AUTO_TEST_SUITE( VTKLegacySuite )
40 boost::shared_ptr< MeshWriter > vtk_writer = build_component_abstract_type<MeshWriter>(
"cf3.mesh.VTKLegacy.Writer",
"meshwriter");
41 vtk_writer->write_from_to(*mesh,
"grid.vtk");
48 BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(WriteGrid)
Basic Classes for Mesh applications used by COOLFluiD.
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.