Flow123d  JS_before_hm-1001-gfa0c761
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes | List of all members
FieldValue_< 0, 1, ET > Class Template Reference

#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 IT::Array get_input_type ()
 
static constexpr bool is_scalable ()
 
static const return_typefrom_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_typevalue_
 

Detailed Description

template<class ET>
class FieldValue_< 0, 1, ET >


Specialization for variable size vectors

Definition at line 414 of file field_values.hh.

Member Typedef Documentation

template<class ET >
typedef Input::Array FieldValue_< 0, 1, ET >::AccessType

Definition at line 419 of file field_values.hh.

template<class ET >
typedef ET FieldValue_< 0, 1, ET >::element_type

Definition at line 416 of file field_values.hh.

template<class ET >
typedef internal::InputType<ET>::type FieldValue_< 0, 1, ET >::ElementInputType

Definition at line 418 of file field_values.hh.

template<class ET >
typedef internal::ReturnType<0, 1, ET>::return_type FieldValue_< 0, 1, ET >::return_type

Definition at line 417 of file field_values.hh.

Constructor & Destructor Documentation

template<class ET >
FieldValue_< 0, 1, ET >::FieldValue_ ( return_type val)
inline

Definition at line 440 of file field_values.hh.

Member Function Documentation

template<class ET >
bool FieldValue_< 0, 1, ET >::equal_to ( const return_type other)
inline

Definition at line 473 of file field_values.hh.

template<class ET >
void FieldValue_< 0, 1, ET >::eye ( )
inline

Definition at line 465 of file field_values.hh.

template<class ET >
static const return_type& FieldValue_< 0, 1, ET >::from_raw ( return_type val,
ET *  raw_data 
)
inlinestatic

Definition at line 432 of file field_values.hh.

template<class ET >
static return_type FieldValue_< 0, 1, ET >::get_from_array ( const Armor::Array< element_type > &  arr,
uint  idx 
)
inlinestatic

Casts value stored in Armor::Array to return type.

Definition at line 436 of file field_values.hh.

template<class ET >
static IT::Array FieldValue_< 0, 1, ET >::get_input_type ( )
inlinestatic

Definition at line 426 of file field_values.hh.

template<class ET >
void FieldValue_< 0, 1, ET >::init_from_input ( AccessType  rec)
inline

Definition at line 443 of file field_values.hh.

template<class ET >
static constexpr bool FieldValue_< 0, 1, ET >::is_scalable ( )
inlinestatic

Definition at line 429 of file field_values.hh.

template<class ET >
const ET* FieldValue_< 0, 1, ET >::mem_ptr ( ) const
inline

Definition at line 433 of file field_values.hh.

template<class ET >
unsigned int FieldValue_< 0, 1, ET >::n_cols ( ) const
inline

Definition at line 448 of file field_values.hh.

template<class ET >
unsigned int FieldValue_< 0, 1, ET >::n_rows ( ) const
inline

Definition at line 450 of file field_values.hh.

template<class ET >
void FieldValue_< 0, 1, ET >::ones ( )
inline

Definition at line 469 of file field_values.hh.

template<class ET >
FieldValue_< 0, 1, ET >::operator return_type ( ) const
inline

Definition at line 457 of file field_values.hh.

template<class ET >
ET& FieldValue_< 0, 1, ET >::operator() ( unsigned int  i,
unsigned  int 
)
inline

Definition at line 452 of file field_values.hh.

template<class ET >
ET FieldValue_< 0, 1, ET >::operator() ( unsigned int  i,
unsigned  int 
) const
inline

Definition at line 454 of file field_values.hh.

template<class ET >
void FieldValue_< 0, 1, ET >::scale ( double  scale_coef)
inline

Definition at line 477 of file field_values.hh.

template<class ET >
void FieldValue_< 0, 1, ET >::set_n_comp ( unsigned int  n_comp)
inline

Definition at line 447 of file field_values.hh.

template<class ET >
static std::string FieldValue_< 0, 1, ET >::type_name ( )
inlinestatic

Definition at line 425 of file field_values.hh.

template<class ET >
void FieldValue_< 0, 1, ET >::zeros ( )
inline

Definition at line 461 of file field_values.hh.

Member Data Documentation

template<class ET >
const int FieldValue_< 0, 1, ET >::NCols_ = 1
static

Definition at line 421 of file field_values.hh.

template<class ET >
const int FieldValue_< 0, 1, ET >::NRows_ = 0
static

Definition at line 420 of file field_values.hh.

template<class ET >
const int FieldValue_< 0, 1, ET >::rank_ = 10
static

Definition at line 422 of file field_values.hh.

template<class ET >
return_type& FieldValue_< 0, 1, ET >::value_
private

Definition at line 486 of file field_values.hh.


The documentation for this class was generated from the following file: