Flow123d
master-f44eb46
|
#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 () const |
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) 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 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_ = 0 |
static const int | NCols_ = 1 |
static const int | rank_ = 10 |
Private Attributes | |
return_type & | value_ |
Specialization for variable size vectors
Definition at line 412 of file field_values.hh.
typedef Input::Array FieldValue_< 0, 1, ET >::AccessType |
Definition at line 417 of file field_values.hh.
typedef ET FieldValue_< 0, 1, ET >::element_type |
Definition at line 414 of file field_values.hh.
typedef internal::InputType<ET>::type FieldValue_< 0, 1, ET >::ElementInputType |
Definition at line 416 of file field_values.hh.
typedef internal::ReturnType<0, 1, ET>::return_type FieldValue_< 0, 1, ET >::return_type |
Definition at line 415 of file field_values.hh.
|
inline |
Definition at line 435 of file field_values.hh.
|
inline |
Definition at line 468 of file field_values.hh.
|
inline |
Definition at line 460 of file field_values.hh.
|
inlinestatic |
Definition at line 427 of file field_values.hh.
|
inlinestatic |
Casts value stored in Armor::Array to return type.
Definition at line 431 of file field_values.hh.
|
inline |
Definition at line 438 of file field_values.hh.
|
inlinestaticconstexpr |
Definition at line 424 of file field_values.hh.
|
inline |
Definition at line 428 of file field_values.hh.
|
inline |
Definition at line 443 of file field_values.hh.
|
inline |
Definition at line 445 of file field_values.hh.
|
inline |
Definition at line 464 of file field_values.hh.
|
inline |
Definition at line 452 of file field_values.hh.
|
inline |
Definition at line 447 of file field_values.hh.
|
inline |
Definition at line 449 of file field_values.hh.
|
inline |
Definition at line 472 of file field_values.hh.
|
inline |
Definition at line 442 of file field_values.hh.
|
inlinestatic |
Definition at line 423 of file field_values.hh.
|
inline |
Definition at line 456 of file field_values.hh.
|
static |
Definition at line 419 of file field_values.hh.
|
static |
Definition at line 418 of file field_values.hh.
|
static |
Definition at line 420 of file field_values.hh.
|
private |
Definition at line 481 of file field_values.hh.