GMatElastoPlasticQPot 0.18.3
|
Go to the source code of this file.
Namespaces | |
namespace | GMatElastoPlasticQPot |
Material model based on a sequence of parabolic potentials. | |
namespace | GMatElastoPlasticQPot::array_type |
Define container type. | |
Macros | |
#define | GMATELASTOPLASTICQPOT_ASSERT(expr) |
All assertions are implementation as: More... | |
Typedefs | |
template<typename T , size_t N> | |
using | GMatElastoPlasticQPot::array_type::tensor = xt::xtensor< T, N > |
Fixed (static) rank array. More... | |
Definition in file config.h.
#define GMATELASTOPLASTICQPOT_ASSERT | ( | expr | ) |
All assertions are implementation as:
GMATELASTOPLASTICQPOT_ASSERT(...)
They can be enabled by:
#define GMATELASTOPLASTICQPOT_ENABLE_ASSERT
(before including GMatElastoPlasticQPot). The advantage is that:
std::runtime_error |