Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
evaluate_switch< This, Result, Arg1, Arg1Tag, Arg2, Arg2Tag >

Detailed Description

template<class This, class Result, class Arg1, space_constant::valued_type Arg1Tag, class Arg2, space_constant::valued_type Arg2Tag>
struct rheolef::evaluate_switch< This, Result, Arg1, Arg1Tag, Arg2, Arg2Tag >

Definition at line 752 of file field_expr_recursive.h.

Public Member Functions

template<class M >
void operator() (const This &obj, const geo_basic< float_type, M > &omega_K, const geo_element &K, Eigen::Matrix< Result, Eigen::Dynamic, 1 > &value) const
 
template<class M >
void operator() (const This &obj, const geo_basic< float_type, M > &omega_K, const geo_element &K, const side_information_type &sid, Eigen::Matrix< Result, Eigen::Dynamic, 1 > &value) const
 

Member Function Documentation

◆ operator()() [1/2]

template<class This , class Result , class Arg1 , space_constant::valued_type Arg1Tag, class Arg2 , space_constant::valued_type Arg2Tag>
template<class M >
void operator() ( const This &  obj,
const geo_basic< float_type, M > &  omega_K,
const geo_element K,
Eigen::Matrix< Result, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 754 of file field_expr_recursive.h.

◆ operator()() [2/2]

template<class This , class Result , class Arg1 , space_constant::valued_type Arg1Tag, class Arg2 , space_constant::valued_type Arg2Tag>
template<class M >
void operator() ( const This &  obj,
const geo_basic< float_type, M > &  omega_K,
const geo_element K,
const side_information_type sid,
Eigen::Matrix< Result, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 762 of file field_expr_recursive.h.


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