COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/foreach.hpp>
#include <boost/tokenizer.hpp>
#include <boost/regex.hpp>
#include "common/Log.hpp"
#include "common/Builder.hpp"
#include "common/FindComponents.hpp"
#include "common/OptionList.hpp"
#include "common/OptionT.hpp"
#include "common/PropertyList.hpp"
#include "common/StreamHelpers.hpp"
#include "common/StringConversion.hpp"
#include "common/Table.hpp"
#include "common/List.hpp"
#include "common/DynTable.hpp"
#include "common/PE/debug.hpp"
#include "mesh/Region.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Dictionary.hpp"
#include "mesh/DiscontinuousDictionary.hpp"
#include "mesh/MeshElements.hpp"
#include "mesh/ConnectivityData.hpp"
#include "mesh/MergedParallelDistribution.hpp"
#include "mesh/ParallelDistribution.hpp"
#include "mesh/Field.hpp"
#include "mesh/Space.hpp"
#include "mesh/Cells.hpp"
#include "mesh/gmsh/Reader.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::gmsh | |
Library for I/O of the gmsh format. | |
Variables | |
cf3::common::ComponentBuilder< gmsh::Reader, MeshReader, LibGmsh > | aGmshReader_Builder |
Send comments to: COOLFluiD Web Admin |