Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::mesh::access::matrix< ScalarType, N, M > Struct Template Reference

Fixed-size matrix access: N * M scalars per entity.

#include <ComponentAccess.hpp>

Inheritance diagram for mundy::mesh::access::matrix< ScalarType, N, M >:
[legend]

Public Types

using value_typeype = ScalarType

Static Public Attributes

static constexpr size_t num_rows = N
static constexpr size_t num_cols = M

Member Typedef Documentation

◆ value_typeype

template<typename ScalarType, size_t N, size_t M>
using mundy::mesh::access::matrix< ScalarType, N, M >::value_typeype = ScalarType

Member Data Documentation

◆ num_rows

template<typename ScalarType, size_t N, size_t M>
size_t mundy::mesh::access::matrix< ScalarType, N, M >::num_rows = N
staticconstexpr

◆ num_cols

template<typename ScalarType, size_t N, size_t M>
size_t mundy::mesh::access::matrix< ScalarType, N, M >::num_cols = M
staticconstexpr