Rheolef
7.1
an efficient C++ finite element environment
|
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 |
Public Member Functions | |
hack_array (const A &alloc=A()) | |
hack_array (size_type loc_size, const parameter_type ¶m, const A &alloc=A()) | |
void | resize (const distributor &ownership, const parameter_type ¶m) |
hack_array (const distributor &ownership, const parameter_type ¶m, const A &alloc=A()) | |
void | resize (size_type loc_size, const parameter_type ¶m) |
A | get_allocator () const |
size_type | size () const |
size_type | dis_size () const |
const distributor & | ownership () const |
const communicator & | comm () const |
reference | operator[] (size_type i) |
const_reference | operator[] (size_type i) const |
const_reference | dis_at (size_type dis_i) const |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
template<class Set > | |
void | append_dis_indexes (const Set &ext_idx_set) const |
void | update_dis_entries () const |
dis_reference | dis_entry (size_type dis_i) |
void | dis_entry_assembly () |
template<class SetOp > | |
void | dis_entry_assembly (SetOp my_set_op) |
template<class SetOp > | |
void | dis_entry_assembly_begin (SetOp my_set_op) |
template<class SetOp > | |
void | dis_entry_assembly_end (SetOp my_set_op) |
odiststream & | put_values (odiststream &ops) const |
idiststream & | get_values (idiststream &ips) |
template<class GetFunction > | |
idiststream & | get_values (idiststream &ips, GetFunction get_element) |
template<class PutFunction > | |
odiststream & | put_values (odiststream &ops, PutFunction put_element) const |
![]() | |
smart_pointer (hack_array_seq_rep< T, A > *p=0) | |
smart_pointer (void *count, internal i) | |
smart_pointer (const smart_pointer< hack_array_seq_rep< T, A > > &x) | |
smart_pointer< hack_array_seq_rep< T, A > > & | operator= (const smart_pointer< hack_array_seq_rep< T, A > > &x) |
~smart_pointer () | |
![]() | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, C > &) | |
smart_pointer_base (void *count, internal) | |
smart_pointer_base< T, C > & | operator= (const smart_pointer_base< T, C > &) |
~smart_pointer_base () | |
const T * | pointer () const |
const T & | data () const |
const T * | operator-> () const |
const T & | operator* () const |
T * | pointer () |
T & | data () |
T * | operator-> () |
T & | operator* () |
int | reference_counter () const |
counter * | get_count () const |
Definition at line 355 of file hack_array.h.
typedef hack_array_seq_rep<T,A> rep |
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.
A get_allocator | ( | ) | const |
Definition at line 383 of file hack_array.h.
size_type size | ( | ) | const |
Definition at line 384 of file hack_array.h.
size_type dis_size | ( | ) | const |
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.
iterator begin | ( | ) |
Definition at line 394 of file hack_array.h.
const_iterator begin | ( | ) | const |
Definition at line 395 of file hack_array.h.
iterator end | ( | ) |
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.
void update_dis_entries | ( | ) | const |
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.
void dis_entry_assembly | ( | ) |
Definition at line 407 of file hack_array.h.
void dis_entry_assembly | ( | SetOp | my_set_op | ) |
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.
void dis_entry_assembly_end | ( | SetOp | my_set_op | ) |
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.