![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <iostream>#include <set>#include <boost/lexical_cast.hpp>#include "common/BoostFilesystem.hpp"#include "common/Foreach.hpp"#include "common/Log.hpp"#include "common/OptionList.hpp"#include "common/PropertyList.hpp"#include "common/OptionT.hpp"#include "common/PE/Comm.hpp"#include "common/Builder.hpp"#include "common/FindComponents.hpp"#include "common/StringConversion.hpp"#include "common/List.hpp"#include "mesh/smurf/Writer.hpp"#include "mesh/GeoShape.hpp"#include "mesh/Mesh.hpp"#include "mesh/Region.hpp"#include "mesh/Dictionary.hpp"#include "mesh/Space.hpp"#include "mesh/Field.hpp"#include "mesh/Connectivity.hpp"#include "mesh/Functions.hpp"#include "mesh/MeshMetadata.hpp"Go to the source code of this file.
Namespaces | |
| cf3 | |
| Top-level namespace for coolfluid. | |
| cf3::mesh | |
| Basic Classes for Mesh applications used by COOLFluiD. | |
| cf3::mesh::smurf | |
| Library for I/O of the smurf format. | |
Macros | |
| #define | CF3_BREAK_LINE(f, x) { if( x+1 % 10) { f << "\n"; } } |
Variables | |
| common::ComponentBuilder< smurf::Writer, MeshWriter, LibSmurf > | smurfWriter_Builder |
Definition at line 41 of file Writer.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |