COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Hexa.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/Builder.hpp"
8 
9 #include "mesh/QuadratureT.hpp"
12 
13 namespace cf3 {
14 namespace mesh {
15 namespace gausslegendre {
16 
18 
21 
24 
27 
30 
33 
36 
39 
42 
44 
45 
46 } // gausslegendre
47 } // mesh
48 } // cf3
common::ComponentBuilder< QuadratureT< Hexa< 2 > >, Quadrature, LibGaussLegendre > HexaP2_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 2 >::type_name())
common::ComponentBuilder< QuadratureT< Hexa< 6 > >, Quadrature, LibGaussLegendre > HexaP6_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 6 >::type_name())
Helper class to create the Builder and place it in the factory.
Definition: Builder.hpp:212
common::ComponentBuilder< QuadratureT< Hexa< 7 > >, Quadrature, LibGaussLegendre > HexaP7_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 7 >::type_name())
common::ComponentBuilder< QuadratureT< Hexa< 8 > >, Quadrature, LibGaussLegendre > HexaP8_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 8 >::type_name())
Top-level namespace for coolfluid.
Definition: Action.cpp:18
common::ComponentBuilder< QuadratureT< Hexa< 4 > >, Quadrature, LibGaussLegendre > HexaP4_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 4 >::type_name())
Translation from dynamic to static API.
common::ComponentBuilder< QuadratureT< Hexa< 3 > >, Quadrature, LibGaussLegendre > HexaP3_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 3 >::type_name())
common::ComponentBuilder< QuadratureT< Hexa< 1 > >, Quadrature, LibGaussLegendre > HexaP1_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 1 >::type_name())
common::ComponentBuilder< QuadratureT< Hexa< 5 > >, Quadrature, LibGaussLegendre > HexaP5_Builder(LibGaussLegendre::library_namespace()+"."+Hexa< 5 >::type_name())
Send comments to:
COOLFluiD Web Admin