|
Flow123d
JS_before_hm-1011-g79d7237
|
#include <field_values.hh>
Public Types | |
| typedef ET | element_type |
| typedef internal::ReturnType< NRows, 1, ET >::return_type | return_type |
| typedef internal::InputType< ET >::type | ElementInputType |
| typedef Input::Array | AccessType |
Public Member Functions | |
| FieldValue_ (return_type &val) | |
| const ET * | mem_ptr () const |
| void | init_from_input (AccessType rec) |
| void | set_n_comp (unsigned int) |
| unsigned int | n_cols () const |
| unsigned int | n_rows () const |
| ET & | operator() (unsigned int i, unsigned int) |
| ET | operator() (unsigned int i, unsigned int) const |
| operator return_type () const | |
| void | zeros () |
| void | eye () |
| void | ones () |
| bool | equal_to (const return_type &other) |
| void | scale (double scale_coef) |
Static Public Member Functions | |
| static std::string | type_name () |
| static IT::Array | get_input_type () |
| static constexpr bool | is_scalable () |
| static const return_type & | from_raw (return_type &val, ET *raw_data) |
| static return_type | get_from_array (const Armor::Array< element_type > &arr, uint idx) |
| Casts value stored in Armor::Array to return type. More... | |
Static Public Attributes | |
| static const int | NRows_ = NRows |
| static const int | NCols_ = 1 |
| static const int | rank_ = 1 |
Private Attributes | |
| return_type & | value_ |
Specialization for fixed size vectors
Definition at line 492 of file field_values.hh.
| typedef Input::Array FieldValue_< NRows, 1, ET >::AccessType |
Definition at line 497 of file field_values.hh.
| typedef ET FieldValue_< NRows, 1, ET >::element_type |
Definition at line 494 of file field_values.hh.
| typedef internal::InputType<ET>::type FieldValue_< NRows, 1, ET >::ElementInputType |
Definition at line 496 of file field_values.hh.
| typedef internal::ReturnType<NRows, 1, ET>::return_type FieldValue_< NRows, 1, ET >::return_type |
Definition at line 495 of file field_values.hh.
|
inline |
Definition at line 511 of file field_values.hh.
|
inline |
Definition at line 550 of file field_values.hh.
|
inline |
Definition at line 542 of file field_values.hh.
|
inlinestatic |
Definition at line 512 of file field_values.hh.
|
inlinestatic |
Casts value stored in Armor::Array to return type.
Definition at line 516 of file field_values.hh.
|
inlinestatic |
Definition at line 504 of file field_values.hh.
|
inline |
Definition at line 520 of file field_values.hh.
|
inlinestatic |
Definition at line 507 of file field_values.hh.
|
inline |
Definition at line 513 of file field_values.hh.
|
inline |
Definition at line 525 of file field_values.hh.
|
inline |
Definition at line 527 of file field_values.hh.
|
inline |
Definition at line 546 of file field_values.hh.
|
inline |
Definition at line 534 of file field_values.hh.
|
inline |
Definition at line 529 of file field_values.hh.
|
inline |
Definition at line 531 of file field_values.hh.
|
inline |
Definition at line 554 of file field_values.hh.
|
inline |
Definition at line 524 of file field_values.hh.
|
inlinestatic |
Definition at line 503 of file field_values.hh.
|
inline |
Definition at line 538 of file field_values.hh.
|
static |
Definition at line 499 of file field_values.hh.
|
static |
Definition at line 498 of file field_values.hh.
|
static |
Definition at line 500 of file field_values.hh.
|
private |
Definition at line 562 of file field_values.hh.
1.8.11