Rheolef  7.1
an efficient C++ finite element environment
field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M >

Public Types

typedef geo_element::size_type size_type
 
typedef M memory_type
 
typedef undeterminated_basic< Tresult_type
 
typedef result_type value_type
 
typedef T scalar_type
 
typedef float_traits< T >::type float_type
 

Public Member Functions

 field_expr_v2_nonlinear_terminal_field_o_characteristic_rep (const field_o_characteristic< T, M > &uoX)
 
 field_expr_v2_nonlinear_terminal_field_o_characteristic_rep (const field_basic< T, M > &uh, const characteristic_basic< T, M > &X)
 
space_constant::valued_type valued_tag () const
 
void initialize (const piola_on_pointset< float_type > &pops, const integrate_option &iopt) const
 
void initialize (const space_basic< float_type, memory_type > &Xh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) const
 
template<class Value >
void evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const
 
template<class Value >
bool valued_check () const
 
template<class Result >
void _check () const
 

Public Attributes

field_basic< T, M_uh
 
characteristic_basic< T, M_X
 
fem_on_pointset< T_fops
 
disarray< T, M_scalar_val
 
disarray< point_basic< T >, M_vector_val
 
disarray< tensor_basic< T >, M_tensor_val
 
disarray< tensor3_basic< T >, M_tensor3_val
 
disarray< tensor4_basic< T >, M_tensor4_val
 
size_type _start_q
 

Static Public Attributes

static const space_constant::valued_type valued_hint = space_constant::last_valued
 

Detailed Description

template<class T, class M>
class rheolef::details::field_expr_v2_nonlinear_terminal_field_o_characteristic_rep< T, M >

Definition at line 1245 of file field_expr_terminal.h.

Member Typedef Documentation

◆ size_type

Definition at line 1249 of file field_expr_terminal.h.

◆ memory_type

typedef M memory_type

Definition at line 1250 of file field_expr_terminal.h.

◆ result_type

Definition at line 1251 of file field_expr_terminal.h.

◆ value_type

Definition at line 1252 of file field_expr_terminal.h.

◆ scalar_type

typedef T scalar_type

Definition at line 1253 of file field_expr_terminal.h.

◆ float_type

Definition at line 1254 of file field_expr_terminal.h.

Constructor & Destructor Documentation

◆ field_expr_v2_nonlinear_terminal_field_o_characteristic_rep() [1/2]

◆ field_expr_v2_nonlinear_terminal_field_o_characteristic_rep() [2/2]

Member Function Documentation

◆ valued_tag()

space_constant::valued_type valued_tag ( ) const

Definition at line 1265 of file field_expr_terminal.h.

◆ initialize() [1/2]

void initialize ( const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
) const

Definition at line 571 of file field_expr_terminal.cc.

◆ initialize() [2/2]

void initialize ( const space_basic< float_type, memory_type > &  Xh,
const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
) const

Definition at line 598 of file field_expr_terminal.cc.

◆ evaluate()

void evaluate ( const geo_basic< float_type, memory_type > &  omega_K,
const geo_element K,
Eigen::Matrix< Value, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 608 of file field_expr_terminal.cc.

◆ valued_check()

bool valued_check ( ) const

Definition at line 1283 of file field_expr_terminal.h.

◆ _check()

void _check ( ) const

Member Data Documentation

◆ valued_hint

Definition at line 1263 of file field_expr_terminal.h.

◆ _uh

field_basic<T,M> _uh

Definition at line 1298 of file field_expr_terminal.h.

◆ _X

Definition at line 1299 of file field_expr_terminal.h.

◆ _fops

fem_on_pointset<T> _fops
mutable

Definition at line 1300 of file field_expr_terminal.h.

◆ _scalar_val

disarray<T,M> _scalar_val
mutable

Definition at line 1301 of file field_expr_terminal.h.

◆ _vector_val

disarray<point_basic<T>,M> _vector_val
mutable

Definition at line 1302 of file field_expr_terminal.h.

◆ _tensor_val

disarray<tensor_basic<T>,M> _tensor_val
mutable

Definition at line 1303 of file field_expr_terminal.h.

◆ _tensor3_val

disarray<tensor3_basic<T>,M> _tensor3_val
mutable

Definition at line 1304 of file field_expr_terminal.h.

◆ _tensor4_val

disarray<tensor4_basic<T>,M> _tensor4_val
mutable

Definition at line 1305 of file field_expr_terminal.h.

◆ _start_q

size_type _start_q
mutable

Definition at line 1306 of file field_expr_terminal.h.


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