MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
List of all members
mfem::ColumnMajorLayout3D< N1, N2, N3 > Struct Template Reference

#include <tlayout.hpp>

Inheritance diagram for mfem::ColumnMajorLayout3D< N1, N2, N3 >:
[legend]
Collaboration diagram for mfem::ColumnMajorLayout3D< N1, N2, N3 >:
[legend]

Additional Inherited Members

- Static Public Member Functions inherited from mfem::StridedLayout3D< N1, 1, N2, N1, N3, N1 *N2 >
static int ind (int i1, int i2, int i3)
 
static OffsetStridedLayout2D
< N2, S2, N3, S3 > 
ind1 (int i1)
 
static OffsetStridedLayout2D
< N1, S1, N3, S3 > 
ind2 (int i2)
 
static OffsetStridedLayout2D
< N1, S1, N2, S2 > 
ind3 (int i3)
 
static StridedLayout2D< N1 *N2,
S1, N3, S3 > 
merge_12 ()
 
static StridedLayout2D< N1, S1,
N2 *N3, S2 > 
merge_23 ()
 
static StridedLayout4D< N1_1,
S1, N1_2, S1 *N1_1, N2, S2, N3,
S3 > 
split_1 ()
 
static StridedLayout4D< N1, S1,
N2_1, S2, N2_2, S2 *N2_1, N3,
S3 > 
split_2 ()
 
static StridedLayout4D< N1, S1,
N2, S2, N3_1, S3, N3_2, S3
*N3_1 > 
split_3 ()
 
static StridedLayout3D< N2, S2,
N1, S1, N3, S3 > 
transpose_12 ()
 
static StridedLayout3D< N3, S3,
N2, S2, N1, S1 > 
transpose_13 ()
 
static StridedLayout3D< N1, S1,
N3, S3, N2, S2 > 
transpose_23 ()
 
- Static Public Attributes inherited from mfem::StridedLayout3D< N1, 1, N2, N1, N3, N1 *N2 >
static const int rank
 
static const int dim_1
 
static const int dim_2
 
static const int dim_3
 
static const int size
 

Detailed Description

template<int N1, int N2, int N3>
struct mfem::ColumnMajorLayout3D< N1, N2, N3 >

Definition at line 453 of file tlayout.hpp.


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