Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 355 of file hack_array.h.
Public Types | |
typedef hack_array_seq_rep< T, A > | rep |
typedef smart_pointer< rep > | base |
typedef sequential | memory_type |
typedef rep::size_type | size_type |
typedef rep::value_type | value_type |
typedef rep::reference | reference |
typedef rep::dis_reference | dis_reference |
typedef rep::iterator | iterator |
typedef rep::const_reference | const_reference |
typedef rep::const_iterator | const_iterator |
typedef rep::parameter_type | parameter_type |
![]() | |
typedef hack_array_seq_rep< T, A > | handled_type |
typedef base::internal | internal |
Definition at line 360 of file hack_array.h.
typedef smart_pointer<rep> base |
Definition at line 361 of file hack_array.h.
typedef sequential memory_type |
Definition at line 363 of file hack_array.h.
typedef rep::size_type size_type |
Definition at line 364 of file hack_array.h.
typedef rep::value_type value_type |
Definition at line 365 of file hack_array.h.
typedef rep::reference reference |
Definition at line 366 of file hack_array.h.
typedef rep::dis_reference dis_reference |
Definition at line 367 of file hack_array.h.
typedef rep::iterator iterator |
Definition at line 368 of file hack_array.h.
typedef rep::const_reference const_reference |
Definition at line 369 of file hack_array.h.
typedef rep::const_iterator const_iterator |
Definition at line 370 of file hack_array.h.
typedef rep::parameter_type parameter_type |
Definition at line 371 of file hack_array.h.
hack_array | ( | const A & | alloc = A() | ) |
Definition at line 448 of file hack_array.h.
hack_array | ( | size_type | loc_size, |
const parameter_type & | param, | ||
const A & | alloc = A() |
||
) |
Definition at line 455 of file hack_array.h.
hack_array | ( | const distributor & | ownership, |
const parameter_type & | param, | ||
const A & | alloc = A() |
||
) |
Definition at line 464 of file hack_array.h.
void resize | ( | const distributor & | ownership, |
const parameter_type & | param | ||
) |
Definition at line 483 of file hack_array.h.
void resize | ( | size_type | loc_size, |
const parameter_type & | param | ||
) |
Definition at line 474 of file hack_array.h.
Definition at line 383 of file hack_array.h.
Definition at line 384 of file hack_array.h.
Definition at line 385 of file hack_array.h.
const distributor & ownership | ( | ) | const |
Definition at line 386 of file hack_array.h.
const communicator & comm | ( | ) | const |
Definition at line 387 of file hack_array.h.
Definition at line 389 of file hack_array.h.
const_reference operator[] | ( | size_type | i | ) | const |
Definition at line 390 of file hack_array.h.
const_reference dis_at | ( | size_type | dis_i | ) | const |
Definition at line 392 of file hack_array.h.
Definition at line 394 of file hack_array.h.
const_iterator begin | ( | ) | const |
Definition at line 395 of file hack_array.h.
Definition at line 396 of file hack_array.h.
const_iterator end | ( | ) | const |
Definition at line 397 of file hack_array.h.
void append_dis_indexes | ( | const Set & | ext_idx_set | ) | const |
Definition at line 401 of file hack_array.h.
Definition at line 402 of file hack_array.h.
dis_reference dis_entry | ( | size_type | dis_i | ) |
Definition at line 406 of file hack_array.h.
Definition at line 407 of file hack_array.h.
Definition at line 409 of file hack_array.h.
void dis_entry_assembly_begin | ( | SetOp | my_set_op | ) |
Definition at line 411 of file hack_array.h.
Definition at line 413 of file hack_array.h.
odiststream & put_values | ( | odiststream & | ops | ) | const |
Definition at line 435 of file hack_array.h.
idiststream & get_values | ( | idiststream & | ips | ) |
Definition at line 436 of file hack_array.h.
idiststream & get_values | ( | idiststream & | ips, |
GetFunction | get_element | ||
) |
Definition at line 438 of file hack_array.h.
odiststream & put_values | ( | odiststream & | ops, |
PutFunction | put_element | ||
) | const |
Definition at line 440 of file hack_array.h.