Rheolef  7.1
an efficient C++ finite element environment
field_expr_v2_nonlinear_terminal_function_rep< normal_pseudo_function< T > >
+ Inheritance diagram for field_expr_v2_nonlinear_terminal_function_rep< normal_pseudo_function< T > >:

Public Types

typedef field_expr_v2_nonlinear_terminal_function_base_rep< Tbase
 
typedef geo_element::size_type size_type
 
typedef rheo_default_memory_model memory_type
 
typedef normal_pseudo_function< Tfunction_type
 
typedef point_basic< Tresult_type
 
typedef point_basic< Targument_type
 
typedef T scalar_type
 
typedef T float_type
 
typedef result_type value_type
 

Public Member Functions

 field_expr_v2_nonlinear_terminal_function_rep (const function_type &)
 
 field_expr_v2_nonlinear_terminal_function_rep (const field_expr_v2_nonlinear_terminal_function_rep< normal_pseudo_function< T > > &)
 
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
 
void evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< result_type, Eigen::Dynamic, 1 > &value) const
 
void evaluate_on_side (const geo_basic< float_type, memory_type > &omega_L, const geo_element &L, const side_information_type &sid, Eigen::Matrix< result_type, Eigen::Dynamic, 1 > &value) const
 
void evaluate_internal (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, const T &sign, Eigen::Matrix< result_type, Eigen::Dynamic, 1 > &value) const
 
template<class Value >
bool valued_check () const
 

Public Attributes

bool _is_on_interface
 
bool _is_inside_on_local_sides
 

Static Public Attributes

static const space_constant::valued_type valued_hint = space_constant::vector
 

Detailed Description

template<class T>
class rheolef::details::field_expr_v2_nonlinear_terminal_function_rep< normal_pseudo_function< T > >

Definition at line 362 of file field_expr_terminal.h.

Member Typedef Documentation

◆ base

◆ size_type

Definition at line 368 of file field_expr_terminal.h.

◆ memory_type

Definition at line 369 of file field_expr_terminal.h.

◆ function_type

Definition at line 370 of file field_expr_terminal.h.

◆ result_type

Definition at line 371 of file field_expr_terminal.h.

◆ argument_type

Definition at line 372 of file field_expr_terminal.h.

◆ scalar_type

typedef T scalar_type

Definition at line 373 of file field_expr_terminal.h.

◆ float_type

typedef T float_type

Definition at line 374 of file field_expr_terminal.h.

◆ value_type

Definition at line 375 of file field_expr_terminal.h.

Constructor & Destructor Documentation

◆ field_expr_v2_nonlinear_terminal_function_rep() [1/2]

◆ field_expr_v2_nonlinear_terminal_function_rep() [2/2]

Member Function Documentation

◆ valued_tag()

space_constant::valued_type valued_tag ( ) const

Definition at line 386 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 131 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 141 of file field_expr_terminal.cc.

◆ evaluate()

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

Definition at line 169 of file field_expr_terminal.cc.

◆ evaluate_on_side()

void evaluate_on_side ( const geo_basic< float_type, memory_type > &  omega_L,
const geo_element L,
const side_information_type sid,
Eigen::Matrix< result_type, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 178 of file field_expr_terminal.cc.

◆ evaluate_internal()

void evaluate_internal ( const geo_basic< float_type, memory_type > &  omega_K,
const geo_element K,
const T sign,
Eigen::Matrix< result_type, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 152 of file field_expr_terminal.cc.

◆ valued_check()

bool valued_check ( ) const

Definition at line 415 of file field_expr_terminal.h.

Member Data Documentation

◆ valued_hint

Definition at line 384 of file field_expr_terminal.h.

◆ _is_on_interface

bool _is_on_interface
mutable

Definition at line 421 of file field_expr_terminal.h.

◆ _is_inside_on_local_sides

bool _is_inside_on_local_sides

Definition at line 421 of file field_expr_terminal.h.


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