Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 507 of file form_lazy_expr.h.
Public Types | |
using | base = form_lazy_base< form_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 | matrix_element_type = Eigen::Matrix< scalar_type, Eigen::Dynamic, Eigen::Dynamic > |
Public Member Functions | |
form_lazy_add (const Expr1 &expr1, const Expr2 &expr2) | |
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) |
bool | is_diagonal () const |
void | evaluate (const geo_type &omega_K, const geo_element &K, matrix_element_type &ak) const |
![]() | |
std::enable_if< details::is_field_lazy< FieldExpr >::value, field_lazy_trans_mult_form< form_lazy_add< Binop, Expr1, Expr2 >, FieldExpr > >::type | trans_mult (const FieldExpr &u_expr) const |
field_lazy_trans_mult_form< form_lazy_add< Binop, Expr1, Expr2 >, field_lazy_terminal_field< T, M > > | trans_mult (const field_basic< T, M > &uh) const |
Protected Attributes | |
Binop | _binop |
Expr1 | _expr1 |
Expr2 | _expr2 |
Additional Inherited Members | |
![]() | |
form_lazy_add< Binop, Expr1, Expr2 > & | derived () |
const form_lazy_add< Binop, Expr1, Expr2 > & | derived () const |
using base = form_lazy_base<form_lazy_add<Binop,Expr1,Expr2> > |
Definition at line 511 of file form_lazy_expr.h.
using size_type = geo_element::size_type |
Definition at line 512 of file form_lazy_expr.h.
using memory_type = typename Expr1::memory_type |
Definition at line 513 of file form_lazy_expr.h.
using scalar_type = typename Expr1::scalar_type |
Definition at line 514 of file form_lazy_expr.h.
using space_type = typename Expr1::space_type |
Definition at line 515 of file form_lazy_expr.h.
using geo_type = typename Expr1::geo_type |
Definition at line 516 of file form_lazy_expr.h.
using float_type = typename float_traits<scalar_type>::type |
Definition at line 517 of file form_lazy_expr.h.
using band_type = band_basic<float_type,memory_type> |
Definition at line 518 of file form_lazy_expr.h.
using matrix_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,Eigen::Dynamic> |
Definition at line 519 of file form_lazy_expr.h.
form_lazy_add | ( | const Expr1 & | expr1, |
const Expr2 & | expr2 | ||
) |
Definition at line 523 of file form_lazy_expr.h.
const form_lazy_add< Binop, Expr1, Expr2 >::geo_type & get_geo | ( | ) | const |
Definition at line 575 of file form_lazy_expr.h.
const space_type & get_trial_space | ( | ) | const |
Definition at line 532 of file form_lazy_expr.h.
const space_type & get_test_space | ( | ) | const |
Definition at line 533 of file form_lazy_expr.h.
bool is_on_band | ( | ) | const |
Definition at line 534 of file form_lazy_expr.h.
band_type get_band | ( | ) | const |
Definition at line 535 of file form_lazy_expr.h.
void initialize | ( | const geo_type & | omega_K | ) |
Definition at line 558 of file form_lazy_expr.h.
bool is_diagonal | ( | ) | const |
Definition at line 538 of file form_lazy_expr.h.
void evaluate | ( | const geo_type & | omega_K, |
const geo_element & | K, | ||
matrix_element_type & | ak | ||
) | const |
Definition at line 582 of file form_lazy_expr.h.
|
protected |
Definition at line 547 of file form_lazy_expr.h.
|
protected |
Definition at line 548 of file form_lazy_expr.h.
|
protected |
Definition at line 549 of file form_lazy_expr.h.