|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
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 141 of file DiscType.h.
Referenced by DiscType< AntiSymTenzor< T, D > >::str(), DiscType< SymTenzor< T, D > >::str(), and DiscType< Tenzor< T, D > >::str().
| #define DEFINE_DISCTYPE_SCALAR | ( | TYPE, | |
| STRING ) |
Definition at line 113 of file DiscType.h.
Referenced by DiscType< double >::str(), DiscType< float >::str(), DiscType< int >::str(), DiscType< long >::str(), DiscType< short >::str(), DiscType< std::complex< double > >::str(), DiscType< std::complex< float > >::str(), DiscType< unsigned char >::str(), DiscType< unsigned int >::str(), DiscType< unsigned long >::str(), and DiscType< unsigned short >::str().