|
rheolef
6.3
|
#include <field_indirect.h>

Classes | |
| class | const_iterator |
Public Types | |
| typedef field_basic< T, M > ::size_type | size_type |
| typedef T | scalar_type |
| typedef T | value_type |
Public Member Functions | |
| field_indirect_const (const field_basic< T, M > &uh, const geo_basic< T, M > &dom) | |
| field_indirect_const (field_indirect< T, M > gh) | |
| const distributor & | ownership () const |
| const communicator & | comm () const |
| size_type | ndof () const |
| size_type | dis_ndof () const |
| std::string | stamp () const |
| space_basic< T, M > | get_space () const |
| const T & | dof (size_type idof) const |
| const_iterator | begin_dof () const |
| const_iterator | end_dof () const |
Protected Attributes | |
| space_basic< T, M > | _V |
| space_basic< T, M > | _W |
| geo_basic< T, M > | _dom |
| array< size_type, M > | _indirect |
| field_basic< T, M >::const_iterator | _val |
Friends | |
| class | field_basic< T, M > |
Definition at line 218 of file field_indirect.h.
| typedef field_basic<T,M>::size_type rheolef::field_indirect_const< T, M >::size_type |
Definition at line 222 of file field_indirect.h.
| typedef T rheolef::field_indirect_const< T, M >::scalar_type |
Definition at line 223 of file field_indirect.h.
| typedef T rheolef::field_indirect_const< T, M >::value_type |
Definition at line 224 of file field_indirect.h.
|
inline |
Definition at line 228 of file field_indirect.h.
|
inline |
Definition at line 237 of file field_indirect.h.
|
inline |
Definition at line 246 of file field_indirect.h.
|
inline |
Definition at line 247 of file field_indirect.h.
|
inline |
Definition at line 248 of file field_indirect.h.
|
inline |
Definition at line 249 of file field_indirect.h.
|
inline |
Definition at line 268 of file field_indirect.h.
|
inline |
Definition at line 251 of file field_indirect.h.
|
inline |
Definition at line 253 of file field_indirect.h.
|
inline |
Definition at line 351 of file field_indirect.h.
|
inline |
Definition at line 358 of file field_indirect.h.
|
friend |
Definition at line 257 of file field_indirect.h.
|
protected |
Definition at line 259 of file field_indirect.h.
|
protected |
Definition at line 260 of file field_indirect.h.
|
protected |
Definition at line 261 of file field_indirect.h.
|
protected |
Definition at line 262 of file field_indirect.h.
|
protected |
Definition at line 263 of file field_indirect.h.