GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
GooseFEM::array_type Namespace Reference

Container type. More...

Typedefs

template<typename T , size_t N>
using tensor = xt::xtensor<T, N>
 Fixed (static) rank array.
 

Detailed Description

Container type.

By default array_type::tensor is used. Otherwise:

  • #define GOOSEFEM_USE_XTENSOR_PYTHON to use xt::pytensor

Typedef Documentation

◆ tensor

template<typename T , size_t N>
using GooseFEM::array_type::tensor = xt::xtensor<T, N>

Fixed (static) rank array.

Definition at line 177 of file config.h.