|
dune-localfunctions 2.10
|
#include <dune/localfunctions/utility/tensor.hh>

Public Types | |
| typedef F | field_type |
| typedef Dune::FieldVector< F, size > | Block |
Public Member Functions | |
| This & | operator= (const FF &f) |
| This & | operator*= (const field_type &f) |
| const field_type & | operator[] (const unsigned int i) const |
| Block & | block () |
| void | axpy (const F &a, const This &y) |
| void | assign (const LFETensor< Fy, dimD, deriv > &y) |
Public Attributes | |
| Block | block_ |
Static Public Attributes | |
| static const int | size = 1 |
| typedef Dune::FieldVector<F,size> Dune::LFETensor< F, dimD, deriv >::Block |
| typedef F Dune::LFETensor< F, dimD, deriv >::field_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Block Dune::LFETensor< F, dimD, deriv >::block_ |
|
static |