|
Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
| typedef geo_basic< T, M >::size_type | size_type |
Public Member Functions | |
| band_basic () | |
| band_basic (const field_basic< T, M > &fh, const level_set_option &opt=level_set_option()) | |
| const geo_basic< T, M > & | band () const |
| const geo_basic< T, M > & | level_set () const |
| size_type | sid_ie2bnd_ie (size_type sid_ie) const |
| size_type | n_connected_component () const |
Protected Attributes | |
| geo_basic< T, M > | _gamma |
| geo_basic< T, M > | _band |
| disarray< size_type, M > | _sid_ie2bnd_ie |
| size_type | _ncc |
| band_basic | ( | const field_basic< T, M > & | fh, |
| const level_set_option & | opt = level_set_option() |
||
| ) |