Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
form_lazy_unop< Unop, Expr >

Detailed Description

template<class Unop, class Expr>
class rheolef::details::form_lazy_unop< Unop, Expr >

Definition at line 214 of file form_lazy_expr.h.

Inheritance diagram for form_lazy_unop< Unop, Expr >:

Public Types

using base = form_lazy_base<form_lazy_unop<Unop,Expr>>
using size_type = geo_element::size_type
using memory_type = typename Expr::memory_type
using scalar_type = typename Expr::scalar_type
using space_type = typename Expr::space_type
using geo_type = typename Expr::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_unop (const Unop &unop, const Expr &expr)
const geo_typeget_geo () const
const space_typeget_trial_space () const
const space_typeget_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
Public Member Functions inherited from form_lazy_base< form_lazy_unop< Unop, Expr > >
std::enable_if< details::is_field_lazy< FieldExpr >::value, field_lazy_trans_mult_form< form_lazy_unop< Unop, Expr >, FieldExpr > >::type trans_mult (const FieldExpr &u_expr) const
field_lazy_trans_mult_form< form_lazy_unop< Unop, Expr >, field_lazy_terminal_field< T, M > > trans_mult (const field_basic< T, M > &uh) const

Protected Attributes

Unop _unop
Expr _expr

Additional Inherited Members

Protected Member Functions inherited from form_lazy_base< form_lazy_unop< Unop, Expr > >
form_lazy_unop< Unop, Expr > & derived ()
const form_lazy_unop< Unop, Expr > & derived () const

Member Typedef Documentation

◆ base

template<class Unop, class Expr>
using base = form_lazy_base<form_lazy_unop<Unop,Expr>>

Definition at line 218 of file form_lazy_expr.h.

◆ size_type

template<class Unop, class Expr>
using size_type = geo_element::size_type

Definition at line 219 of file form_lazy_expr.h.

◆ memory_type

template<class Unop, class Expr>
using memory_type = typename Expr::memory_type

Definition at line 220 of file form_lazy_expr.h.

◆ scalar_type

template<class Unop, class Expr>
using scalar_type = typename Expr::scalar_type

Definition at line 221 of file form_lazy_expr.h.

◆ space_type

template<class Unop, class Expr>
using space_type = typename Expr::space_type

Definition at line 222 of file form_lazy_expr.h.

◆ geo_type

template<class Unop, class Expr>
using geo_type = typename Expr::geo_type

Definition at line 223 of file form_lazy_expr.h.

◆ float_type

template<class Unop, class Expr>
using float_type = typename float_traits<scalar_type>::type

Definition at line 224 of file form_lazy_expr.h.

◆ band_type

template<class Unop, class Expr>
using band_type = band_basic<float_type,memory_type>

Definition at line 225 of file form_lazy_expr.h.

◆ matrix_element_type

template<class Unop, class Expr>
using matrix_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,Eigen::Dynamic>

Definition at line 226 of file form_lazy_expr.h.

Constructor & Destructor Documentation

◆ form_lazy_unop()

template<class Unop, class Expr>
form_lazy_unop ( const Unop & unop,
const Expr & expr )

Definition at line 230 of file form_lazy_expr.h.

Member Function Documentation

◆ get_geo()

template<class Unop, class Expr>
const geo_type & get_geo ( ) const

Definition at line 238 of file form_lazy_expr.h.

◆ get_trial_space()

template<class Unop, class Expr>
const space_type & get_trial_space ( ) const

Definition at line 239 of file form_lazy_expr.h.

◆ get_test_space()

template<class Unop, class Expr>
const space_type & get_test_space ( ) const

Definition at line 240 of file form_lazy_expr.h.

◆ is_on_band()

template<class Unop, class Expr>
bool is_on_band ( ) const

Definition at line 241 of file form_lazy_expr.h.

◆ get_band()

template<class Unop, class Expr>
band_type get_band ( ) const

Definition at line 242 of file form_lazy_expr.h.

◆ initialize()

template<class Unop, class Expr>
void initialize ( const geo_type & omega_K)

Definition at line 244 of file form_lazy_expr.h.

◆ is_diagonal()

template<class Unop, class Expr>
bool is_diagonal ( ) const

Definition at line 245 of file form_lazy_expr.h.

◆ evaluate()

template<class Unop, class Expr>
void evaluate ( const geo_type & omega_K,
const geo_element & K,
matrix_element_type & ak ) const

Definition at line 263 of file form_lazy_expr.h.

Member Data Documentation

◆ _unop

template<class Unop, class Expr>
Unop _unop
protected

Definition at line 253 of file form_lazy_expr.h.

◆ _expr

template<class Unop, class Expr>
Expr _expr
protected

Definition at line 254 of file form_lazy_expr.h.


The documentation for this class was generated from the following file: