Main Page   Alphabetical List   Compound List   File List   Compound Members  

femSolver1c.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 //
00008 // AUTHORS:  C. Prud'homme
00009 // ORG    :          
00010 // E-MAIL :  prudhomm@users.sourceforge.net
00011 //
00012 // ORIG-DATE:     June-94
00013 // LAST-MOD:     13-Aug-00 at 23:19:18 by Christophe Prud'homme
00014 //
00015 // DESCRIPTION:  
00016 /*
00017   This program is free software; you can redistribute it and/or modify
00018   it under the terms of the GNU General Public License as published by
00019   the Free Software Foundation; either version 2 of the License, or
00020   (at your option) any later version.
00021   
00022   This program is distributed in the hope that it will be useful,
00023   but WITHOUT ANY WARRANTY; without even the implied warranty of
00024   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00025   GNU General Public License for more details.
00026   
00027   You should have received a copy of the GNU General Public License
00028   along with this program; if not, write to the Free Software
00029   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00030 
00031 */
00032 // DESCRIP-END.
00033 //
00034 
00035 #ifndef __FEM1C_H
00036 #define __FEM1C_H 1
00037 
00038 namespace fem
00039 {
00040   void rhsPDE(int quadra, creal*  fw, creal*  f, creal*  g);
00041        
00042   float gaussband (creal*  a, creal*  x, long n, long bdthl, int first, float eps);
00043 
00044   float pdeian(creal*  a, creal*  u, creal*  f, creal*  g, creal*  u0, 
00045                creal*  alpha, creal*  rho11, creal*  rho12, creal*  rho21, creal*  rho22,
00046                creal*  u1, creal*  u2, creal*  beta, int quadra, int factorize);
00047 
00048 }
00049 #endif /* __FEM1C_H */

This is the FreeFEM reference manual
Provided by The KFEM project