|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 767 of file field_lazy_terminal.h.
Inheritance diagram for field_lazy_terminal_integrate_band< Expr >:Public Types | |
| using | rep = field_lazy_terminal_integrate_band_rep< Expr > |
| using | base1 = smart_pointer_nocopy< rep > |
| using | base2 = field_lazy_base< field_lazy_terminal_integrate_band< Expr > > |
| using | size_type = typename rep::size_type |
| using | memory_type = typename rep::memory_type |
| using | scalar_type = typename rep::scalar_type |
| using | space_type = typename rep::space_type |
| using | geo_type = typename rep::geo_type |
| using | band_type = typename rep::band_type |
| using | vector_element_type = typename rep::vector_element_type |
Public Types inherited from smart_pointer_nocopy< field_lazy_terminal_integrate_band_rep< Expr > > | |
| typedef field_lazy_terminal_integrate_band_rep< Expr > | handled_type |
| typedef base::internal | internal |
Public Member Functions | |
| field_lazy_terminal_integrate_band (const band_type &gh, const Expr &expr, const integrate_option &iopt) | |
| const geo_type & | get_geo () const |
| const space_type & | get_space () const |
| bool | is_on_band () const |
| band_type | get_band () const |
| void | initialize (const geo_type &omega_K) const |
| void | evaluate (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const |
Public Member Functions inherited from smart_pointer_nocopy< field_lazy_terminal_integrate_band_rep< Expr > > | |
| smart_pointer_nocopy (field_lazy_terminal_integrate_band_rep< Expr > *p=0) | |
| smart_pointer_nocopy (void *count, internal i) | |
| smart_pointer_nocopy (const smart_pointer_nocopy< field_lazy_terminal_integrate_band_rep< Expr > > &x) | |
| smart_pointer_nocopy< field_lazy_terminal_integrate_band_rep< Expr > > & | operator= (const smart_pointer_nocopy< field_lazy_terminal_integrate_band_rep< Expr > > &x) |
| ~smart_pointer_nocopy () | |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from field_lazy_base< field_lazy_terminal_integrate_band< Expr > > | |
| field_lazy_terminal_integrate_band< Expr > & | derived () |
| const field_lazy_terminal_integrate_band< Expr > & | derived () const |
| using rep = field_lazy_terminal_integrate_band_rep<Expr> |
Definition at line 772 of file field_lazy_terminal.h.
| using base1 = smart_pointer_nocopy<rep> |
Definition at line 773 of file field_lazy_terminal.h.
| using base2 = field_lazy_base<field_lazy_terminal_integrate_band<Expr> > |
Definition at line 774 of file field_lazy_terminal.h.
| using size_type = typename rep::size_type |
Definition at line 775 of file field_lazy_terminal.h.
| using memory_type = typename rep::memory_type |
Definition at line 776 of file field_lazy_terminal.h.
| using scalar_type = typename rep::scalar_type |
Definition at line 777 of file field_lazy_terminal.h.
| using space_type = typename rep::space_type |
Definition at line 778 of file field_lazy_terminal.h.
| using geo_type = typename rep::geo_type |
Definition at line 779 of file field_lazy_terminal.h.
| using band_type = typename rep::band_type |
Definition at line 780 of file field_lazy_terminal.h.
| using vector_element_type = typename rep::vector_element_type |
Definition at line 781 of file field_lazy_terminal.h.
| field_lazy_terminal_integrate_band | ( | const band_type & | gh, |
| const Expr & | expr, | ||
| const integrate_option & | iopt | ||
| ) |
Definition at line 785 of file field_lazy_terminal.h.
| const geo_type & get_geo | ( | ) | const |
Definition at line 795 of file field_lazy_terminal.h.
| const space_type & get_space | ( | ) | const |
Definition at line 796 of file field_lazy_terminal.h.
| bool is_on_band | ( | ) | const |
Definition at line 797 of file field_lazy_terminal.h.
| band_type get_band | ( | ) | const |
Definition at line 798 of file field_lazy_terminal.h.
| void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 800 of file field_lazy_terminal.h.
| void evaluate | ( | const geo_type & | omega_K, |
| const geo_element & | K, | ||
| vector_element_type & | uk | ||
| ) | const |
Definition at line 802 of file field_lazy_terminal.h.