Rheolef  7.1
an efficient C++ finite element environment
field_expr_v2_variational_binary_binded< BinaryFunction, NLExpr, VFExpr >::hint< Result >

Public Types

typedef promote< typename NLExpr::value_type,typename details::generic_binary_traits< BinaryFunction >::template hint< typename NLExpr::value_type,typename VFExpr::value_type,Result >::first_argument_type >::type A1
 
typedef promote< typename VFExpr::value_type,typename details::generic_binary_traits< BinaryFunction >::template hint< typename NLExpr::value_type,typename VFExpr::value_type,Result >::second_argument_type >::type A2
 

Detailed Description

template<class BinaryFunction, class NLExpr, class VFExpr>
template<class Result>
struct rheolef::details::field_expr_v2_variational_binary_binded< BinaryFunction, NLExpr, VFExpr >::hint< Result >

Definition at line 1293 of file field_expr_variational.h.

Member Typedef Documentation

◆ A1

typedef promote< typename NLExpr::value_type ,typename details::generic_binary_traits<BinaryFunction>::template hint< typename NLExpr::value_type ,typename VFExpr::value_type ,Result>::first_argument_type >::type A1

Definition at line 1300 of file field_expr_variational.h.

◆ A2

typedef promote< typename VFExpr::value_type ,typename details::generic_binary_traits<BinaryFunction>::template hint< typename NLExpr::value_type ,typename VFExpr::value_type ,Result>::second_argument_type >::type A2

Definition at line 1307 of file field_expr_variational.h.


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