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

Detailed Description

template<class Expr>
class rheolef::details::field_lazy_terminal_integrate_rep< Expr >

Definition at line 153 of file field_lazy_terminal.h.

Public Types

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 vector_element_type = Eigen::Matrix<scalar_type,Eigen::Dynamic,1>

Public Member Functions

 field_lazy_terminal_integrate_rep (const Expr &expr, const integrate_option &iopt)
 field_lazy_terminal_integrate_rep (const geo_type &domain, const Expr &expr, const integrate_option &iopt)
 field_lazy_terminal_integrate_rep (std::string domname, const Expr &expr, const integrate_option &iopt)
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 Member Functions

const geo_typeget_default_geo () const

Protected Attributes

geo_type _domain
Expr _expr
integrate_option _iopt
disarray< int, memory_type_is_on_domain
geo_type _prev_omega_K
size_type _prev_K_dis_ie
vector_element_type _prev_uk

Member Typedef Documentation

◆ size_type

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

Definition at line 157 of file field_lazy_terminal.h.

◆ memory_type

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

Definition at line 158 of file field_lazy_terminal.h.

◆ scalar_type

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

Definition at line 159 of file field_lazy_terminal.h.

◆ space_type

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

Definition at line 160 of file field_lazy_terminal.h.

◆ geo_type

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

Definition at line 161 of file field_lazy_terminal.h.

◆ float_type

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

Definition at line 162 of file field_lazy_terminal.h.

◆ band_type

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

Definition at line 163 of file field_lazy_terminal.h.

◆ vector_element_type

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

Definition at line 164 of file field_lazy_terminal.h.

Constructor & Destructor Documentation

◆ field_lazy_terminal_integrate_rep() [1/3]

template<class Expr>
field_lazy_terminal_integrate_rep ( const Expr & expr,
const integrate_option & iopt )

Definition at line 224 of file field_lazy_terminal.h.

◆ field_lazy_terminal_integrate_rep() [2/3]

template<class Expr>
field_lazy_terminal_integrate_rep ( const geo_type & domain,
const Expr & expr,
const integrate_option & iopt )

Definition at line 209 of file field_lazy_terminal.h.

◆ field_lazy_terminal_integrate_rep() [3/3]

template<class Expr>
field_lazy_terminal_integrate_rep ( std::string domname,
const Expr & expr,
const integrate_option & iopt )

Definition at line 239 of file field_lazy_terminal.h.

Member Function Documentation

◆ get_geo()

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

Definition at line 184 of file field_lazy_terminal.h.

◆ get_space()

template<class Expr>
const space_type & get_space ( ) const

Definition at line 185 of file field_lazy_terminal.h.

◆ is_on_band()

template<class Expr>
bool is_on_band ( ) const

Definition at line 186 of file field_lazy_terminal.h.

◆ get_band()

template<class Expr>
band_type get_band ( ) const

Definition at line 187 of file field_lazy_terminal.h.

◆ initialize()

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

Definition at line 262 of file field_lazy_terminal.h.

◆ evaluate()

template<class Expr>
void evaluate ( const geo_type & omega_K,
const geo_element & K,
vector_element_type & uk ) const

Definition at line 470 of file field_lazy_terminal.h.

◆ get_default_geo()

template<class Expr>
const field_lazy_terminal_integrate_rep< Expr >::geo_type & get_default_geo ( ) const
protected

Definition at line 255 of file field_lazy_terminal.h.

Member Data Documentation

◆ _domain

template<class Expr>
geo_type _domain
protected

Definition at line 197 of file field_lazy_terminal.h.

◆ _expr

template<class Expr>
Expr _expr
mutableprotected

Definition at line 198 of file field_lazy_terminal.h.

◆ _iopt

template<class Expr>
integrate_option _iopt
mutableprotected

Definition at line 199 of file field_lazy_terminal.h.

◆ _is_on_domain

template<class Expr>
disarray<int,memory_type> _is_on_domain
mutableprotected

Definition at line 200 of file field_lazy_terminal.h.

◆ _prev_omega_K

template<class Expr>
geo_type _prev_omega_K
mutableprotected

Definition at line 201 of file field_lazy_terminal.h.

◆ _prev_K_dis_ie

template<class Expr>
size_type _prev_K_dis_ie
mutableprotected

Definition at line 202 of file field_lazy_terminal.h.

◆ _prev_uk

template<class Expr>
vector_element_type _prev_uk
mutableprotected

Definition at line 203 of file field_lazy_terminal.h.


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