OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
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 int | scalarType (const std::string &s) |
static int | dim (const std::string &s) |
static int | appType (const std::string &s) |
Definition at line 30 of file DiscType.h.
anonymous enum |
Enumerator | |
---|---|
CHAR | |
SHORT | |
INT | |
LONG | |
FLOAT | |
DOUBLE | |
DCOMPLEX | |
FCOMPLEX | |
SCALAR | |
VEKTOR | |
TENZOR | |
SYMTENZOR | |
ANTISYMTENZOR | |
UNKNOWN |
Definition at line 32 of file DiscType.h.
|
inlinestatic |
Definition at line 74 of file DiscType.h.
References ANTISYMTENZOR, Physics::c, SCALAR, SYMTENZOR, TENZOR, UNKNOWN, and VEKTOR.
|
inlinestatic |
Definition at line 62 of file DiscType.h.
References Physics::c.
|
inlinestatic |