MFEM v4.7.0
Finite element discretization library
|
#include <ttensor.hpp>
Public Types | |
typedef TVector< N1 *N2 *N3 *N4, data_t, align > | base_class |
typedef ColumnMajorLayout4D< N1, N2, N3, N4 > | layout_type |
Public Types inherited from mfem::TVector< N1 *N2 *N3 *N4, double, false > | |
typedef double | data_type |
typedef StridedLayout1D< S, 1 > | layout_type |
Public Member Functions | |
data_t & | operator() (int i, int j, int k, int l) |
const data_t & | operator() (int i, int j, int k, int l) const |
Public Member Functions inherited from mfem::TVector< N1 *N2 *N3 *N4, double, false > | |
double & | operator[] (int i) |
const double & | operator[] (int i) const |
void | Assign (const double d) |
void | Assign (const src_data_t &src) |
void | AssignTo (dest_data_t &dest) |
void | Set (const double d) |
void | Set (const src_data_t &src) |
void | Assemble (dest_data_t &dest) const |
void | Scale (const double scale) |
Static Public Member Functions | |
static int | ind (int i1, int i2, int i3, int i4) |
Public Attributes | |
data_t | data [aligned_size >0?aligned_size:1] |
Public Attributes inherited from mfem::TVector< N1 *N2 *N3 *N4, double, false > | |
double | data [aligned_size >0?aligned_size:1] |
Static Public Attributes | |
static const layout_type | layout = layout_type() |
static const int | size |
Static Public Attributes inherited from mfem::TVector< N1 *N2 *N3 *N4, double, false > | |
static const int | size |
static const int | aligned_size |
static const layout_type | layout |
Definition at line 407 of file ttensor.hpp.
typedef TVector<N1*N2*N3*N4,data_t,align> mfem::TTensor4< N1, N2, N3, N4, data_t, align >::base_class |
Definition at line 409 of file ttensor.hpp.
typedef ColumnMajorLayout4D<N1,N2,N3,N4> mfem::TTensor4< N1, N2, N3, N4, data_t, align >::layout_type |
Definition at line 413 of file ttensor.hpp.
|
inlinestatic |
Definition at line 415 of file ttensor.hpp.
|
inline |
Definition at line 418 of file ttensor.hpp.
|
inline |
Definition at line 420 of file ttensor.hpp.
data_t mfem::TVector< S, data_t, align >::data[aligned_size >0?aligned_size:1] |
Definition at line 294 of file ttensor.hpp.
|
static |
Definition at line 414 of file ttensor.hpp.
|
static |
Definition at line 291 of file ttensor.hpp.