|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 641 of file disarray.h.
Inheritance diagram for disarray< T, distributed, A >:Public Types | |
| typedef disarray_rep< T, distributed, A > | rep |
| typedef smart_pointer< rep > | base |
| typedef distributed | memory_type |
| typedef rep::size_type | size_type |
| typedef rep::difference_type | difference_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::scatter_map_type | scatter_map_type |
Public Types inherited from smart_pointer< disarray_rep< T, distributed, A > > | |
| typedef disarray_rep< T, distributed, A > | handled_type |
| typedef base::internal | internal |
Public Member Functions | |
| disarray (const distributor &ownership=distributor(), const T &init_val=T(), const A &alloc=A()) | |
| void | resize (const distributor &ownership=distributor(), const T &init_val=T()) |
| 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 |
| reference | operator() (size_type i) |
| const_reference | operator() (size_type i) const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| template<class Set , class Map > | |
| void | append_dis_entry (const Set &ext_idx_set, Map &ext_idx_map) const |
| template<class Set , class Map > | |
| void | get_dis_entry (const Set &ext_idx_set, Map &ext_idx_map) const |
| template<class Set > | |
| void | append_dis_indexes (const Set &ext_idx_set) const |
| void | reset_dis_indexes () const |
| void | get_dis_indexes (std::set< size_type > &ext_idx_set) const |
| template<class Set > | |
| void | set_dis_indexes (const Set &ext_idx_set) const |
| const T & | dis_at (size_type dis_i) const |
| const scatter_map_type & | get_dis_map_entries () const |
| dis_reference | dis_entry (size_type dis_i) |
| template<class SetOp = typename details::default_set_op_traits<T>::type> | |
| void | dis_entry_assembly_begin (SetOp my_set_op=SetOp()) |
| template<class SetOp = typename details::default_set_op_traits<T>::type> | |
| void | dis_entry_assembly_end (SetOp my_set_op=SetOp()) |
| template<class SetOp = typename details::default_set_op_traits<T>::type> | |
| void | dis_entry_assembly (SetOp my_set_op=SetOp()) |
| void | dis_entry_assembly_begin () |
| void | dis_entry_assembly_end () |
| void | dis_entry_assembly () |
| template<class RepSize > | |
| void | repartition (const RepSize &partition, disarray< T, distributed > &new_disarray, RepSize &old_numbering, RepSize &new_numbering) const |
| template<class RepSize > | |
| void | permutation_apply (const RepSize &new_numbering, disarray< T, distributed, A > &new_disarray) const |
| void | reverse_permutation (disarray< size_type, distributed, A > &inew2dis_iold) const |
| odiststream & | put_values (odiststream &ops) const |
| idiststream & | get_values (idiststream &ips) |
| void | dump (std::string name) const |
| template<class GetFunction > | |
| idiststream & | get_values (idiststream &ips, GetFunction get_element) |
| template<class PutFunction > | |
| odiststream & | put_values (odiststream &ops, PutFunction put_element) const |
| template<class PutFunction , class A2 > | |
| odiststream & | permuted_put_values (odiststream &ops, const disarray< size_type, distributed, A2 > &perm, PutFunction put_element) const |
Public Member Functions inherited from smart_pointer< disarray_rep< T, distributed, A > > | |
| smart_pointer (disarray_rep< T, distributed, A > *p=0) | |
| smart_pointer (void *count, internal i) | |
| smart_pointer (const smart_pointer< disarray_rep< T, distributed, A > > &x) | |
| smart_pointer< disarray_rep< T, distributed, A > > & | operator= (const smart_pointer< disarray_rep< T, distributed, A > > &x) |
| ~smart_pointer () | |
Public Member Functions inherited from smart_pointer_base< T, C > | |
| 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 |
| typedef disarray_rep<T,distributed,A> rep |
Definition at line 646 of file disarray.h.
| typedef smart_pointer<rep> base |
Definition at line 647 of file disarray.h.
| typedef distributed memory_type |
Definition at line 649 of file disarray.h.
| typedef rep::size_type size_type |
Definition at line 650 of file disarray.h.
| typedef rep::difference_type difference_type |
Definition at line 651 of file disarray.h.
| typedef rep::value_type value_type |
Definition at line 652 of file disarray.h.
| typedef rep::reference reference |
Definition at line 653 of file disarray.h.
| typedef rep::dis_reference dis_reference |
Definition at line 654 of file disarray.h.
| typedef rep::iterator iterator |
Definition at line 655 of file disarray.h.
| typedef rep::const_reference const_reference |
Definition at line 656 of file disarray.h.
| typedef rep::const_iterator const_iterator |
Definition at line 657 of file disarray.h.
Definition at line 658 of file disarray.h.
| disarray | ( | const distributor & | ownership = distributor(), |
| const T & | init_val = T(), |
||
| const A & | alloc = A() |
||
| ) |
Definition at line 756 of file disarray.h.
| void resize | ( | const distributor & | ownership = distributor(), |
| const T & | init_val = T() |
||
| ) |
Definition at line 766 of file disarray.h.
Definition at line 667 of file disarray.h.
Definition at line 668 of file disarray.h.
Definition at line 669 of file disarray.h.
| const distributor & ownership | ( | ) | const |
Definition at line 670 of file disarray.h.
| const communicator & comm | ( | ) | const |
Definition at line 671 of file disarray.h.
Definition at line 673 of file disarray.h.
| const_reference operator[] | ( | size_type | i | ) | const |
Definition at line 674 of file disarray.h.
Definition at line 675 of file disarray.h.
| const_reference operator() | ( | size_type | i | ) | const |
Definition at line 676 of file disarray.h.
Definition at line 678 of file disarray.h.
| const_iterator begin | ( | ) | const |
Definition at line 679 of file disarray.h.
Definition at line 680 of file disarray.h.
| const_iterator end | ( | ) | const |
Definition at line 681 of file disarray.h.
| void append_dis_entry | ( | const Set & | ext_idx_set, |
| Map & | ext_idx_map | ||
| ) | const |
Definition at line 686 of file disarray.h.
| void get_dis_entry | ( | const Set & | ext_idx_set, |
| Map & | ext_idx_map | ||
| ) | const |
Definition at line 689 of file disarray.h.
| void append_dis_indexes | ( | const Set & | ext_idx_set | ) | const |
Definition at line 692 of file disarray.h.
Definition at line 693 of file disarray.h.
Definition at line 694 of file disarray.h.
| void set_dis_indexes | ( | const Set & | ext_idx_set | ) | const |
Definition at line 697 of file disarray.h.
Definition at line 699 of file disarray.h.
| const scatter_map_type & get_dis_map_entries | ( | ) | const |
Definition at line 702 of file disarray.h.
| dis_reference dis_entry | ( | size_type | dis_i | ) |
Definition at line 706 of file disarray.h.
| void dis_entry_assembly_begin | ( | SetOp | my_set_op = SetOp() | ) |
Definition at line 709 of file disarray.h.
| void dis_entry_assembly_end | ( | SetOp | my_set_op = SetOp() | ) |
Definition at line 711 of file disarray.h.
| void dis_entry_assembly | ( | SetOp | my_set_op = SetOp() | ) |
Definition at line 713 of file disarray.h.
Definition at line 715 of file disarray.h.
Definition at line 716 of file disarray.h.
Definition at line 717 of file disarray.h.
| void repartition | ( | const RepSize & | partition, |
| disarray< T, distributed > & | new_disarray, | ||
| RepSize & | old_numbering, | ||
| RepSize & | new_numbering | ||
| ) | const |
Definition at line 722 of file disarray.h.
| void permutation_apply | ( | const RepSize & | new_numbering, |
| disarray< T, distributed, A > & | new_disarray | ||
| ) | const |
Definition at line 730 of file disarray.h.
| void reverse_permutation | ( | disarray< size_type, distributed, A > & | inew2dis_iold | ) | const |
Definition at line 735 of file disarray.h.
| odiststream & put_values | ( | odiststream & | ops | ) | const |
Definition at line 741 of file disarray.h.
| idiststream & get_values | ( | idiststream & | ips | ) |
Definition at line 742 of file disarray.h.
Definition at line 743 of file disarray.h.
| idiststream & get_values | ( | idiststream & | ips, |
| GetFunction | get_element | ||
| ) |
Definition at line 746 of file disarray.h.
| odiststream & put_values | ( | odiststream & | ops, |
| PutFunction | put_element | ||
| ) | const |
Definition at line 748 of file disarray.h.
| odiststream & permuted_put_values | ( | odiststream & | ops, |
| const disarray< size_type, distributed, A2 > & | perm, | ||
| PutFunction | put_element | ||
| ) | const |
Definition at line 749 of file disarray.h.