FreeFem 3.5.x
Public Attributes | List of all members
fem::fcts Class Reference

provide a pool for all the PDE data More...

#include <femDisk.hpp>

Public Attributes

float * c1
 
float * b1
 
float * nuyx1
 
float * nuxx1
 
float * nuxy1
 
float * nuyy1
 
float * a21
 
float * a11
 
float * g1
 
float * f1
 
float * p1
 
float * sol1
 
float * fplot
 
ccomplexc1c
 
ccomplexb1c
 
ccomplexnuyx1c
 
ccomplexnuxx1c
 
ccomplexnuxy1c
 
ccomplexnuyy1c
 
ccomplexa21c
 
ccomplexa11c
 
ccomplexg1c
 
ccomplexf1c
 
ccomplexp1c
 
ccomplexsol1c
 
Acmat c2
 
Acmat b2
 
Acmat nuyx2
 
Acmat nuxx2
 
Acmat nuxy2
 
Acmat nuyy2
 
Acmat a12
 
Acmat a22
 
Acvect g2
 
Acvect p2
 
Acvect f2
 
Acvect sol2
 

Detailed Description

provide a pool for all the PDE data

Author
Christophe Prud'homme prudh.nosp@m.omm@.nosp@m.users.nosp@m..sou.nosp@m.rcefo.nosp@m.rge..nosp@m.net
Version
Id
femDisk.hpp,v 1.2 2001/10/28 14:51:18 prudhomm Exp

Constructor & Destructor Documentation

◆ fcts()

fem::fcts::fcts ( )
inline
71 :
72 c1(NULL),
73 b1(NULL),
74 nuyx1(NULL),
75 nuxx1(NULL),
76 nuxy1(NULL),
77 nuyy1(NULL),
78 a21(NULL),
79 a11(NULL),
80 g1(NULL),
81 f1(NULL),
82 p1(NULL),
83 sol1(NULL),
84 fplot(NULL),
85 c2(),
86 b2(),
87 nuyx2(),
88 nuxx2(),
89 nuxy2(),
90 nuyy2(),
91 a12(),
92 a22(),
93 g2(),
94 p2(),
95 f2(),
96 sol2()
97 {}

The documentation for this class was generated from the following file:

This is the FreeFEM reference manual
Provided by The KFEM project