Rheolef  7.2
an efficient C++ finite element environment
geo_abstract_base_rep< T >abstract

Detailed Description

template<class T>
class rheolef::geo_abstract_base_rep< T >

abstract base interface class

Definition at line 248 of file geo.h.

+ Inheritance diagram for geo_abstract_base_rep< T >:

Public Types

enum  geo_rep_variant_type {
  geo = 0 ,
  geo_domain = 1 ,
  geo_domain_indirect = 2 ,
  max_variant = 3
}
 
typedef geo_element_hack::size_type size_type
 
typedef point_basic< Tnode_type
 
typedef reference_element::variant_type variant_type
 
typedef geo_elementreference
 
typedef const geo_elementconst_reference
 
typedef space_constant::coordinate_type coordinate_type
 
typedef std::map< size_type, geo_element_auto<> > geo_element_map_type
 
typedef hack_array< geo_element_hack >::iterator iterator_by_variant
 
typedef geo_iterator< geo_element, geo_element &, geo_element *, iterator_by_variantiterator
 
typedef hack_array< geo_element_hack >::const_iterator const_iterator_by_variant
 
typedef geo_iterator< geo_element, const geo_element &, const geo_element *, const_iterator_by_variantconst_iterator
 

Public Member Functions

 geo_abstract_base_rep ()
 
virtual ~geo_abstract_base_rep ()
 
virtual size_type variant () const =0
 
virtual std::string name () const =0
 
virtual std::string familyname () const =0
 
virtual size_type dimension () const =0
 
virtual size_type serial_number () const =0
 
virtual size_type map_dimension () const =0
 
virtual bool is_broken () const =0
 
virtual coordinate_type coordinate_system () const =0
 
virtual const basis_basic< T > & get_piola_basis () const =0
 
virtual const node_typexmin () const =0
 
virtual const node_typexmax () const =0
 
virtual const Thmin () const =0
 
virtual const Thmax () const =0
 
virtual const geo_sizesizes () const =0
 
virtual const geo_sizeios_sizes () const =0
 
virtual const distributorgeo_element_ownership (size_type dim) const =0
 
virtual const_reference get_geo_element (size_type dim, size_type ige) const =0
 
virtual const geo_elementbgd2dom_geo_element (const geo_element &bgd_K) const
 
virtual const geo_elementdom2bgd_geo_element (const geo_element &dom_K) const
 
virtual size_type neighbour (size_type ie, size_type loc_isid) const =0
 
virtual void neighbour_guard () const =0
 
virtual const_iterator_by_variant begin_by_variant (variant_type variant) const =0
 
virtual const_iterator_by_variant end_by_variant (variant_type variant) const =0
 
virtual const geo_element_map_typeget_external_geo_element_map (size_type variant) const =0
 
const_iterator begin (size_type dim) const
 
const_iterator end (size_type dim) const
 
virtual size_type n_node () const =0
 
virtual const node_typenode (size_type inod) const =0
 
virtual const node_typedis_node (size_type dis_inod) const =0
 
virtual void dis_inod (const geo_element &K, std::vector< size_type > &dis_inod) const =0
 
virtual size_type dis_inod2dis_iv (size_type dis_inod) const =0
 
virtual size_type n_domain_indirect () const =0
 
virtual bool have_domain_indirect (const std::string &name) const =0
 
virtual void reset_order (size_type order)=0
 
virtual size_type seq_locate (const point_basic< T > &x, size_type dis_ie_guest=std::numeric_limits< size_type >::max()) const =0
 
virtual size_type dis_locate (const point_basic< T > &x, size_type dis_ie_guest=std::numeric_limits< size_type >::max()) const =0
 
virtual size_type seq_trace_move (const point_basic< T > &x, const point_basic< T > &v, point_basic< T > &y) const =0
 
virtual size_type dis_trace_move (const point_basic< T > &x, const point_basic< T > &v, point_basic< T > &y) const =0
 
virtual size_type seq_nearest (const point_basic< T > &x, point_basic< T > &x_nearest) const =0
 
virtual size_type dis_nearest (const point_basic< T > &x, point_basic< T > &x_nearest) const =0
 
virtual odiststreamput (odiststream &ops) const =0
 
virtual bool check (bool verbose) const =0
 
