|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 77 of file field_lazy_terminal.h.
Inheritance diagram for field_lazy_terminal_field< T, M >:Public Types | |
| using | base = field_lazy_base< field_lazy_terminal_field< T, M > > |
| using | size_type = geo_element::size_type |
| using | memory_type = M |
| using | scalar_type = T |
| using | field_type = field_basic< T, M > |
| using | space_type = typename field_type::space_type |
| using | geo_type = typename field_type::geo_type |
| using | float_type = typename float_traits< scalar_type >::type |
| using | band_type = band_basic< float_type, memory_type > |
| using | vector_element_type = Eigen::Matrix< scalar_type, Eigen::Dynamic, 1 > |
Public Member Functions | |
| field_lazy_terminal_field (const field_type &uh) | |
| 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) |
| void | evaluate (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const |
Protected Attributes | |
| field_type | _uh |
Additional Inherited Members | |
Protected Member Functions inherited from field_lazy_base< field_lazy_terminal_field< T, M > > | |
| field_lazy_terminal_field< T, M > & | derived () |
| const field_lazy_terminal_field< T, M > & | derived () const |
| using base = field_lazy_base<field_lazy_terminal_field<T,M> > |
Definition at line 81 of file field_lazy_terminal.h.
| using size_type = geo_element::size_type |
Definition at line 82 of file field_lazy_terminal.h.
| using memory_type = M |
Definition at line 83 of file field_lazy_terminal.h.
| using scalar_type = T |
Definition at line 84 of file field_lazy_terminal.h.
| using field_type = field_basic<T,M> |
Definition at line 85 of file field_lazy_terminal.h.
| using space_type = typename field_type::space_type |
Definition at line 86 of file field_lazy_terminal.h.
| using geo_type = typename field_type::geo_type |
Definition at line 87 of file field_lazy_terminal.h.
| using float_type = typename float_traits<scalar_type>::type |
Definition at line 88 of file field_lazy_terminal.h.
| using band_type = band_basic<float_type,memory_type> |
Definition at line 89 of file field_lazy_terminal.h.
| using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1> |
Definition at line 90 of file field_lazy_terminal.h.
|
explicit |
Definition at line 94 of file field_lazy_terminal.h.
Definition at line 98 of file field_lazy_terminal.h.
| const space_type & get_space | ( | ) | const |
Definition at line 99 of file field_lazy_terminal.h.
Definition at line 100 of file field_lazy_terminal.h.
Definition at line 101 of file field_lazy_terminal.h.
Definition at line 120 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 126 of file field_lazy_terminal.h.
|
protected |
Definition at line 111 of file field_lazy_terminal.h.