Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 881 of file field_expr_variational.h.
Public Types | |
typedef This::size_type | size_type |
typedef This::scalar_type | scalar_type |
Public Member Functions | |
void | element_initialize (const This &obj, const geo_element &K) const |
void | element_initialize_on_side (const This &obj, const geo_element &K, const side_information_type &sid) const |
const tensor4_basic< scalar_type > & | get_nl_value (const This &obj, size_type q) const |
typedef This::size_type size_type |
Definition at line 882 of file field_expr_variational.h.
typedef This::scalar_type scalar_type |
Definition at line 883 of file field_expr_variational.h.
void element_initialize | ( | const This & | obj, |
const geo_element & | K | ||
) | const |
Definition at line 884 of file field_expr_variational.h.
void element_initialize_on_side | ( | const This & | obj, |
const geo_element & | K, | ||
const side_information_type & | sid | ||
) | const |
Definition at line 886 of file field_expr_variational.h.
const tensor4_basic< scalar_type > & get_nl_value | ( | const This & | obj, |
size_type | q | ||
) | const |
Definition at line 888 of file field_expr_variational.h.