COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Tags.cpp
Go to the documentation of this file.
1 // Copyright (C) 2010-2011 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 "UFEM/Tags.hpp"
8 
9 namespace cf3 {
10 namespace UFEM {
11 
13 
14 const char * Tags::solution() { return "solution"; }
15 const char * Tags::source_terms() { return "source_terms"; }
16 const char * Tags::coefficients() { return "coefficients"; }
17 
19 
20 } // UFEM
21 } // cf3
Top-level namespace for coolfluid.
Definition: Action.cpp:18
Send comments to:
COOLFluiD Web Admin