Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Nodelist with corresponding elemlist. More...
Classes | |
struct | bad |
Report an error. More... | |
Public Member Functions | |
fempair (const int &no) | |
Public Attributes | |
nodelist | n |
The node list. | |
elemlist | e |
Zero based element list. | |
Private Member Functions | |
nodelist | init_nodelist (const int &no) |
Constructor helper. | |
elemlist | init_elemlist (const int &no) |
Constructor helper. | |
Nodelist with corresponding elemlist.
Definition at line 84 of file maxH_main.cpp.