|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <DiscType.h>


Public Types | |
| enum | { CHAR , SHORT , INT , LONG , FLOAT , DOUBLE , DCOMPLEX , FCOMPLEX , SCALAR , VEKTOR , TENZOR , SYMTENZOR , ANTISYMTENZOR , UNKNOWN } |
Static Public Member Functions | |
| static std::string | str () |
| static int | scalarType (const std::string &s) |
| static int | dim (const std::string &s) |
| static int | appType (const std::string &s) |
Definition at line 124 of file DiscType.h.
|
inherited |
| Enumerator | |
|---|---|
| CHAR | |
| SHORT | |
| INT | |
| LONG | |
| FLOAT | |
| DOUBLE | |
| DCOMPLEX | |
| FCOMPLEX | |
| SCALAR | |
| VEKTOR | |
| TENZOR | |
| SYMTENZOR | |
| ANTISYMTENZOR | |
| UNKNOWN | |
Definition at line 31 of file DiscType.h.
|
inlinestaticinherited |
Definition at line 73 of file DiscType.h.
References DiscTypeBase::ANTISYMTENZOR, Physics::c, DiscTypeBase::SCALAR, DiscTypeBase::SYMTENZOR, DiscTypeBase::TENZOR, DiscTypeBase::UNKNOWN, and DiscTypeBase::VEKTOR.
|
inlinestaticinherited |
Definition at line 61 of file DiscType.h.
References Physics::c.
|
inlinestaticinherited |
Definition at line 35 of file DiscType.h.
References Physics::c, DiscTypeBase::CHAR, DiscTypeBase::DCOMPLEX, DiscTypeBase::DOUBLE, DiscTypeBase::FCOMPLEX, DiscTypeBase::FLOAT, DiscTypeBase::INT, DiscTypeBase::LONG, DiscTypeBase::SHORT, and DiscTypeBase::UNKNOWN.
|
inlinestatic |
Definition at line 124 of file DiscType.h.