Helper class to supply results of integration. More...
#include <src/lagrangian/intermediate/IntegrationScheme/IntegrationScheme/IntegrationScheme.H>
Helper class to supply results of integration.
Definition at line 59 of file IntegrationScheme.H.
Public Member Functions | |
integrationResult () | |
Constructor.
| |
Type | value () const |
Return const access to the value.
| |
Type | average () const |
Return const access to the average.
| |
Type & | value () |
Return access to the value for changing.
| |
Type & | average () |
Return access to the average for changing.
|
integrationResult | ( | ) | [inline]
|
Constructor.
Definition at line 71 of file IntegrationScheme.H.
Type value | ( | ) | const [inline]
|
Return const access to the value.
Definition at line 83 of file IntegrationScheme.H.
Referenced by KinematicParcel< ParcelType >::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().
Type average | ( | ) | const [inline]
|
Return const access to the average.
Definition at line 89 of file IntegrationScheme.H.
Referenced by KinematicParcel< ParcelType >::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().
Type& value | ( | ) | [inline]
|
Return access to the value for changing.
Definition at line 98 of file IntegrationScheme.H.
Type& average | ( | ) | [inline]
|
Return access to the average for changing.
Definition at line 104 of file IntegrationScheme.H.