COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Line.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 
19 common::ComponentBuilder < QuadratureT< Line<1> >, Quadrature, LibGaussLegendre >
21 
22 common::ComponentBuilder < QuadratureT< Line<2> >, Quadrature, LibGaussLegendre >
24 
25 common::ComponentBuilder < QuadratureT< Line<3> >, Quadrature, LibGaussLegendre >
27 
28 common::ComponentBuilder < QuadratureT< Line<4> >, Quadrature, LibGaussLegendre >
30 
31 common::ComponentBuilder < QuadratureT< Line<5> >, Quadrature, LibGaussLegendre >
33 
34 common::ComponentBuilder < QuadratureT< Line<6> >, Quadrature, LibGaussLegendre >
36 
37 common::ComponentBuilder < QuadratureT< Line<7> >, Quadrature, LibGaussLegendre >
39 
40 common::ComponentBuilder < QuadratureT< Line<8> >, Quadrature, LibGaussLegendre >
42 
44 
45 
46 } // gausslegendre
47 } // mesh
48 } // cf3
cf3::common::RegistLibrary< LibGaussLegendre > LibGaussLegendre
common::ComponentBuilder< QuadratureT< Line< 7 > >, Quadrature, LibGaussLegendre > LineP7_Builder(LibGaussLegendre::library_namespace()+"."+Line< 7 >::type_name())
std::string type_name(const boost::python::api::object &python_object)
Definition: PythonAny.cpp:283
common::ComponentBuilder< QuadratureT< Line< 4 > >, Quadrature, LibGaussLegendre > LineP4_Builder(LibGaussLegendre::library_namespace()+"."+Line< 4 >::type_name())
common::ComponentBuilder< QuadratureT< Line< 1 > >, Quadrature, LibGaussLegendre > LineP1_Builder(LibGaussLegendre::library_namespace()+"."+Line< 1 >::type_name())
Top-level namespace for coolfluid.
Definition: Action.cpp:18
common::ComponentBuilder< QuadratureT< Line< 6 > >, Quadrature, LibGaussLegendre > LineP6_Builder(LibGaussLegendre::library_namespace()+"."+Line< 6 >::type_name())
common::ComponentBuilder< QuadratureT< Line< 8 > >, Quadrature, LibGaussLegendre > LineP8_Builder(LibGaussLegendre::library_namespace()+"."+Line< 8 >::type_name())
Translation from dynamic to static API.
common::ComponentBuilder< QuadratureT< Line< 2 > >, Quadrature, LibGaussLegendre > LineP2_Builder(LibGaussLegendre::library_namespace()+"."+Line< 2 >::type_name())
common::ComponentBuilder< QuadratureT< Line< 3 > >, Quadrature, LibGaussLegendre > LineP3_Builder(LibGaussLegendre::library_namespace()+"."+Line< 3 >::type_name())
common::ComponentBuilder< QuadratureT< Line< 5 > >, Quadrature, LibGaussLegendre > LineP5_Builder(LibGaussLegendre::library_namespace()+"."+Line< 5 >::type_name())
Send comments to:
COOLFluiD Web Admin