#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 |
void Dune::LFETensor< F, dimD, 0 >::assign | ( | const LFETensor< Fy, dimD, 0 > & | y | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block(), and Dune::field_cast().
void Dune::LFETensor< F, dimD, 0 >::axpy | ( | const F & | a, | |
const This & | y | |||
) | [inline] |
References block(), and Dune::LFETensor< F, dimD, deriv >::block().
const Block& Dune::LFETensor< F, dimD, 0 >::block | ( | ) | const [inline] |
References Dune::LFETensor< F, dimD, deriv >::block_.
Block& Dune::LFETensor< F, dimD, 0 >::block | ( | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block_.
Referenced by axpy().
This& Dune::LFETensor< F, dimD, 0 >::operator*= | ( | const field_type & | f | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
This& Dune::LFETensor< F, dimD, 0 >::operator= | ( | const Block & | b | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
This& Dune::LFETensor< F, dimD, 0 >::operator= | ( | const FF & | f | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block(), and Dune::field_cast().
F& Dune::LFETensor< F, dimD, 0 >::operator[] | ( | const unsigned int | i | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
const F& Dune::LFETensor< F, dimD, 0 >::operator[] | ( | const unsigned int | i | ) | const [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
Block Dune::LFETensor< F, dimD, 0 >::block_ |
const int Dune::LFETensor< F, dimD, 0 >::size = 1 [static] |