Rheolef  7.2
an efficient C++ finite element environment
field_lazy_trans_mult_form_rep< FormExpr, FieldExpr >

Detailed Description

template<class FormExpr, class FieldExpr>
class rheolef::details::field_lazy_trans_mult_form_rep< FormExpr, FieldExpr >

Definition at line 225 of file field_lazy_form_mult.h.

Public Types

using size_type = geo_element::size_type
 
using memory_type = typename FieldExpr::memory_type
 
using scalar_type = typename FieldExpr::scalar_type
 
using space_type = typename FieldExpr::space_type
 
using geo_type = typename FieldExpr::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 >
 
using matrix_element_type = Eigen::Matrix< scalar_type, Eigen::Dynamic, Eigen::Dynamic >
 

Public Member Functions

 field_lazy_trans_mult_form_rep (const FormExpr &a_expr, const FieldExpr &u_expr)
 
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) const
 
void evaluate (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const
 

Protected Attributes

FormExpr _a_expr
 
FieldExpr _u_expr
 
geo_type _prev_omega_K
 
size_type _prev_K_dis_ie
 
vector_element_type _prev_vk
 

Member Typedef Documentation

◆ size_type

Definition at line 229 of file field_lazy_form_mult.h.

◆ memory_type

using memory_type = typename FieldExpr::memory_type

Definition at line 230 of file field_lazy_form_mult.h.

◆ scalar_type

using scalar_type = typename FieldExpr::scalar_type

Definition at line 231 of file field_lazy_form_mult.h.

◆ space_type

using space_type = typename FieldExpr::space_type

Definition at line 232 of file field_lazy_form_mult.h.

◆ geo_type

using geo_type = typename FieldExpr::geo_type

Definition at line 233 of file field_lazy_form_mult.h.

◆ float_type

Definition at line 234 of file field_lazy_form_mult.h.

◆ band_type

Definition at line 235 of file field_lazy_form_mult.h.

◆ vector_element_type

using vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1>

Definition at line 236 of file field_lazy_form_mult.h.

◆ matrix_element_type

using matrix_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,Eigen::Dynamic>

Definition at line 237 of file field_lazy_form_mult.h.

Constructor & Destructor Documentation

◆ field_lazy_trans_mult_form_rep()

field_lazy_trans_mult_form_rep ( const FormExpr &  a_expr,
const FieldExpr &  u_expr 
)

Definition at line 266 of file field_lazy_form_mult.h.

Member Function Documentation

◆ get_geo()

const geo_type& get_geo ( ) const

Definition at line 245 of file field_lazy_form_mult.h.

◆ get_space()

const space_type& get_space ( ) const

Definition at line 246 of file field_lazy_form_mult.h.

◆ is_on_band()

bool is_on_band ( ) const

Definition at line 247 of file field_lazy_form_mult.h.

◆ get_band()

band_type get_band ( ) const

Definition at line 248 of file field_lazy_form_mult.h.

◆ initialize()

void initialize ( const geo_type omega_K) const

Definition at line 278 of file field_lazy_form_mult.h.

◆ evaluate()

void evaluate ( const geo_type omega_K,
const geo_element K,
vector_element_type uk 
) const

Definition at line 303 of file field_lazy_form_mult.h.

Member Data Documentation

◆ _a_expr

FormExpr _a_expr
mutableprotected

Definition at line 258 of file field_lazy_form_mult.h.

◆ _u_expr

FieldExpr _u_expr
mutableprotected

Definition at line 259 of file field_lazy_form_mult.h.

◆ _prev_omega_K

geo_type _prev_omega_K
mutableprotected

Definition at line 260 of file field_lazy_form_mult.h.

◆ _prev_K_dis_ie

size_type _prev_K_dis_ie
mutableprotected

Definition at line 261 of file field_lazy_form_mult.h.

◆ _prev_vk

vector_element_type _prev_vk
mutableprotected

Definition at line 262 of file field_lazy_form_mult.h.


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