MFEM v4.7.0
Finite element discretization library
|
#include <ttensor.hpp>
Public Types | |
typedef data_t | data_type |
typedef StridedLayout1D< S, 1 > | layout_type |
Public Member Functions | |
data_t & | operator[] (int i) |
const data_t & | operator[] (int i) const |
template<AssignOp::Type Op> | |
void | Assign (const data_t d) |
template<AssignOp::Type Op, typename src_data_t > | |
void | Assign (const src_data_t &src) |
template<AssignOp::Type Op, typename dest_data_t > | |
void | AssignTo (dest_data_t &dest) |
void | Set (const data_t d) |
template<typename src_data_t > | |
void | Set (const src_data_t &src) |
template<typename dest_data_t > | |
void | Assemble (dest_data_t &dest) const |
void | Scale (const data_t scale) |
Public Attributes | |
data_t | data [aligned_size >0?aligned_size:1] |
Static Public Attributes | |
static const int | size = S |
static const int | aligned_size = align ? MFEM_ALIGN_SIZE(S,data_t) : size |
static const layout_type | layout = layout_type() |
Definition at line 288 of file ttensor.hpp.
typedef data_t mfem::TVector< S, data_t, align >::data_type |
Definition at line 293 of file ttensor.hpp.
typedef StridedLayout1D<S,1> mfem::TVector< S, data_t, align >::layout_type |
Definition at line 296 of file ttensor.hpp.
|
inline |
Definition at line 332 of file ttensor.hpp.
|
inline |
Definition at line 303 of file ttensor.hpp.
|
inline |
Definition at line 309 of file ttensor.hpp.
|
inline |
Definition at line 315 of file ttensor.hpp.
|
inline |
Definition at line 299 of file ttensor.hpp.
|
inline |
Definition at line 300 of file ttensor.hpp.
|
inline |
Definition at line 337 of file ttensor.hpp.
|
inline |
Definition at line 320 of file ttensor.hpp.
|
inline |
Definition at line 326 of file ttensor.hpp.
|
static |
Definition at line 292 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 297 of file ttensor.hpp.
|
static |
Definition at line 291 of file ttensor.hpp.