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

Detailed Description

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

Definition at line 42 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_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 46 of file field_lazy_form_mult.h.

◆ memory_type

using memory_type = typename FieldExpr::memory_type

Definition at line 47 of file field_lazy_form_mult.h.

◆ scalar_type

using scalar_type = typename FieldExpr::scalar_type

Definition at line 48 of file field_lazy_form_mult.h.

◆ space_type

using space_type = typename FieldExpr::space_type

Definition at line 49 of file field_lazy_form_mult.h.

◆ geo_type

using geo_type = typename FieldExpr::geo_type

Definition at line 50 of file field_lazy_form_mult.h.

◆ float_type

Definition at line 51 of file field_lazy_form_mult.h.

◆ band_type

Definition at line 52 of file field_lazy_form_mult.h.

◆ vector_element_type

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

Definition at line 53 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 54 of file field_lazy_form_mult.h.

Constructor & Destructor Documentation

◆ field_lazy_mult_form_rep()

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

Definition at line 83 of file field_lazy_form_mult.h.

Member Function Documentation

◆ get_geo()

const geo_type & get_geo ( ) const

Definition at line 62 of file field_lazy_form_mult.h.

◆ get_space()

const space_type & get_space ( ) const

Definition at line 63 of file field_lazy_form_mult.h.

◆ is_on_band()

bool is_on_band ( ) const

Definition at line 64 of file field_lazy_form_mult.h.

◆ get_band()

band_type get_band ( ) const

Definition at line 65 of file field_lazy_form_mult.h.

◆ initialize()

void initialize ( const geo_type omega_K) const

Definition at line 95 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 120 of file field_lazy_form_mult.h.

Member Data Documentation

◆ _a_expr

FormExpr _a_expr
mutableprotected

Definition at line 75 of file field_lazy_form_mult.h.

◆ _u_expr

FieldExpr _u_expr
mutableprotected

Definition at line 76 of file field_lazy_form_mult.h.

◆ _prev_omega_K

geo_type _prev_omega_K
mutableprotected

Definition at line 77 of file field_lazy_form_mult.h.

◆ _prev_K_dis_ie

size_type _prev_K_dis_ie
mutableprotected

Definition at line 78 of file field_lazy_form_mult.h.

◆ _prev_vk

vector_element_type _prev_vk
mutableprotected

Definition at line 79 of file field_lazy_form_mult.h.


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