Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
field_expr_v2_nonlinear_terminal_function_rep< penalty_pseudo_function< T > >

Detailed Description

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

Definition at line 539 of file field_expr_terminal.h.

Inheritance diagram for field_expr_v2_nonlinear_terminal_function_rep< penalty_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 penalty_pseudo_function< Tfunction_type
typedef T result_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< penalty_pseudo_function< T > > &)
space_constant::valued_type valued_tag () const
void initialize (const piola_on_pointset< float_type > &pops, const integrate_option &iopt)
void initialize (const space_basic< float_type, memory_type > &Xh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt)
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
template<class Value>
bool valued_check () const

Public Attributes

std::array< Eigen::Matrix< scalar_type, Eigen::Dynamic, 1 >, reference_element::max_variant_scalar_val
std::array< Eigen::Matrix< point_basic< scalar_type >, Eigen::Dynamic, 1 >, reference_element::max_variant_vector_val
std::array< Eigen::Matrix< tensor_basic< scalar_type >, Eigen::Dynamic, 1 >, reference_element::max_variant_tensor_val
std::array< Eigen::Matrix< tensor3_basic< scalar_type >, Eigen::Dynamic, 1 >, reference_element::max_variant_tensor3_val
std::array< Eigen::Matrix< tensor4_basic< scalar_type >, Eigen::Dynamic, 1 >, reference_element::max_variant_tensor4_val

Static Public Attributes

static const space_constant::valued_type valued_hint = space_constant::scalar

Protected Member Functions

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

Protected Attributes

function_type _f

Member Typedef Documentation

◆ base

Definition at line 544 of file field_expr_terminal.h.

◆ size_type

template<class T>
typedef geo_element::size_type size_type

Definition at line 545 of file field_expr_terminal.h.

◆ memory_type

template<class T>
typedef rheo_default_memory_model memory_type

Definition at line 546 of file field_expr_terminal.h.

◆ function_type

template<class T>
typedef penalty_pseudo_function<T> function_type

Definition at line 547 of file field_expr_terminal.h.

◆ result_type

template<class T>
typedef T result_type

Definition at line 548 of file field_expr_terminal.h.

◆ argument_type

template<class T>
typedef point_basic<T> argument_type

Definition at line 549 of file field_expr_terminal.h.

◆ scalar_type

template<class T>
typedef T scalar_type

Definition at line 550 of file field_expr_terminal.h.

◆ float_type

template<class T>
typedef T float_type

Definition at line 551 of file field_expr_terminal.h.

◆ value_type

template<class T>
typedef result_type value_type

Definition at line 552 of file field_expr_terminal.h.

Constructor & Destructor Documentation

◆ field_expr_v2_nonlinear_terminal_function_rep() [1/2]

template<class T>
field_expr_v2_nonlinear_terminal_function_rep ( const function_type & )

Definition at line 289 of file field_expr_terminal.cc.

◆ field_expr_v2_nonlinear_terminal_function_rep() [2/2]

template<class T>
field_expr_v2_nonlinear_terminal_function_rep ( const field_expr_v2_nonlinear_terminal_function_rep< penalty_pseudo_function< T > > & x)

Definition at line 295 of file field_expr_terminal.cc.

Member Function Documentation

◆ valued_tag()

template<class T>
space_constant::valued_type valued_tag ( ) const

Definition at line 563 of file field_expr_terminal.h.

◆ initialize() [1/2]

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

Definition at line 302 of file field_expr_terminal.cc.

◆ initialize() [2/2]

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

Definition at line 310 of file field_expr_terminal.cc.

◆ evaluate()

template<class T>
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 359 of file field_expr_terminal.cc.

◆ evaluate_on_side()

template<class T>
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 387 of file field_expr_terminal.cc.

◆ valued_check()

template<class T>
template<class Value>
bool valued_check ( ) const

Definition at line 586 of file field_expr_terminal.h.

◆ evaluate_measure()

template<class T>
T evaluate_measure ( const geo_basic< float_type, memory_type > & omega_K,
const geo_element & K ) const
protected

Definition at line 319 of file field_expr_terminal.cc.

◆ evaluate_internal()

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

Definition at line 338 of file field_expr_terminal.cc.

Member Data Documentation

◆ valued_hint

template<class T>
const space_constant::valued_type valued_hint = space_constant::scalar
static

Definition at line 561 of file field_expr_terminal.h.

◆ _f

function_type _f
protected

Definition at line 210 of file field_expr_terminal.h.

◆ _scalar_val

std::array< Eigen::Matrix<scalar_type,Eigen::Dynamic,1> ,reference_element::max_variant> _scalar_val
mutable

Definition at line 215 of file field_expr_terminal.h.

◆ _vector_val

std::array< Eigen::Matrix<point_basic<scalar_type>,Eigen::Dynamic,1> ,reference_element::max_variant> _vector_val
mutable

Definition at line 218 of file field_expr_terminal.h.

◆ _tensor_val

std::array< Eigen::Matrix<tensor_basic<scalar_type>,Eigen::Dynamic,1> ,reference_element::max_variant> _tensor_val
mutable

Definition at line 221 of file field_expr_terminal.h.

◆ _tensor3_val

std::array< Eigen::Matrix<tensor3_basic<scalar_type>,Eigen::Dynamic,1> ,reference_element::max_variant> _tensor3_val
mutable

Definition at line 224 of file field_expr_terminal.h.

◆ _tensor4_val

std::array< Eigen::Matrix<tensor4_basic<scalar_type>,Eigen::Dynamic,1> ,reference_element::max_variant> _tensor4_val
mutable

Definition at line 227 of file field_expr_terminal.h.


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