https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
NEML2Utils::Layout< RankFourTensor > Struct Reference

#include <NEML2Utils.h>

Static Public Attributes

static constexpr std::array< neml2::Size, 4 > shape {3, 3, 3, 3}
 
static constexpr std::array< neml2::Size, 5 > strides {81, 27, 9, 3, 1}
 

Detailed Description

Definition at line 87 of file NEML2Utils.h.

Member Data Documentation

◆ shape

constexpr std::array<neml2::Size, 4> NEML2Utils::Layout< RankFourTensor >::shape {3, 3, 3, 3}
staticconstexpr

Definition at line 89 of file NEML2Utils.h.

89{3, 3, 3, 3};

◆ strides

constexpr std::array<neml2::Size, 5> NEML2Utils::Layout< RankFourTensor >::strides {81, 27, 9, 3, 1}
staticconstexpr

Definition at line 90 of file NEML2Utils.h.

90{81, 27, 9, 3, 1};

The documentation for this struct was generated from the following file: