class DomainNet2d
|
class with the general outline of a problem
Every problem wich solves a FEM problem should be
derived from this abstract class. More... |
|
|
Public Methods
Private Members
class with the general outline of a problem
Every problem wich solves a FEM problem should be
derived from this abstract class. With this we solve generally the problem :
Problem definition :
div [-Adif(x,y)*grad u(x,y) - Acon(x,y)*u(x,y)] + Asou(x,y)*u(x,y) = Fsou(x,y) + div Fdiv(x,y)
u(x,y) = Gdir(x,y) on Dirichlet boundary
-Adif(x,y)*grad u(x,y) - Acon(x,y)*u(x,y) - Grob(x,y)*u(x,y) = Gneu(x,y) on Neumann/Robin boundary
friend class GalarSolver2d
| GalarSolver2d |
[private]
friend class GalarImpGrFlow
| GalarImpGrFlow |
[private]
DomainNet2d ()
| DomainNet2d |
Construct a domain with a file generated by the EasyMesh programm.
Should have the form filename.d
~DomainNet2d ()
| ~DomainNet2d |
add a boundary to the domain. The number 0 .. geoBoundary.size()-1 is important, so leave it !
void buildNet (KURL &EasyMeshFileName)
| buildNet |
number of nodes in the domain (= number of unknowns in our equation !)
number of elements in the domain
bool testDomainNet2d ()
| testDomainNet2d |
a test function of all the functionality
to test the domain you can send it as readeble data to cout
[private]
[private]
[private]
[private]
- Author: benny
- Generated: benny@okidoki on Thu Jun 21 10:41:51 2001, using kdoc 2.0a53.