One element which has to be distributed. More...

Public Member Functions | |
| T * | cell () const |
| const Real3d & | center () const |
| ListElmSFC< T > * | link () const |
| ListElmSFC< T > ** | linkp () |
| ListElmSFC (Real3d &c, T *cell, ListElmSFC< T > *lnk=0) | |
Private Attributes | |
| Real3d | c_ |
| Center of the cell. | |
| T * | cell_ |
| Geometric cell. | |
| ListElmSFC< T > * | lnk_ |
| Next element. | |
One element which has to be distributed.
Definition at line 37 of file sfcdstr.hh.
| parallel::SFCDstr::ListElmSFC< T >::ListElmSFC | ( | Real3d & | c, |
| T * | cell, | ||
| ListElmSFC< T > * | lnk = 0 |
||
| ) | [inline] |
Definition at line 47 of file sfcdstr.hh.
| T* parallel::SFCDstr::ListElmSFC< T >::cell | ( | ) | const [inline] |
Definition at line 53 of file sfcdstr.hh.
| const Real3d& parallel::SFCDstr::ListElmSFC< T >::center | ( | ) | const [inline] |
Definition at line 52 of file sfcdstr.hh.
| ListElmSFC<T>* parallel::SFCDstr::ListElmSFC< T >::link | ( | ) | const [inline] |
Definition at line 51 of file sfcdstr.hh.
| ListElmSFC<T>** parallel::SFCDstr::ListElmSFC< T >::linkp | ( | ) | [inline] |
Definition at line 50 of file sfcdstr.hh.
Real3d parallel::SFCDstr::ListElmSFC< T >::c_ [private] |
Center of the cell.
Definition at line 44 of file sfcdstr.hh.
T* parallel::SFCDstr::ListElmSFC< T >::cell_ [private] |
Geometric cell.
Definition at line 42 of file sfcdstr.hh.
ListElmSFC<T>* parallel::SFCDstr::ListElmSFC< T >::lnk_ [private] |
Next element.
Definition at line 40 of file sfcdstr.hh.