Helper class to supply results of integration. More...
Public Member Functions | |
integrationResult () | |
Constructor. More... | |
Type | value () const |
Return const access to the value. More... | |
Type | average () const |
Return const access to the average. More... | |
Type & | value () |
Return access to the value for changing. More... | |
Type & | average () |
Return access to the average for changing. More... | |
Helper class to supply results of integration.
Definition at line 57 of file IntegrationScheme.H.
|
inline |
Constructor.
Definition at line 69 of file IntegrationScheme.H.
|
inline |
Return const access to the value.
Definition at line 81 of file IntegrationScheme.H.
Referenced by KinematicParcel< ParcelType >::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().
|
inline |
Return const access to the average.
Definition at line 87 of file IntegrationScheme.H.
Referenced by KinematicParcel< ParcelType >::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().
|
inline |
Return access to the value for changing.
Definition at line 96 of file IntegrationScheme.H.
|
inline |
Return access to the average for changing.
Definition at line 102 of file IntegrationScheme.H.
References beta(), IntegrationScheme< Type >::clone(), IntegrationScheme< Type >::declareRunTimeSelectionTable(), dict, IntegrationScheme< Type >::integrate(), IntegrationScheme< Type >::IntegrationScheme(), IntegrationScheme< Type >::New(), phi, IntegrationScheme< Type >::TypeName(), and IntegrationScheme< Type >::~IntegrationScheme().