COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Namespaces | Macros | Variables
Writer.cpp File Reference
#include <iostream>
#include <set>
#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/tecplot/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::tecplot
 Library for I/O of the tecplot format.
 

Macros

#define CF3_BREAK_LINE(f, x)   { if( x+1 % 10) { f << "\n"; } }
 

Variables

common::ComponentBuilder< tecplot::Writer, MeshWriter, LibTecplot > atecplotWriter_Builder
 

Macro Definition Documentation

#define CF3_BREAK_LINE (   f,
 
)    { if( x+1 % 10) { f << "\n"; } }

Definition at line 40 of file Writer.cpp.

Send comments to:
COOLFluiD Web Admin