Loading [MathJax]/extensions/tex2jax.js
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
cf3
mesh
gausslegendre
API.hpp
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
#ifndef cf3_mesh_gausslegendre_API_hpp
8
#define cf3_mesh_gausslegendre_API_hpp
9
11
14
#ifdef COOLFLUID_MESH_GAUSSLEGENDRE_EXPORTS
15
# define mesh_gausslegendre_API CF3_EXPORT_API
16
# define mesh_gausslegendre_TEMPLATE
17
#else
18
# define mesh_gausslegendre_API CF3_IMPORT_API
19
# define mesh_gausslegendre_TEMPLATE CF3_TEMPLATE_EXTERN
20
#endif
21
23
24
#endif // cf3_mesh_gausslegendre_API_hpp
Generated on Sun Jun 14 2015 21:20:11 for COOLFluiD by
1.8.9.1
Send comments to:
COOLFluiD Web Admin