|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 175 of file form_lazy_terminal.h.
Inheritance diagram for form_lazy_terminal_integrate< Expr >:Public Types | |
| using | rep = form_lazy_terminal_integrate_rep< Expr > |
| using | base1 = smart_pointer_nocopy< rep > |
| using | base2 = form_lazy_base< form_lazy_terminal_integrate< 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 | matrix_element_type = typename rep::matrix_element_type |
Public Types inherited from smart_pointer_nocopy< form_lazy_terminal_integrate_rep< Expr > > | |
| typedef form_lazy_terminal_integrate_rep< Expr > | handled_type |
| typedef base::internal | internal |
Public Member Functions | |
| form_lazy_terminal_integrate (const geo_type &domain, const Expr &expr, const integrate_option &iopt) | |
| const geo_type & | get_geo () const |
| const space_type & | get_trial_space () const |
| const space_type & | get_test_space () const |
| bool | is_on_band () const |
| band_type | get_band () const |
| void | initialize (const geo_type &omega_K) const |
| bool | is_diagonal () const |
| void | evaluate (const geo_type &omega_K, const geo_element &K, matrix_element_type &ak) const |
Public Member Functions inherited from smart_pointer_nocopy< form_lazy_terminal_integrate_rep< Expr > > | |
| smart_pointer_nocopy (form_lazy_terminal_integrate_rep< Expr > *p=0) | |
| smart_pointer_nocopy (void *count, internal i) | |
| smart_pointer_nocopy (const smart_pointer_nocopy< form_lazy_terminal_integrate_rep< Expr > > &x) | |
| smart_pointer_nocopy< form_lazy_terminal_integrate_rep< Expr > > & | operator= (const smart_pointer_nocopy< form_lazy_terminal_integrate_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 |
Public Member Functions inherited from form_lazy_base< form_lazy_terminal_integrate< Expr > > | |
| std::enable_if< details::is_field_lazy< FieldExpr >::value, field_lazy_trans_mult_form< form_lazy_terminal_integrate< Expr >, FieldExpr > >::type | trans_mult (const FieldExpr &u_expr) const |
| field_lazy_trans_mult_form< form_lazy_terminal_integrate< Expr >, field_lazy_terminal_field< T, M > > | trans_mult (const field_basic< T, M > &uh) const |
Additional Inherited Members | |
Protected Member Functions inherited from form_lazy_base< form_lazy_terminal_integrate< Expr > > | |
| form_lazy_terminal_integrate< Expr > & | derived () |
| const form_lazy_terminal_integrate< Expr > & | derived () const |
| using rep = form_lazy_terminal_integrate_rep<Expr> |
Definition at line 180 of file form_lazy_terminal.h.
| using base1 = smart_pointer_nocopy<rep> |
Definition at line 181 of file form_lazy_terminal.h.
| using base2 = form_lazy_base<form_lazy_terminal_integrate<Expr> > |
Definition at line 182 of file form_lazy_terminal.h.
| using size_type = typename rep::size_type |
Definition at line 183 of file form_lazy_terminal.h.
| using memory_type = typename rep::memory_type |
Definition at line 184 of file form_lazy_terminal.h.
| using scalar_type = typename rep::scalar_type |
Definition at line 185 of file form_lazy_terminal.h.
| using space_type = typename rep::space_type |
Definition at line 186 of file form_lazy_terminal.h.
| using geo_type = typename rep::geo_type |
Definition at line 187 of file form_lazy_terminal.h.
| using band_type = typename rep::band_type |
Definition at line 188 of file form_lazy_terminal.h.
| using matrix_element_type = typename rep::matrix_element_type |
Definition at line 189 of file form_lazy_terminal.h.
| form_lazy_terminal_integrate | ( | const geo_type & | domain, |
| const Expr & | expr, | ||
| const integrate_option & | iopt | ||
| ) |
Definition at line 193 of file form_lazy_terminal.h.
| const geo_type & get_geo | ( | ) | const |
Definition at line 203 of file form_lazy_terminal.h.
| const space_type & get_trial_space | ( | ) | const |
Definition at line 204 of file form_lazy_terminal.h.
| const space_type & get_test_space | ( | ) | const |
Definition at line 205 of file form_lazy_terminal.h.
| bool is_on_band | ( | ) | const |
Definition at line 206 of file form_lazy_terminal.h.
| band_type get_band | ( | ) | const |
Definition at line 207 of file form_lazy_terminal.h.
| void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 209 of file form_lazy_terminal.h.
| bool is_diagonal | ( | ) | const |
Definition at line 210 of file form_lazy_terminal.h.
| void evaluate | ( | const geo_type & | omega_K, |
| const geo_element & | K, | ||
| matrix_element_type & | ak | ||
| ) | const |
Definition at line 212 of file form_lazy_terminal.h.