Matrix (2D) particle field type.
More...
#include <Cabana_Fields.hpp>
|
using | value_type = T |
| Field type.
|
|
using | data_type = value_type[D0][D1] |
| Scalar type.
|
|
|
static constexpr int | rank = 2 |
| Field rank.
|
|
static constexpr int | size = D0 * D1 |
| Field total size.
|
|
static constexpr int | dim0 = D0 |
| Field first dimension size.
|
|
static constexpr int | dim1 = D1 |
| Field second dimension size.
|
|
template<class T, int D0, int D1>
struct Cabana::Field::Matrix< T, D0, D1 >
Matrix (2D) particle field type.
The documentation for this struct was generated from the following file: