|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 851 of file field_lazy_terminal.h.
Public Types | |
| using | size_type = geo_element::size_type |
| using | memory_type = typename Expr::memory_type |
| using | value_type = typename Expr::value_type |
| using | scalar_type = typename Expr::scalar_type |
| using | float_type = typename float_traits< scalar_type >::type |
| using | geo_type = geo_basic< float_type, memory_type > |
| using | space_type = space_basic< float_type, memory_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_interpolate_rep (const space_type &Xh, const Expr &expr) | |
| 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 |
Protected Member Functions | |
| template<class Value > | |
| std::enable_if< is_undeterminated< Value >::value, void >::type | evaluate_internal (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const |
| template<class Value > | |
| std::enable_if<!is_undeterminated< Value >::value, void >::type | evaluate_internal (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const |
Protected Attributes | |
| space_type | _Xh |
| Expr | _expr |
| piola_on_pointset< float_type > | _pops |
| disarray< int, memory_type > | _is_marked |
| geo_type | _prev_omega_K |
| size_type | _prev_K_dis_ie |
| vector_element_type | _prev_uk |
| using size_type = geo_element::size_type |
Definition at line 855 of file field_lazy_terminal.h.
| using memory_type = typename Expr::memory_type |
Definition at line 856 of file field_lazy_terminal.h.
| using value_type = typename Expr::value_type |
Definition at line 857 of file field_lazy_terminal.h.
| using scalar_type = typename Expr::scalar_type |
Definition at line 858 of file field_lazy_terminal.h.
| using float_type = typename float_traits<scalar_type>::type |
Definition at line 859 of file field_lazy_terminal.h.
| using geo_type = geo_basic <float_type,memory_type> |
Definition at line 860 of file field_lazy_terminal.h.
| using space_type = space_basic<float_type,memory_type> |
Definition at line 861 of file field_lazy_terminal.h.
| using band_type = band_basic <float_type,memory_type> |
Definition at line 862 of file field_lazy_terminal.h.
| using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1> |
Definition at line 863 of file field_lazy_terminal.h.
| field_lazy_terminal_interpolate_rep | ( | const space_type & | Xh, |
| const Expr & | expr | ||
| ) |
Definition at line 918 of file field_lazy_terminal.h.
| const geo_type & get_geo | ( | ) | const |
Definition at line 873 of file field_lazy_terminal.h.
| const space_type & get_space | ( | ) | const |
Definition at line 874 of file field_lazy_terminal.h.
| bool is_on_band | ( | ) | const |
Definition at line 875 of file field_lazy_terminal.h.
| band_type get_band | ( | ) | const |
Definition at line 876 of file field_lazy_terminal.h.
| void initialize | ( | const geo_type & | omega_K | ) | const |
Definition at line 932 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 1012 of file field_lazy_terminal.h.
|
protected |
Definition at line 959 of file field_lazy_terminal.h.
|
protected |
|
protected |
Definition at line 908 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 909 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 910 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 911 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 912 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 913 of file field_lazy_terminal.h.
|
mutableprotected |
Definition at line 914 of file field_lazy_terminal.h.