Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 124 of file field_lazy_node.h.
Public Types | |
using | base = field_lazy_base< field_lazy_add< Binop, Expr1, Expr2 > > |
using | size_type = geo_element::size_type |
using | memory_type = typename Expr1::memory_type |
using | scalar_type = typename Expr1::scalar_type |
using | space_type = typename Expr1::space_type |
using | geo_type = typename Expr1::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_add (const Expr1 &expr1, const Expr2 &expr2) | |
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 | |
Binop | _binop |
Expr1 | _expr1 |
Expr2 | _expr2 |
Additional Inherited Members | |
![]() | |
field_lazy_add< Binop, Expr1, Expr2 > & | derived () |
const field_lazy_add< Binop, Expr1, Expr2 > & | derived () const |
using base = field_lazy_base<field_lazy_add<Binop,Expr1,Expr2> > |
Definition at line 128 of file field_lazy_node.h.
using size_type = geo_element::size_type |
Definition at line 129 of file field_lazy_node.h.
using memory_type = typename Expr1::memory_type |
Definition at line 130 of file field_lazy_node.h.
using scalar_type = typename Expr1::scalar_type |
Definition at line 131 of file field_lazy_node.h.
using space_type = typename Expr1::space_type |
Definition at line 132 of file field_lazy_node.h.
using geo_type = typename Expr1::geo_type |
Definition at line 133 of file field_lazy_node.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 134 of file field_lazy_node.h.
using band_type = band_basic<float_type,memory_type> |
Definition at line 135 of file field_lazy_node.h.
using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1> |
Definition at line 136 of file field_lazy_node.h.
field_lazy_add | ( | const Expr1 & | expr1, |
const Expr2 & | expr2 | ||
) |
Definition at line 140 of file field_lazy_node.h.
const field_lazy_add< Binop, Expr1, Expr2 >::geo_type & get_geo | ( | ) | const |
Definition at line 172 of file field_lazy_node.h.
const space_type & get_space | ( | ) | const |
Definition at line 149 of file field_lazy_node.h.
bool is_on_band | ( | ) | const |
Definition at line 150 of file field_lazy_node.h.
band_type get_band | ( | ) | const |
Definition at line 151 of file field_lazy_node.h.
void initialize | ( | const geo_type & | omega_K | ) |
Definition at line 194 of file field_lazy_node.h.
void evaluate | ( | const geo_type & | omega_K, |
const geo_element & | K, | ||
vector_element_type & | uk | ||
) | const |
Definition at line 205 of file field_lazy_node.h.
|
protected |
Definition at line 161 of file field_lazy_node.h.
|
protected |
Definition at line 162 of file field_lazy_node.h.
|
protected |
Definition at line 163 of file field_lazy_node.h.