• Main Page
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

/export/development/ViennaGrid/release/ViennaGrid-1.0.0/viennagrid/topology/all.hpp

Go to the documentation of this file.
00001 #ifndef VIENNAGRID_TOPOLOGY_ALL_HPP
00002 #define VIENNAGRID_TOPOLOGY_ALL_HPP
00003 
00004 /* =======================================================================
00005    Copyright (c) 2011, Institute for Microelectronics,
00006                        Institute for Analysis and Scientific Computing,
00007                        TU Wien.
00008 
00009                             -----------------
00010                      ViennaGrid - The Vienna Grid Library
00011                             -----------------
00012 
00013    Authors:      Karl Rupp                           rupp@iue.tuwien.ac.at
00014                  Josef Weinbub                    weinbub@iue.tuwien.ac.at
00015                
00016    (A list of additional contributors can be found in the PDF manual)
00017 
00018    License:      MIT (X11), see file LICENSE in the base directory
00019 ======================================================================= */
00020 
00025 //one-dimensional:
00026 #include "viennagrid/topology/line.hpp"
00027 
00028 //two-dimensional:
00029 #include "viennagrid/topology/triangle.hpp"
00030 #include "viennagrid/topology/quadrilateral.hpp"
00031 
00032 //three-dimensional:
00033 #include "viennagrid/topology/tetrahedron.hpp"
00034 #include "viennagrid/topology/hexahedron.hpp"
00035 
00036 #endif
00037 

Generated on Wed Sep 14 2011 19:21:30 for ViennaGrid by  doxygen 1.7.1