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

Detailed Description

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

Definition at line 264 of file field_expr_variational_terminal.h.

Public Types

typedef geo_element::size_type size_type
 
typedef Expr::memory_type memory_type
 
typedef space_constant::rank_down< typenameExpr::value_type >::type value_type
 
typedef scalar_traits< typenameExpr::value_type >::type scalar_type
 
typedef float_traits< scalar_type >::type float_type
 
typedef space_basic< scalar_type, memory_typespace_type
 
typedef Expr::vf_tag_type vf_tag_type
 
typedef details::dual_vf_tag< vf_tag_type >::type vf_dual_tag_type
 
typedef field_expr_v2_variational_div< Expr > self_type
 
typedef field_expr_v2_variational_div< typename Expr::dual_self_type > dual_self_type
 

Public Member Functions

 field_expr_v2_variational_div (const Expr &expr, const differentiate_option &gopt=differentiate_option())
 
const space_typeget_vf_space () const
 
space_constant::valued_type valued_tag () const
 
size_type n_derivative () const
 
void initialize (const piola_on_pointset< float_type > &pops, const integrate_option &iopt)
 
void initialize (const band_basic< float_type, memory_type > &gh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt)
 
template<class Result >
void evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > &value) const
 
template<class Result >
void evaluate_on_side (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, const side_information_type &sid, Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > &value, bool do_local_component_assembly) const
 
template<class Result >
void valued_check () const
 
template<class Value >
void local_dg_merge_on_side (const geo_basic< float_type, memory_type > &omega_K, const geo_element &S, const geo_element &K0, const geo_element &K1, const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value0, const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value1, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value) const
 

Static Public Attributes

static const space_constant::valued_type valued_hint = space_constant::valued_tag_traits<value_type>::value
 

Protected Attributes

Expr _expr
 
differentiate_option _gopt
 

Member Typedef Documentation

◆ size_type

template<class Expr >
typedef geo_element::size_type size_type

Definition at line 268 of file field_expr_variational_terminal.h.

◆ memory_type

template<class Expr >
typedef Expr::memory_type memory_type

Definition at line 269 of file field_expr_variational_terminal.h.

◆ value_type

template<class Expr >
typedef space_constant::rank_down<typenameExpr::value_type>::type value_type

Definition at line 271 of file field_expr_variational_terminal.h.

◆ scalar_type

template<class Expr >
typedef scalar_traits<typenameExpr::value_type>::type scalar_type

Definition at line 273 of file field_expr_variational_terminal.h.

◆ float_type

template<class Expr >
typedef float_traits<scalar_type>::type float_type

Definition at line 274 of file field_expr_variational_terminal.h.

◆ space_type

template<class Expr >
typedef space_basic<scalar_type,memory_type> space_type

Definition at line 275 of file field_expr_variational_terminal.h.

◆ vf_tag_type

template<class Expr >
typedef Expr::vf_tag_type vf_tag_type

Definition at line 276 of file field_expr_variational_terminal.h.

◆ vf_dual_tag_type

template<class Expr >
typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type

Definition at line 278 of file field_expr_variational_terminal.h.

◆ self_type

template<class Expr >
typedef field_expr_v2_variational_div<Expr> self_type

Definition at line 279 of file field_expr_variational_terminal.h.

◆ dual_self_type

template<class Expr >
typedef field_expr_v2_variational_div<typename Expr::dual_self_type> dual_self_type

Definition at line 281 of file field_expr_variational_terminal.h.

Constructor & Destructor Documentation

◆ field_expr_v2_variational_div()

template<class Expr >
field_expr_v2_variational_div ( const Expr &  expr,
const differentiate_option gopt = differentiate_option() 
)

Definition at line 285 of file field_expr_variational_terminal.h.

Member Function Documentation

◆ get_vf_space()

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

Definition at line 296 of file field_expr_variational_terminal.h.

◆ valued_tag()

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

Definition at line 298 of file field_expr_variational_terminal.h.

◆ n_derivative()

template<class Expr >
size_type n_derivative ( ) const

Definition at line 309 of file field_expr_variational_terminal.h.

◆ initialize() [1/2]

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

Definition at line 313 of file field_expr_variational_terminal.h.

◆ initialize() [2/2]

template<class Expr >
void initialize ( const band_basic< float_type, memory_type > &  gh,
const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
)

Definition at line 316 of file field_expr_variational_terminal.h.

◆ evaluate()

template<class Expr >
template<class Result >
void evaluate ( const geo_basic< float_type, memory_type > &  omega_K,
const geo_element K,
Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > &  value 
) const

Definition at line 320 of file field_expr_variational_terminal.h.

◆ evaluate_on_side()

template<class Expr >
template<class Result >
void evaluate_on_side ( const geo_basic< float_type, memory_type > &  omega_K,
const geo_element K,
const side_information_type sid,
Eigen::Matrix< Result, Eigen::Dynamic, Eigen::Dynamic > &  value,
bool  do_local_component_assembly 
) const

Definition at line 328 of file field_expr_variational_terminal.h.

◆ valued_check()

template<class Expr >
template<class Result >
void valued_check ( ) const

Definition at line 338 of file field_expr_variational_terminal.h.

◆ local_dg_merge_on_side()

template<class Expr >
template<class Value >
void local_dg_merge_on_side ( const geo_basic< float_type, memory_type > &  omega_K,
const geo_element S,
const geo_element K0,
const geo_element K1,
const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &  value0,
const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &  value1,
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &  value 
) const

Definition at line 342 of file field_expr_variational_terminal.h.

Member Data Documentation

◆ valued_hint

template<class Expr >
const space_constant::valued_type valued_hint = space_constant::valued_tag_traits<value_type>::value
static

Definition at line 297 of file field_expr_variational_terminal.h.

◆ _expr

template<class Expr >
Expr _expr
protected

Definition at line 355 of file field_expr_variational_terminal.h.

◆ _gopt

template<class Expr >
differentiate_option _gopt
protected

Definition at line 356 of file field_expr_variational_terminal.h.


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