Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 559 of file domain_indirect.h.
Public Types | |
typedef domain_indirect_rep< distributed > | rep |
typedef smart_pointer< rep > | base |
typedef rep::size_type | size_type |
typedef rep::iterator_ioige | iterator_ioige |
typedef rep::const_iterator_ioige | const_iterator_ioige |
![]() | |
typedef domain_indirect_rep< distributed > | handled_type |
typedef base::internal | internal |
typedef domain_indirect_rep<distributed> rep |
Definition at line 564 of file domain_indirect.h.
typedef smart_pointer<rep> base |
Definition at line 565 of file domain_indirect.h.
typedef rep::size_type size_type |
Definition at line 566 of file domain_indirect.h.
typedef rep::iterator_ioige iterator_ioige |
Definition at line 567 of file domain_indirect.h.
Definition at line 568 of file domain_indirect.h.
Definition at line 625 of file domain_indirect.h.
domain_indirect_basic | ( | const geo_basic< T, distributed > & | omega, |
const std::string & | name, | ||
size_type | map_dim, | ||
const communicator & | comm, | ||
const std::vector< size_type > & | ie_list | ||
) |
Definition at line 631 of file domain_indirect.h.
domain_indirect_basic | ( | const geo_abstract_rep< T, distributed > & | omega, |
const std::string & | name, | ||
size_type | map_dim, | ||
const communicator & | comm, | ||
const std::vector< size_type > & | ie_list | ||
) |
Definition at line 642 of file domain_indirect.h.
domain_indirect_basic< distributed >::size_type size | ( | ) | const |
Definition at line 653 of file domain_indirect.h.
domain_indirect_basic< distributed >::size_type dis_size | ( | ) | const |
Definition at line 659 of file domain_indirect.h.
const distributor & ownership | ( | ) | const |
Definition at line 665 of file domain_indirect.h.
const geo_element_indirect & oige | ( | size_type | ioige | ) | const |
Definition at line 725 of file domain_indirect.h.
void set_name | ( | std::string | name | ) |
Definition at line 701 of file domain_indirect.h.
void set_map_dimension | ( | size_type | map_dim | ) |
Definition at line 707 of file domain_indirect.h.
std::string name | ( | ) | const |
Definition at line 689 of file domain_indirect.h.
domain_indirect_basic< distributed >::size_type map_dimension | ( | ) | const |
Definition at line 695 of file domain_indirect.h.
bool is_broken | ( | ) | const |
Definition at line 713 of file domain_indirect.h.
void set_broken | ( | bool | b | ) |
Definition at line 719 of file domain_indirect.h.
domain_indirect_basic< distributed >::const_iterator_ioige ioige_begin | ( | ) | const |
Definition at line 731 of file domain_indirect.h.
domain_indirect_basic< distributed >::const_iterator_ioige ioige_end | ( | ) | const |
Definition at line 737 of file domain_indirect.h.
domain_indirect_basic< distributed >::iterator_ioige ioige_begin | ( | ) |
Definition at line 743 of file domain_indirect.h.
domain_indirect_basic< distributed >::iterator_ioige ioige_end | ( | ) |
Definition at line 749 of file domain_indirect.h.
const distributor & ini_ownership | ( | ) | const |
Definition at line 755 of file domain_indirect.h.
domain_indirect_basic< distributed >::size_type ioige2ini_dis_ioige | ( | size_type | ioige | ) | const |
Definition at line 761 of file domain_indirect.h.
domain_indirect_basic< distributed >::size_type ini_ioige2dis_ioige | ( | size_type | ini_ioige | ) | const |
Definition at line 767 of file domain_indirect.h.
idiststream & get | ( | idiststream & | ips, |
const geo_rep< T, distributed > & | omega | ||
) |
Definition at line 672 of file domain_indirect.h.
odiststream & put | ( | odiststream & | ops, |
const geo_rep< T, distributed > & | omega | ||
) | const |
Definition at line 681 of file domain_indirect.h.