Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 342 of file domain_indirect.h.
Public Types | |
typedef domain_indirect_rep< sequential > | 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< sequential > | handled_type |
typedef base::internal | internal |
typedef domain_indirect_rep<sequential> rep |
Definition at line 347 of file domain_indirect.h.
typedef smart_pointer<rep> base |
Definition at line 348 of file domain_indirect.h.
typedef rep::size_type size_type |
Definition at line 349 of file domain_indirect.h.
typedef rep::iterator_ioige iterator_ioige |
Definition at line 350 of file domain_indirect.h.
Definition at line 351 of file domain_indirect.h.
Definition at line 410 of file domain_indirect.h.
domain_indirect_basic | ( | const geo_abstract_rep< T, sequential > & | omega, |
const std::string & | name, | ||
size_type | map_dim, | ||
const communicator & | comm, | ||
const std::vector< size_type > & | ie_list | ||
) |
Definition at line 427 of file domain_indirect.h.
domain_indirect_basic | ( | const geo_basic< T, sequential > & | omega, |
const std::string & | name, | ||
size_type | map_dim, | ||
const communicator & | comm, | ||
const std::vector< size_type > & | ie_list | ||
) |
Definition at line 416 of file domain_indirect.h.
domain_indirect_basic | ( | disarray< geo_element_auto<>, sequential > & | d_tmp, |
const geo_basic< U, sequential > & | omega, | ||
std::vector< index_set > * | ball | ||
) |
Definition at line 207 of file domain_indirect_seq.cc.
void resize | ( | size_type | n | ) |
Definition at line 438 of file domain_indirect.h.
domain_indirect_basic< sequential >::size_type size | ( | ) | const |
Definition at line 444 of file domain_indirect.h.
domain_indirect_basic< sequential >::size_type dis_size | ( | ) | const |
Definition at line 450 of file domain_indirect.h.
const distributor & ownership | ( | ) | const |
Definition at line 456 of file domain_indirect.h.
domain_indirect_basic< sequential >::const_iterator_ioige ioige_begin | ( | ) | const |
Definition at line 468 of file domain_indirect.h.
domain_indirect_basic< sequential >::const_iterator_ioige ioige_end | ( | ) | const |
Definition at line 474 of file domain_indirect.h.
domain_indirect_basic< sequential >::iterator_ioige ioige_begin | ( | ) |
Definition at line 480 of file domain_indirect.h.
domain_indirect_basic< sequential >::iterator_ioige ioige_end | ( | ) |
Definition at line 486 of file domain_indirect.h.
const geo_element_indirect & oige | ( | size_type | ioige | ) | const |
Definition at line 462 of file domain_indirect.h.
void set_name | ( | std::string | name | ) |
Definition at line 516 of file domain_indirect.h.
void set_map_dimension | ( | size_type | map_dim | ) |
Definition at line 522 of file domain_indirect.h.
std::string name | ( | ) | const |
Definition at line 492 of file domain_indirect.h.
domain_indirect_basic< sequential >::size_type map_dimension | ( | ) | const |
Definition at line 498 of file domain_indirect.h.
bool is_broken | ( | ) | const |
Definition at line 504 of file domain_indirect.h.
void set_broken | ( | bool | b | ) |
Definition at line 510 of file domain_indirect.h.
odiststream & put | ( | odiststream & | ops | ) | const |
Definition at line 528 of file domain_indirect.h.
idiststream & get | ( | idiststream & | ips, |
const geo_rep< T, sequential > & | omega, | ||
std::vector< index_set > * | ball | ||
) |
Definition at line 535 of file domain_indirect.h.