COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
cf3
mesh
actions
LibActions.cpp
Go to the documentation of this file.
1
// Copyright (C) 2010-2013 von Karman Institute for Fluid Dynamics, Belgium
2
//
3
// This software is distributed under the terms of the
4
// GNU Lesser General Public License version 3 (LGPLv3).
5
// See doc/lgpl.txt and doc/gpl.txt for the license text.
6
7
#include "
common/RegistLibrary.hpp
"
8
#include "
common/Group.hpp
"
9
10
#include "
mesh/actions/LibActions.hpp
"
11
#include "
mesh/actions/LoadBalance.hpp
"
12
13
namespace
cf3
{
14
namespace
mesh
{
15
namespace
actions {
16
17
using namespace
cf3::common
;
18
19
cf3::common::RegistLibrary<LibActions>
libActions
;
20
21
const
char
*
balancer_name
=
"LoadBalancer"
;
22
23
}
// actions
24
}
// mesh
25
}
// cf3
cf3::mesh::actions::balancer_name
const char * balancer_name
Definition:
LibActions.cpp:21
cf3::common::RegistLibrary
Struct to force library registration.
Definition:
RegistLibrary.hpp:24
atest-boussinesq.mesh
tuple mesh
Definition:
atest-boussinesq.py:64
Group.hpp
cf3
Top-level namespace for coolfluid.
Definition:
Action.cpp:18
cf3::mesh::actions::libActions
cf3::common::RegistLibrary< LibActions > libActions
Definition:
LibActions.cpp:19
LoadBalance.hpp
LibActions.hpp
cf3::common
Most basic kernel library.
Definition:
Action.cpp:19
RegistLibrary.hpp
Generated on Sun Jun 14 2015 21:20:10 for COOLFluiD by
1.8.9.1
Send comments to:
COOLFluiD Web Admin