Rheolef  7.2
an efficient C++ finite element environment
field_lazy_terminal_interpolate_rep< Expr >

Detailed Description

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

Definition at line 851 of file field_lazy_terminal.h.

Public Types

using size_type = geo_element::size_type
 
using memory_type = typename Expr::memory_type
 
using value_type = typename Expr::value_type
 
using scalar_type = typename Expr::scalar_type
 
using float_type = typename float_traits< scalar_type >::type
 
using geo_type = geo_basic< float_type, memory_type >
 
using space_type = space_basic< float_type, memory_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_interpolate_rep (const space_type &Xh, const Expr &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 Member Functions

template<class Value >
std::enable_if< is_undeterminated< Value >::value,void >::type evaluate_internal (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const
 
template<class Value >
std::enable_if< ! is_undeterminated< Value >::value,void >::type evaluate_internal (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const
 

Protected Attributes

space_type _Xh
 
Expr _expr
 
piola_on_pointset< float_type_pops
 
disarray< int, memory_type_is_marked
 
geo_type _prev_omega_K
 
size_type _prev_K_dis_ie
 
vector_element_type _prev_uk
 

Member Typedef Documentation

◆ size_type

Definition at line 855 of file field_lazy_terminal.h.

◆ memory_type

using memory_type = typename Expr::memory_type

Definition at line 856 of file field_lazy_terminal.h.

◆ value_type

using value_type = typename Expr::value_type

Definition at line 857 of file field_lazy_terminal.h.

◆ scalar_type

using scalar_type = typename Expr::scalar_type

Definition at line 858 of file field_lazy_terminal.h.

◆ float_type

Definition at line 859 of file field_lazy_terminal.h.

◆ geo_type

Definition at line 860 of file field_lazy_terminal.h.

◆ space_type

Definition at line 861 of file field_lazy_terminal.h.

◆ band_type

Definition at line 862 of file field_lazy_terminal.h.

◆ vector_element_type

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

Definition at line 863 of file field_lazy_terminal.h.

Constructor & Destructor Documentation

◆ field_lazy_terminal_interpolate_rep()

field_lazy_terminal_interpolate_rep ( const space_type Xh,
const Expr &  expr 
)

Definition at line 918 of file field_lazy_terminal.h.

Member Function Documentation

◆ get_geo()

const geo_type& get_geo ( ) const

Definition at line 873 of file field_lazy_terminal.h.

◆ get_space()

const space_type& get_space ( ) const

Definition at line 874 of file field_lazy_terminal.h.

◆ is_on_band()

bool is_on_band ( ) const

Definition at line 875 of file field_lazy_terminal.h.

◆ get_band()

band_type get_band ( ) const

Definition at line 876 of file field_lazy_terminal.h.

◆ initialize()

void initialize ( const geo_type omega_K) const

Definition at line 932 of file field_lazy_terminal.h.

◆ evaluate()

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

Definition at line 1012 of file field_lazy_terminal.h.

◆ evaluate_internal() [1/2]

std::enable_if< is_undeterminated< Value >::value,void >::type evaluate_internal ( const geo_type omega_K,
const geo_element K,
vector_element_type uk 
) const
protected

Definition at line 959 of file field_lazy_terminal.h.

◆ evaluate_internal() [2/2]

std::enable_if< ! is_undeterminated<Value>::value ,void >::type evaluate_internal ( const geo_type omega_K,
const geo_element K,
vector_element_type uk 
) const
protected

Member Data Documentation

◆ _Xh

space_type _Xh
protected

Definition at line 908 of file field_lazy_terminal.h.

◆ _expr

Expr _expr
mutableprotected

Definition at line 909 of file field_lazy_terminal.h.

◆ _pops

piola_on_pointset<float_type> _pops
mutableprotected

Definition at line 910 of file field_lazy_terminal.h.

◆ _is_marked

disarray<int,memory_type> _is_marked
mutableprotected

Definition at line 911 of file field_lazy_terminal.h.

◆ _prev_omega_K

geo_type _prev_omega_K
mutableprotected

Definition at line 912 of file field_lazy_terminal.h.

◆ _prev_K_dis_ie

size_type _prev_K_dis_ie
mutableprotected

Definition at line 913 of file field_lazy_terminal.h.

◆ _prev_uk

vector_element_type _prev_uk
mutableprotected

Definition at line 914 of file field_lazy_terminal.h.


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