template<class
T, class
M>
class rheolef::geo_base_rep< T, M >
base class for M=sequential or distributed meshes representations
Definition at line 528 of file geo.h.
|
| geo_base_rep () |
|
| geo_base_rep (const geo_base_rep< T, M > &) |
|
void | build_from_list (const geo_basic< T, M > &lambda, const disarray< point_basic< T >, M > &node_list, const std::array< disarray< geo_element_auto< heap_allocator< size_type > >, M >, reference_element::max_variant > &elt_list) |
|
| ~geo_base_rep () |
|
size_type | variant () const |
|
std::string | familyname () const |
|
std::string | name () const |
|
size_type | serial_number () const |
|
size_type | dimension () const |
|
size_type | map_dimension () const |
|
bool | is_broken () const |
|
coordinate_type | coordinate_system () const |
|
void | set_coordinate_system (coordinate_type sys_coord) |
|
void | set_name (std::string name) |
|
void | set_dimension (size_type dim) |
|
void | set_serial_number (size_type i) |
|
const basis_basic< T > & | get_piola_basis () const |
|
const node_type & | xmin () const |
|
const node_type & | xmax () const |
|
const T & | hmin () const |
|
const T & | hmax () const |
|
const geo_size & | sizes () const |
|
const geo_size & | ios_sizes () const |
|
const distributor & | geo_element_ownership (size_type dim) const |
|
const_reference | get_geo_element (size_type dim, size_type ige) const |
|
const_reference | dis_get_geo_element (size_type dim, size_type dis_ige) const |
|
const_iterator_by_variant | begin_by_variant (variant_type variant) const |
|
iterator_by_variant | begin_by_variant (variant_type variant) |
|
const_iterator_by_variant | end_by_variant (variant_type variant) const |
|
iterator_by_variant | end_by_variant (variant_type variant) |
|
const node_type & | node (size_type inod) const |
|
const node_type & | dis_node (size_type dis_inod) const |
|
const node_type & | node (const geo_element &K, size_type loc_inod) const |
|
void | dis_inod (const geo_element &K, std::vector< size_type > &dis_inod) const |
|
const disarray< node_type, M > & | get_nodes () const |
|
void | set_nodes (const disarray< node_type, M > &x) |
|
size_type | n_domain_indirect () const |
|
bool | have_domain_indirect (const std::string &name) const |
|
const domain_indirect_basic< M > & | get_domain_indirect (size_type i) const |
|
const domain_indirect_basic< M > & | get_domain_indirect (const std::string &name) const |
|
void | insert_domain_indirect (const domain_indirect_basic< M > &dom) const |
|
size_type | seq_locate (const point_basic< T > &x, size_type dis_ie_guest=std::numeric_limits< size_type >::max()) const |
|
size_type | dis_locate (const point_basic< T > &x, size_type dis_ie_guest=std::numeric_limits< size_type >::max()) const |
|
size_type | seq_trace_move (const point_basic< T > &x, const point_basic< T > &v, point_basic< T > &y) const |
|
size_type | dis_trace_move (const point_basic< T > &x, const point_basic< T > &v, point_basic< T > &y) const |
|
size_type | seq_nearest (const point_basic< T > &x, point_basic< T > &x_nearest) const |
|
size_type | dis_nearest (const point_basic< T > &x, point_basic< T > &x_nearest) const |
|
size_type | neighbour (size_type ie, size_type loc_isid) const |
|
void | neighbour_guard () const |
|
reference | get_geo_element (size_type dim, size_type ige) |
|
iterator | begin (size_type dim) |
| iterator by dimension: wraps iterator by geo_element variant
|
|
iterator | end (size_type dim) |
|
size_type | size (size_type dim) const |
|
size_type | dis_size (size_type dim) const |
|
const distributor & | ownership () const |
|
const distributor & | vertex_ownership () const |
|
const communicator & | comm () const |
|
size_type | order () const |
|
size_type | n_node () const |
|
size_type | dis_n_node () const |
|
size_type | n_vertex () const |
|
size_type | size () const |
|
size_type | dis_n_vertex () const |
|
size_type | dis_size () const |
|
size_type | dis_n_edge () const |
|
size_type | dis_n_face () const |
|
size_type | dis_inod2dis_iv (size_type dis_inod) const |
|
size_type | dis_iv2dis_inod (size_type dis_iv) const |
|
const_reference | operator[] (size_type ie) const |
|
reference | operator[] (size_type ie) |
|
const_iterator | begin (size_type dim) const |
|
const_iterator | end (size_type dim) const |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
const_iterator | begin_edge () const |
|
const_iterator | end_edge () const |
|
const_iterator | begin_face () const |
|
const_iterator | end_face () const |
|