|
SPH
|
Holder of quantity values and their temporal derivatives. More...
#include "objects/containers/Array.h"#include "objects/wrappers/Flags.h"#include "objects/wrappers/Variant.h"#include "quantities/QuantityHelpers.h"Go to the source code of this file.
Classes | |
| class | Detail::Holder< TValue > |
| class | Quantity |
| Generic container for storing scalar, vector or tensor quantity and its derivatives. More... | |
Namespaces | |
| Detail | |
Enumerations | |
| enum class | OrderEnum { ZERO , FIRST , SECOND } |
| enum class | VisitorEnum { ZERO_ORDER = 1 << 0 , FIRST_ORDER = 1 << 1 , SECOND_ORDER = 1 << 2 , ALL_BUFFERS = 1 << 3 , ALL_VALUES = 1 << 4 , STATE_VALUES = 1 << 5 , HIGHEST_DERIVATIVES = 1 << 6 } |
| Types of iteration over storage. More... | |
Holder of quantity values and their temporal derivatives.
Definition in file Quantity.h.
|
strong |
| Enumerator | |
|---|---|
| ZERO | Quantity without derivatives, or "zero order" of quantity. |
| FIRST | Quantity with 1st derivative. |
| SECOND | Quantity with 1st and 2nd derivative. |
Definition at line 15 of file Quantity.h.
|
strong |
Types of iteration over storage.
Definition at line 23 of file Quantity.h.