Flow123d
release_3.0.0-906-g65cc372
|
#include <field_values.hh>
Public Types | |
typedef ET | element_type |
typedef internal::ReturnType< NRows, NCols, 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 j) |
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_ = NRows |
static const int | NCols_ = NCols |
static const int | rank_ = 2 |
Private Attributes | |
return_type & | value_ |
Template for class representing all possible Filed values. It is just common interface to scalar (double, int) values, vector and tensor values with fixed size and vector/tensor values with variable size.
ET is type of elements, n_cols and n_rows gives fixed dimensions of the tensor value (nx1 is vector, 1x1 is scalar, 0x1 is variable size vector, 0x0 is variable size tensor (not implemented yet) )
Definition at line 247 of file field_values.hh.
typedef Input::Array FieldValue_< NRows, NCols, ET >::AccessType |
Definition at line 252 of file field_values.hh.
typedef ET FieldValue_< NRows, NCols, ET >::element_type |
Definition at line 249 of file field_values.hh.
typedef internal::InputType<ET>::type FieldValue_< NRows, NCols, ET >::ElementInputType |
Definition at line 251 of file field_values.hh.
typedef internal::ReturnType<NRows, NCols, ET>::return_type FieldValue_< NRows, NCols, ET >::return_type |
Definition at line 250 of file field_values.hh.
|
inline |
Definition at line 273 of file field_values.hh.
|
inline |
Definition at line 308 of file field_values.hh.
|
inline |
Definition at line 300 of file field_values.hh.
|
inlinestatic |
Definition at line 274 of file field_values.hh.
|
inlinestatic |
Definition at line 258 of file field_values.hh.
|
inline |
Definition at line 279 of file field_values.hh.
|
inlinestatic |
Definition at line 268 of file field_values.hh.
|
inline |
Definition at line 275 of file field_values.hh.
|
inline |
Definition at line 284 of file field_values.hh.
|
inline |
Definition at line 286 of file field_values.hh.
|
inline |
Definition at line 304 of file field_values.hh.
|
inline |
Definition at line 292 of file field_values.hh.
|
inline |
Definition at line 288 of file field_values.hh.
|
inline |
Definition at line 290 of file field_values.hh.
|
inline |
Definition at line 312 of file field_values.hh.
|
inline |
Definition at line 283 of file field_values.hh.
|
inlinestatic |
Definition at line 257 of file field_values.hh.
|
inline |
Definition at line 296 of file field_values.hh.
|
static |
Definition at line 254 of file field_values.hh.
|
static |
Definition at line 253 of file field_values.hh.
|
static |
Definition at line 255 of file field_values.hh.
|
private |
Definition at line 320 of file field_values.hh.