dune-localfunctions
2.2.1
|
#include <dune/localfunctions/utility/tensor.hh>
Public Types | |
typedef F | field_type |
typedef Dune::FieldVector< F, size > | Block |
Public Member Functions | |
template<class FF > | |
This & | operator= (const FF &f) |
This & | operator= (const Block &b) |
This & | operator*= (const field_type &f) |
const F & | operator[] (const unsigned int i) const |
F & | operator[] (const unsigned int i) |
void | axpy (const F &a, const This &y) |
template<class Fy > | |
void | assign (const LFETensor< Fy, dimD, 0 > &y) |
Block & | block () |
const Block & | block () const |
Public Attributes | |
Block | block_ |
Static Public Attributes | |
static const int | size = 1 |
typedef Dune::FieldVector<F,size> Dune::LFETensor< F, dimD, 0 >::Block |
typedef F Dune::LFETensor< F, dimD, 0 >::field_type |
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block(), and Dune::field_cast().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block(), and block().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block_.
Referenced by axpy().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block_.
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block(), and Dune::field_cast().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block().
Block Dune::LFETensor< F, dimD, 0 >::block_ |
|
static |