bool operator== (const geo_abstract_base_rep< T > &omega2) const
 

Member Typedef Documentation

◆ size_type

Definition at line 260 of file geo.h.

◆ node_type

Definition at line 261 of file geo.h.

◆ variant_type

Definition at line 262 of file geo.h.

◆ reference

Definition at line 263 of file geo.h.

◆ const_reference

typedef const geo_element& const_reference

Definition at line 264 of file geo.h.

◆ coordinate_type

Definition at line 265 of file geo.h.

◆ geo_element_map_type

Definition at line 266 of file geo.h.

◆ iterator_by_variant

Definition at line 269 of file geo.h.

◆ iterator

◆ const_iterator_by_variant

◆ const_iterator

Definition at line 284 of file geo.h.

Member Enumeration Documentation

◆ geo_rep_variant_type

Enumerator
geo 
geo_domain 
geo_domain_indirect 
max_variant 

Definition at line 253 of file geo.h.

Constructor & Destructor Documentation

◆ geo_abstract_base_rep()

Definition at line 288 of file geo.h.

◆ ~geo_abstract_base_rep()

virtual ~geo_abstract_base_rep ( )
virtual

Definition at line 289 of file geo.h.

Member Function Documentation

◆ variant()

◆ name()

◆ familyname()

◆ dimension()

◆ serial_number()

◆ map_dimension()

◆ is_broken()

◆ coordinate_system()

◆ get_piola_basis()

◆ xmin()

◆ xmax()

◆ hmin()

◆ hmax()

◆ sizes()

◆ ios_sizes()

◆ geo_element_ownership()

virtual const distributor& geo_element_ownership ( size_type  dim) const
pure virtual

◆ get_geo_element()

virtual const_reference get_geo_element ( size_type  dim,
size_type  ige 
) const
pure virtual

◆ bgd2dom_geo_element()

virtual const geo_element& bgd2dom_geo_element ( const geo_element bgd_K) const
virtual

Definition at line 311 of file geo.h.

◆ dom2bgd_geo_element()

virtual const geo_element& dom2bgd_geo_element ( const geo_element dom_K) const
virtual

Definition at line 312 of file geo.h.

◆ neighbour()

virtual size_type neighbour ( size_type  ie,
size_type  loc_isid 
) const
pure virtual

◆ neighbour_guard()

◆ begin_by_variant()

virtual const_iterator_by_variant begin_by_variant ( variant_type  variant) const
pure virtual

◆ end_by_variant()

virtual const_iterator_by_variant end_by_variant ( variant_type  variant) const
pure virtual

◆ get_external_geo_element_map()

virtual const geo_element_map_type& get_external_geo_element_map ( size_type  variant) const
pure virtual

◆ begin()

geo_abstract_base_rep< T >::const_iterator begin ( size_type  dim) const

Definition at line 760 of file geo.h.

◆ end()

Definition at line 769 of file geo.h.

◆ n_node()

◆ node()

◆ dis_node()

virtual const node_type& dis_node ( size_type  dis_inod) const
pure virtual

◆ dis_inod()

virtual void dis_inod ( const geo_element K,
std::vector< size_type > &  dis_inod 
) const
pure virtual

◆ dis_inod2dis_iv()

virtual size_type dis_inod2dis_iv ( size_type  dis_inod) const
pure virtual

◆ n_domain_indirect()

◆ have_domain_indirect()

virtual bool have_domain_indirect ( const std::string &  name) const
pure virtual

◆ reset_order()

virtual void reset_order ( size_type  order)
pure virtual

◆ seq_locate()

virtual size_type seq_locate ( const point_basic< T > &  x,
size_type  dis_ie_guest = std::numeric_limits< size_type >::max() 
) const
pure virtual

◆ dis_locate()

virtual size_type dis_locate ( const point_basic< T > &  x,
size_type  dis_ie_guest = std::numeric_limits< size_type >::max() 
) const
pure virtual

◆ seq_trace_move()

◆ dis_trace_move()

◆ seq_nearest()

◆ dis_nearest()

◆ put()

◆ check()

◆ operator==()

bool operator== ( const geo_abstract_base_rep< T > &  omega2) const

Definition at line 363 of file geo.h.


The documentation for this class was generated from the following file: