Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1181 of file field_expr_terminal.h.
Public Types | |
typedef field_expr_v2_nonlinear_terminal_field_dg_rep< T, M > | rep |
typedef smart_pointer< rep > | base |
typedef rep::size_type | size_type |
typedef rep::memory_type | memory_type |
typedef rep::result_type | result_type |
typedef rep::float_type | float_type |
typedef rep::scalar_type | scalar_type |
typedef rep::value_type | value_type |
![]() | |
typedef field_expr_v2_nonlinear_terminal_field_dg_rep< T, M > | handled_type |
typedef base::internal | internal |
Public Member Functions | |
template<class Expr , class Sfinae = typename std::enable_if<details::has_field_rdof_interface<Expr>::value>::type> | |
field_expr_v2_nonlinear_terminal_field_dg (const Expr &expr, const float_type &c0, const float_type &c1) | |
space_constant::valued_type | valued_tag () const |
void | initialize (const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
void | initialize (const space_basic< float_type, memory_type > &Xh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
template<class Value > | |
void | evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
template<class Value > | |
bool | valued_check () const |
![]() | |
smart_pointer (field_expr_v2_nonlinear_terminal_field_dg_rep< T, M > *p=0) | |
smart_pointer (void *count, internal i) | |
smart_pointer (const smart_pointer< field_expr_v2_nonlinear_terminal_field_dg_rep< T, M > > &x) | |
smart_pointer< field_expr_v2_nonlinear_terminal_field_dg_rep< T, M > > & | operator= (const smart_pointer< field_expr_v2_nonlinear_terminal_field_dg_rep< T, M > > &x) |
~smart_pointer () | |
![]() | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, C > &) | |
smart_pointer_base (void *count, internal) | |
smart_pointer_base< T, C > & | operator= (const smart_pointer_base< T, C > &) |
~smart_pointer_base () | |
const T * | pointer () const |
const T & | data () const |
const T * | operator-> () const |
const T & | operator* () const |
T * | pointer () |
T & | data () |
T * | operator-> () |
T & | operator* () |
int | reference_counter () const |
counter * | get_count () const |
Static Public Attributes | |
static const space_constant::valued_type | valued_hint = rep::valued_hint |
Definition at line 1186 of file field_expr_terminal.h.
typedef smart_pointer<rep> base |
Definition at line 1187 of file field_expr_terminal.h.
Definition at line 1188 of file field_expr_terminal.h.
typedef rep::memory_type memory_type |
Definition at line 1189 of file field_expr_terminal.h.
typedef rep::result_type result_type |
Definition at line 1190 of file field_expr_terminal.h.
typedef rep::float_type float_type |
Definition at line 1191 of file field_expr_terminal.h.
typedef rep::scalar_type scalar_type |
Definition at line 1192 of file field_expr_terminal.h.
typedef rep::value_type value_type |
Definition at line 1193 of file field_expr_terminal.h.
|
explicit |
Definition at line 1200 of file field_expr_terminal.h.
space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 1205 of file field_expr_terminal.h.
void initialize | ( | const piola_on_pointset< float_type > & | pops, |
const integrate_option & | iopt | ||
) |
Definition at line 1207 of file field_expr_terminal.h.
void initialize | ( | const space_basic< float_type, memory_type > & | Xh, |
const piola_on_pointset< float_type > & | pops, | ||
const integrate_option & | iopt | ||
) |
Definition at line 1212 of file field_expr_terminal.h.
void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
const geo_element & | K, | ||
Eigen::Matrix< Value, Eigen::Dynamic, 1 > & | value | ||
) | const |
Definition at line 1219 of file field_expr_terminal.h.
Definition at line 1226 of file field_expr_terminal.h.
|
static |
Definition at line 1194 of file field_expr_terminal.h.