|
Flow123d
release_2.1.0-87-gfbc1563
|
#include <field_values.hh>
Public Types | |
| typedef ET | element_type |
| typedef internal::ReturnType< 0, 1, ET >::return_type | return_type |
| typedef internal::InputType< ET >::type | ElementInputType |
| typedef Input::Array | AccessType |
Public Member Functions | |
| const ET * | mem_ptr () |
| FieldValue_ (return_type &val) | |
| void | init_from_input (AccessType rec) |
| void | set_n_comp (unsigned int n_comp) |
| unsigned int | n_cols () const |
| unsigned int | n_rows () const |
| ET & | operator() (unsigned int i, unsigned int) |
| ET | operator() (unsigned int i, unsigned int j) 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 Public Attributes | |
| static const int | NRows_ = 0 |
| static const int | NCols_ = 1 |
Private Attributes | |
| return_type & | value_ |
Specialization for variable size vectors
Definition at line 384 of file field_values.hh.
| typedef Input::Array FieldValue_< 0, 1, ET >::AccessType |
Definition at line 389 of file field_values.hh.
| typedef ET FieldValue_< 0, 1, ET >::element_type |
Definition at line 386 of file field_values.hh.
| typedef internal::InputType<ET>::type FieldValue_< 0, 1, ET >::ElementInputType |
Definition at line 388 of file field_values.hh.
| typedef internal::ReturnType<0, 1, ET>::return_type FieldValue_< 0, 1, ET >::return_type |
Definition at line 387 of file field_values.hh.
|
inline |
Definition at line 404 of file field_values.hh.
|
inline |
Definition at line 437 of file field_values.hh.
|
inline |
Definition at line 429 of file field_values.hh.
|
inlinestatic |
Definition at line 401 of file field_values.hh.
|
inlinestatic |
Definition at line 395 of file field_values.hh.
|
inline |
Definition at line 407 of file field_values.hh.
|
inlinestatic |
Definition at line 398 of file field_values.hh.
|
inline |
Definition at line 402 of file field_values.hh.
|
inline |
Definition at line 412 of file field_values.hh.
|
inline |
Definition at line 414 of file field_values.hh.
|
inline |
Definition at line 433 of file field_values.hh.
|
inline |
Definition at line 421 of file field_values.hh.
|
inline |
Definition at line 416 of file field_values.hh.
|
inline |
Definition at line 418 of file field_values.hh.
|
inline |
Definition at line 441 of file field_values.hh.
|
inline |
Definition at line 411 of file field_values.hh.
|
inlinestatic |
Definition at line 394 of file field_values.hh.
|
inline |
Definition at line 425 of file field_values.hh.
|
static |
Definition at line 391 of file field_values.hh.
|
static |
Definition at line 390 of file field_values.hh.
|
private |
Definition at line 450 of file field_values.hh.
1.8.11