Main Page | Alphabetical List | Class List | File List | Class Members | File Members

femGibbs.hpp

00001 // Emacs will be in -*- Mode: c++ -*- 00002 // 00003 // ********** DO NOT REMOVE THIS BANNER ********** 00004 // 00005 // SUMMARY: Language for a Finite Element Method 00006 // 00007 // AUTHORS: C. Prud'homme 00008 // ORG : 00009 // E-MAIL : pironneau@ann.jussieu.fr 00010 // 00011 // ORIG-DATE: June-94 00012 // LAST-MOD: 13-Aug-00 at 22:40:04 by Christophe Prud'homme 00013 // 00014 // DESCRIPTION: 00015 /* 00016 This program is free software; you can redistribute it and/or modify 00017 it under the terms of the GNU General Public License as published by 00018 the Free Software Foundation; either version 2 of the License, or 00019 (at your option) any later version. 00020 00021 This program is distributed in the hope that it will be useful, 00022 but WITHOUT ANY WARRANTY; without even the implied warranty of 00023 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00024 GNU General Public License for more details. 00025 00026 You should have received a copy of the GNU General Public License 00027 along with this program; if not, write to the Free Software 00028 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00029 00030 */ 00031 00032 // DESCRIP-END. 00033 // 00034 00035 #ifndef __GIBBS_H 00036 #define __GIBBS_H 00037 00038 #if defined(HAVE_CONFIG_H) 00039 #include <config.h> 00040 #endif /* HAVE_CONFIG_H */ 00041 00042 namespace fem 00043 { 00044 DECLARE_CLASS( femMesh ); 00045 int renum(femMesh* mesh); 00046 } 00047 00048 #endif /* GIBBS_H */

This is the FreeFEM reference manual
Provided by The KFEM project