OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "AppTypes/Vektor.h"
#include "AppTypes/Tenzor.h"
#include "AppTypes/SymTenzor.h"
#include "AppTypes/AntiSymTenzor.h"
Go to the source code of this file.
Classes | |
struct | DiscTypeBase |
struct | DiscType< T > |
struct | DiscType< char > |
struct | DiscType< short > |
struct | DiscType< int > |
struct | DiscType< long > |
struct | DiscType< float > |
struct | DiscType< double > |
struct | DiscType< unsigned char > |
struct | DiscType< unsigned short > |
struct | DiscType< unsigned int > |
struct | DiscType< unsigned long > |
struct | DiscType< std::complex< float > > |
struct | DiscType< std::complex< double > > |
struct | DiscType< Vektor< T, D > > |
struct | DiscType< Tenzor< T, D > > |
struct | DiscType< SymTenzor< T, D > > |
struct | DiscType< AntiSymTenzor< T, D > > |
Macros | |
#define | DEFINE_DISCTYPE_SCALAR(TYPE, STRING) |
#define | DEFINE_DISCTYPE_APPTYPE(TYPE, STRING) |
#define DEFINE_DISCTYPE_APPTYPE | ( | TYPE, | |
STRING | |||
) |
Definition at line 142 of file DiscType.h.
#define DEFINE_DISCTYPE_SCALAR | ( | TYPE, | |
STRING | |||
) |
Definition at line 114 of file DiscType.h.