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

Detailed Description

template<class UnaryFunction, class Expr>
class rheolef::details::form_expr_v2_variational_unary< UnaryFunction, Expr >

Definition at line 70 of file form_expr_variational.h.

Public Types

typedef geo_element::size_type size_type
 
typedef Expr::memory_type memory_type
 
typedef details::generic_unary_traits< UnaryFunction >::template result_hint< typenameExpr::value_type >::type result_hint
 
typedef details::generic_unary_traits< UnaryFunction >::template hint< typenameExpr::value_type, result_hint >::result_type value_type
 
typedef scalar_traits< value_type >::type scalar_type
 
typedef float_traits< value_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 form_expr_v2_variational_unary< UnaryFunction, Expr > self_type
 
typedef form_expr_v2_variational_unary< UnaryFunction, typename Expr::dual_self_type > dual_self_type
 
typedef Expr::maybe_symmetric::type maybe_symmetric
 

Public Member Functions

 form_expr_v2_variational_unary (const UnaryFunction &f, const Expr &expr)
 
 form_expr_v2_variational_unary (const form_expr_v2_variational_unary< UnaryFunction, Expr > &x)
 
form_expr_v2_variational_unary< UnaryFunction, Expr > & operator= (const form_expr_v2_variational_unary< UnaryFunction, Expr > &x)
 
const space_typeget_trial_space () const
 
const space_typeget_test_space () 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::Tensor< Result, 3 > &value) const
 
template<class Result >
bool valued_check () const
 

Static Public Attributes

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

Protected Attributes

UnaryFunction _f
 
Expr _expr
 

Member Typedef Documentation

◆ size_type

template<class UnaryFunction , class Expr >
typedef geo_element::size_type size_type

Definition at line 74 of file form_expr_variational.h.

◆ memory_type

template<class UnaryFunction , class Expr >
typedef Expr::memory_type memory_type

Definition at line 75 of file form_expr_variational.h.

◆ result_hint

template<class UnaryFunction , class Expr >
typedef details::generic_unary_traits<UnaryFunction>::template result_hint<typenameExpr::value_type>::type result_hint

Definition at line 77 of file form_expr_variational.h.

◆ value_type

template<class UnaryFunction , class Expr >
typedef details::generic_unary_traits<UnaryFunction>::template hint<typenameExpr::value_type,result_hint>::result_type value_type

Definition at line 80 of file form_expr_variational.h.

◆ scalar_type

template<class UnaryFunction , class Expr >
typedef scalar_traits<value_type>::type scalar_type

Definition at line 81 of file form_expr_variational.h.

◆ float_type

template<class UnaryFunction , class Expr >
typedef float_traits<value_type>::type float_type

Definition at line 82 of file form_expr_variational.h.

◆ space_type

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

Definition at line 83 of file form_expr_variational.h.

◆ vf_tag_type

template<class UnaryFunction , class Expr >
typedef Expr::vf_tag_type vf_tag_type

Definition at line 84 of file form_expr_variational.h.

◆ vf_dual_tag_type

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

Definition at line 86 of file form_expr_variational.h.

◆ self_type

template<class UnaryFunction , class Expr >
typedef form_expr_v2_variational_unary<UnaryFunction,Expr> self_type

Definition at line 87 of file form_expr_variational.h.

◆ dual_self_type

template<class UnaryFunction , class Expr >
typedef form_expr_v2_variational_unary<UnaryFunction, typename Expr::dual_self_type> dual_self_type

Definition at line 89 of file form_expr_variational.h.

◆ maybe_symmetric

template<class UnaryFunction , class Expr >
typedef Expr::maybe_symmetric::type maybe_symmetric

Definition at line 90 of file form_expr_variational.h.

Constructor & Destructor Documentation

◆ form_expr_v2_variational_unary() [1/2]

template<class UnaryFunction , class Expr >
form_expr_v2_variational_unary ( const UnaryFunction &  f,
const Expr &  expr 
)

Definition at line 96 of file form_expr_variational.h.

◆ form_expr_v2_variational_unary() [2/2]

template<class UnaryFunction , class Expr >
form_expr_v2_variational_unary ( const form_expr_v2_variational_unary< UnaryFunction, Expr > &  x)

Definition at line 99 of file form_expr_variational.h.

Member Function Documentation

◆ operator=()

template<class UnaryFunction , class Expr >
form_expr_v2_variational_unary< UnaryFunction, Expr > & operator= ( const form_expr_v2_variational_unary< UnaryFunction, Expr > &  x)

Definition at line 103 of file form_expr_variational.h.

◆ get_trial_space()

template<class UnaryFunction , class Expr >
const space_type & get_trial_space ( ) const

Definition at line 108 of file form_expr_variational.h.

◆ get_test_space()

template<class UnaryFunction , class Expr >
const space_type & get_test_space ( ) const

Definition at line 109 of file form_expr_variational.h.

◆ n_derivative()

template<class UnaryFunction , class Expr >
size_type n_derivative ( ) const

Definition at line 110 of file form_expr_variational.h.

◆ initialize() [1/2]

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

Definition at line 114 of file form_expr_variational.h.

◆ initialize() [2/2]

template<class UnaryFunction , 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 117 of file form_expr_variational.h.

◆ evaluate()

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

Definition at line 121 of file form_expr_variational.h.

◆ valued_check()

template<class UnaryFunction , class Expr >
template<class Result >
bool valued_check ( ) const

Definition at line 136 of file form_expr_variational.h.

Member Data Documentation

◆ valued_hint

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

Definition at line 92 of file form_expr_variational.h.

◆ _f

template<class UnaryFunction , class Expr >
UnaryFunction _f
protected

Definition at line 143 of file form_expr_variational.h.

◆ _expr

template<class UnaryFunction , class Expr >
Expr _expr
protected

Definition at line 144 of file form_expr_variational.h.


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