Flow123d  master-f44eb46
Public Types | List of all members
FieldValue< spacedim > Struct Template Reference

#include <field_values.hh>

Public Types

typedef FieldValue_< 1, 1, int > Integer
 
typedef FieldValue_< 1, 1, FieldEnumEnum
 
typedef FieldValue_< 0, 1, FieldEnumEnumVector
 
typedef FieldValue_< 1, 1, double > Scalar
 
typedef FieldValue_< spacedim, 1, double > VectorFixed
 
typedef FieldValue_< 0, 1, double > Vector
 
typedef FieldValue_< 0, 1, int > IntVector
 
typedef FieldValue_< spacedim, spacedim, double > TensorFixed
 

Detailed Description

template<int spacedim>
struct FieldValue< spacedim >

Class that provides common template-less interface to all templated Field structes.

Maybe we can delete this since common interface will be given by "Quantity".

Definition at line 567 of file field_values.hh.

Member Typedef Documentation

◆ Enum

template<int spacedim>
typedef FieldValue_<1,1, FieldEnum> FieldValue< spacedim >::Enum

Definition at line 570 of file field_values.hh.

◆ EnumVector

template<int spacedim>
typedef FieldValue_<0,1, FieldEnum> FieldValue< spacedim >::EnumVector

Definition at line 571 of file field_values.hh.

◆ Integer

template<int spacedim>
typedef FieldValue_<1,1,int> FieldValue< spacedim >::Integer

Definition at line 569 of file field_values.hh.

◆ IntVector

template<int spacedim>
typedef FieldValue_<0,1,int> FieldValue< spacedim >::IntVector

Definition at line 575 of file field_values.hh.

◆ Scalar

template<int spacedim>
typedef FieldValue_<1,1,double> FieldValue< spacedim >::Scalar

Definition at line 572 of file field_values.hh.

◆ TensorFixed

template<int spacedim>
typedef FieldValue_<spacedim,spacedim,double> FieldValue< spacedim >::TensorFixed

Definition at line 576 of file field_values.hh.

◆ Vector

template<int spacedim>
typedef FieldValue_<0,1,double> FieldValue< spacedim >::Vector

Definition at line 574 of file field_values.hh.

◆ VectorFixed

template<int spacedim>
typedef FieldValue_<spacedim,1,double> FieldValue< spacedim >::VectorFixed

Definition at line 573 of file field_values.hh.


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