Intrepid2
|
Header function for Intrepid2::Util class and other utility functions. More...
Go to the source code of this file.
Classes | |
struct | Intrepid2::ScalarTraits< T > |
scalar type traits More... | |
struct | Intrepid2::ScalarTraits< float > |
Built in support for float. More... | |
struct | Intrepid2::ScalarTraits< double > |
Built in support for double. More... | |
struct | Intrepid2::ScalarTraits< int > |
Built in support for int. More... | |
struct | Intrepid2::ScalarTraits< long int > |
Built in support for long int. More... | |
struct | Intrepid2::ScalarTraits< long long > |
Built in support for long long. More... | |
struct | Intrepid2::ExecSpace< ViewSpaceType, UserSpaceType > |
space overload More... | |
struct | Intrepid2::ExecSpace< ViewSpaceType, void > |
space overload More... | |
struct | Intrepid2::DeduceLayout< ViewType > |
layout deduction (temporary meta-function) More... | |
class | Intrepid2::Util< T > |
small utility functions More... | |
Header function for Intrepid2::Util class and other utility functions.
Definition in file Intrepid2_Utils.hpp.
#define INTREPID2_TEST_FOR_ABORT | ( | test, | |
msg | |||
) |
Definition at line 83 of file Intrepid2_Utils.hpp.
#define INTREPID2_TEST_FOR_DEBUG_ABORT | ( | test, | |
info, | |||
msg | |||
) |
Definition at line 101 of file Intrepid2_Utils.hpp.
#define INTREPID2_TEST_FOR_EXCEPTION | ( | test, | |
x, | |||
msg | |||
) |
Definition at line 75 of file Intrepid2_Utils.hpp.
#define INTREPID2_TEST_FOR_WARNING | ( | test, | |
msg | |||
) |
Definition at line 68 of file Intrepid2_Utils.hpp.