|
FrictionQPotFEM 0.23.3
|
Container type. More...
Typedefs | |
| template<typename T , size_t N> | |
| using | tensor = xt::xtensor< T, N > |
| Fixed (static) rank array. More... | |
Container type.
By default array_type::tensor is used. Otherwise:
#define GOOSEFEM_USE_XTENSOR_PYTHON to use xt::pytensor | using GooseFEM::array_type::tensor = typedef xt::xtensor<T, N> |