MFEM v4.7.0
Finite element discretization library
|
#include <tlayout.hpp>
Additional Inherited Members | |
Static Public Member Functions inherited from mfem::StridedLayout2D< N1, 1, N2, N1 > | |
static MFEM_HOST_DEVICE int | ind (int i1, int i2) |
static OffsetStridedLayout1D< N2, S2 > | ind1 (int i1) |
static OffsetStridedLayout1D< N1, S1 > | ind2 (int i2) |
static OffsetStridedLayout2D< M1, S1, M2, S2 > | sub (int o1, int o2) |
static StridedLayout3D< N1_1, S1, N1_2, S1 *N1_1, N2, S2 > | split_1 () |
static StridedLayout3D< N1, S1, N2_1, S2, N2_2, S2 *N2_1 > | split_2 () |
static StridedLayout4D< N1_1, S1, N1_2, S1 *N1_1, N2_1, S2, N2_2, S2 *N2_1 > | split_12 () |
static StridedLayout1D< N1 *N2,(S1< S2)?S1:S2 > | merge_12 () |
static StridedLayout2D< N2, S2, N1, S1 > | transpose_12 () |
Static Public Attributes inherited from mfem::StridedLayout2D< N1, 1, N2, N1 > | |
static const int | rank |
static const int | dim_1 |
static const int | dim_2 |
static const int | size |
Definition at line 450 of file tlayout.hpp.