GMatElastic 0.5.3
|
#include <GMatTensor/config.h>
Go to the source code of this file.
Namespaces | |
namespace | GMatElastic |
Linear elastic material model. | |
namespace | GMatElastic::array_type |
Container type. | |
Macros | |
#define | GMATELASTIC_ASSERT(expr) |
All assertions are implementation as: More... | |
Typedefs | |
template<typename T , size_t N> | |
using | GMatElastic::array_type::tensor = xt::xtensor< T, N > |
Fixed (static) rank array. More... | |
Definition in file config.h.
#define GMATELASTIC_ASSERT | ( | expr | ) |
All assertions are implementation as:
GMATELASTIC_ASSERT(...)
They can be enabled by:
#define GMATELASTIC_ENABLE_ASSERT
(before including GMatElastic). The advantage is that:
std::runtime_error |