1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 /*! \file ugio.h
4  * \ingroup gm
5  */
6 
7 
8 /****************************************************************************/
9 /*                                                                                                                                                      */
10 /* File:          ugio.h                                                                                                                */
11 /*                                                                                                                                                      */
12 /* Purpose:   ug input/output header file                                       */
13 /*                                                                                                                                                      */
14 /* Author:        Peter Bastian                                                                                                 */
15 /*                        Interdisziplinaeres Zentrum fuer Wissenschaftliches Rechnen   */
16 /*                        Universitaet Heidelberg                                                                               */
17 /*                        Im Neuenheimer Feld 368                                                                               */
18 /*                        6900 Heidelberg                                                                                               */
19 /*                        internet: ug@ica3.uni-stuttgart.de                                            */
20 /*                                                                                                                                                      */
21 /* History:   15.04.92 begin, ug version 2.0                                                            */
22 /*                                                                                                                                                      */
23 /* Remarks:                                                                                                                             */
24 /*                                                                                                                                                      */
25 /****************************************************************************/
26 
27 
28 /****************************************************************************/
29 /*                                                                                                                                                      */
30 /* auto include mechanism and other include files                                                       */
31 /*                                                                                                                                                      */
32 /****************************************************************************/
33 
34 #ifndef __UGIO__
35 #define __UGIO__
36 
37 #include <dune/uggrid/low/namespace.h>
38 #include <dune/uggrid/low/ugtypes.h>
39 
40 #include "gm.h"
41 
42 START_UGDIM_NAMESPACE
43 
44 /****************************************************************************/
45 /*                                                                          */
46 /* function declarations                                                                                                        */
47 /*                                                                                                                                                      */
48 /****************************************************************************/
49 
50 INT InitUgio ();
51 
52 END_UGDIM_NAMESPACE
53 
54 #endif
55