Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
field_lazy_add< Binop, Expr1, Expr2 >

Detailed Description

template<class Binop, class Expr1, class Expr2>
class rheolef::details::field_lazy_add< Binop, Expr1, Expr2 >

Definition at line 124 of file field_lazy_node.h.

+ Inheritance diagram for field_lazy_add< Binop, Expr1, Expr2 >:

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_typeget_geo () const
 
const space_typeget_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

- Protected Member Functions inherited from field_lazy_base< field_lazy_add< Binop, Expr1, Expr2 > >
field_lazy_add< Binop, Expr1, Expr2 > & derived ()
 
const field_lazy_add< Binop, Expr1, Expr2 > & derived () const
 

Member Typedef Documentation

◆ base

template<class Binop , class Expr1 , class Expr2 >
using base = field_lazy_base<field_lazy_add<Binop,Expr1,Expr2> >

Definition at line 128 of file field_lazy_node.h.

◆ size_type

template<class Binop , class Expr1 , class Expr2 >
using size_type = geo_element::size_type

Definition at line 129 of file field_lazy_node.h.

◆ memory_type

template<class Binop , class Expr1 , class Expr2 >
using memory_type = typename Expr1::memory_type

Definition at line 130 of file field_lazy_node.h.

◆ scalar_type

template<class Binop , class Expr1 , class Expr2 >
using scalar_type = typename Expr1::scalar_type

Definition at line 131 of file field_lazy_node.h.

◆ space_type

template<class Binop , class Expr1 , class Expr2 >
using space_type = typename Expr1::space_type

Definition at line 132 of file field_lazy_node.h.

◆ geo_type

template<class Binop , class Expr1 , class Expr2 >
using geo_type = typename Expr1::geo_type

Definition at line 133 of file field_lazy_node.h.

◆ float_type

template<class Binop , class Expr1 , class Expr2 >
using float_type = typename float_traits<scalar_type>::type

Definition at line 134 of file field_lazy_node.h.

◆ band_type

template<class Binop , class Expr1 , class Expr2 >
using band_type = band_basic<float_type,memory_type>

Definition at line 135 of file field_lazy_node.h.

◆ vector_element_type

template<class Binop , class Expr1 , class Expr2 >
using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1>

Definition at line 136 of file field_lazy_node.h.

Constructor & Destructor Documentation

◆ field_lazy_add()

template<class Binop , class Expr1 , class Expr2 >
field_lazy_add ( const Expr1 &  expr1,
const Expr2 &  expr2 
)

Definition at line 140 of file field_lazy_node.h.

Member Function Documentation

◆ get_geo()

template<class Binop , class Expr1 , class Expr2 >
const field_lazy_add< Binop, Expr1, Expr2 >::geo_type & get_geo ( ) const

Definition at line 172 of file field_lazy_node.h.

◆ get_space()

template<class Binop , class Expr1 , class Expr2 >
const space_type & get_space ( ) const

Definition at line 149 of file field_lazy_node.h.

◆ is_on_band()

template<class Binop , class Expr1 , class Expr2 >
bool is_on_band ( ) const

Definition at line 150 of file field_lazy_node.h.

◆ get_band()

template<class Binop , class Expr1 , class Expr2 >
band_type get_band ( ) const

Definition at line 151 of file field_lazy_node.h.

◆ initialize()

template<class Binop , class Expr1 , class Expr2 >
void initialize ( const geo_type omega_K)

Definition at line 194 of file field_lazy_node.h.

◆ evaluate()

template<class Binop , class Expr1 , class Expr2 >
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.

Member Data Documentation

◆ _binop

template<class Binop , class Expr1 , class Expr2 >
Binop _binop
protected

Definition at line 161 of file field_lazy_node.h.

◆ _expr1

template<class Binop , class Expr1 , class Expr2 >
Expr1 _expr1
protected

Definition at line 162 of file field_lazy_node.h.

◆ _expr2

template<class Binop , class Expr1 , class Expr2 >
Expr2 _expr2
protected

Definition at line 163 of file field_lazy_node.h.


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