Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
field_expr_v2_nonlinear_terminal_wrapper_traits< Expr, typename std::enable_if< is_field_expr_v2_constant< Expr >::value >::type >

Detailed Description

template<class Expr>
struct rheolef::details::field_expr_v2_nonlinear_terminal_wrapper_traits< Expr, typename std::enable_if< is_field_expr_v2_constant< Expr >::value >::type >

Definition at line 333 of file field_expr_terminal.h.

Public Types

typedef promote< Expr, Float >::type float_type
 
typedef f_constant< point_basic< float_type >, Expr > fun_t
 
typedef field_expr_v2_nonlinear_terminal_function< fun_ttype
 

Member Typedef Documentation

◆ float_type

template<class Expr >
typedef promote<Expr,Float>::type float_type

Definition at line 339 of file field_expr_terminal.h.

◆ fun_t

template<class Expr >
typedef f_constant<point_basic<float_type>,Expr> fun_t

Definition at line 340 of file field_expr_terminal.h.

◆ type

template<class Expr >
typedef field_expr_v2_nonlinear_terminal_function<fun_t> type

Definition at line 341 of file field_expr_terminal.h.


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