FreeFem 3.5.x
femGibbs.hpp
1// Emacs will be in -*- Mode: c++ -*-
2//
3// ********** DO NOT REMOVE THIS BANNER **********
4//
5// SUMMARY: Language for a Finite Element Method
6//
7// AUTHORS: C. Prud'homme
8// ORG :
9// E-MAIL : pironneau@ann.jussieu.fr
10//
11// ORIG-DATE: June-94
12// LAST-MOD: 13-Aug-00 at 22:40:04 by Christophe Prud'homme
13//
14// DESCRIPTION:
15/*
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
20
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details.
25
26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29
30*/
31
32// DESCRIP-END.
33//
34
35#ifndef __GIBBS_H
36#define __GIBBS_H
37
38#if defined(HAVE_CONFIG_H)
39#include <config.h>
40#endif /* HAVE_CONFIG_H */
41
42namespace fem
43{
44 DECLARE_CLASS( femMesh );
45 int renum(femMesh* mesh);
46}
47
48#endif /* GIBBS_H */
#define DECLARE_CLASS(tag)
Declare class , class pointer , const pointer, class reference and const class reference types for cl...
Definition: femCommon.hpp:64

This is the FreeFEM reference manual
Provided by The KFEM project