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-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 "mesh/LibMesh.hpp"
8 
9 namespace cf3 {
10 namespace mesh {
11 
13 
14 const char * Tags::normal () { return "normal"; }
15 const char * Tags::area () { return "area"; }
16 const char * Tags::volume () { return "volume"; }
17 
18 const char * Tags::geometry () { return "geometry"; }
19 const char * Tags::topology () { return "topology"; }
20 const char * Tags::coordinates () { return "coordinates"; }
21 const char * Tags::nodes () { return "nodes"; }
22 const char * Tags::nodes_used () { return "nodes_used"; }
23 
24 const char * Tags::global_indices () { return "global_indices"; }
25 const char * Tags::map_global_to_local () { return "map_global_to_local"; }
26 
27 const char * Tags::cell_entity () { return "cell_entity"; }
28 const char * Tags::face_entity () { return "face_entity"; }
29 const char * Tags::edge_entity () { return "edge_entity"; }
30 const char * Tags::point_entity() { return "point_entity"; }
31 
32 const char * Tags::interface () { return "interface"; }
33 
34 const char * Tags::cells () { return "cells"; }
35 const char * Tags::inner_faces () { return "inner_faces"; }
36 const char * Tags::outer_faces () { return "outer_faces"; }
37 const char * Tags::bdry_faces () { return "bdry_faces"; }
38 
39 const char * Tags::connectivity_table () { return "connectivity_table"; }
40 
41 const char * Tags::event_mesh_loaded() { return "mesh_loaded"; }
42 const char * Tags::event_mesh_changed() { return "mesh_changed"; }
43 
44 //const char * Tags::geometry_elements () { return "geometry_elements"; }
45 
47 
48 } // mesh
49 } // cf3
boost::proto::terminal< SFOp< NormalOp > >::type const normal
boost::proto::terminal< SFOp< VolumeOp > >::type const volume
Static terminals that can be used in proto expressions.
boost::proto::terminal< SFOp< NodesOp > >::type const nodes
Top-level namespace for coolfluid.
Definition: Action.cpp:18
boost::proto::terminal< SFOp< CoordinatesOp > >::type const coordinates
Send comments to:
COOLFluiD Web Admin