|
| template<class FF > |
| This & | operator= (const FF &f) |
| |
| This & | operator= (const Dune::FieldVector< ThisLFETensor, dimR > &t) |
| |
| This & | operator= (const Block &t) |
| |
| This & | operator*= (const field_type &f) |
| |
| void | axpy (const F &a, const This &y) |
| |
| template<class Fy > |
| void | assign (const Derivatives< Fy, dimD, dimR, 0, value > &y) |
| |
| template<class Fy > |
| void | assign (const Derivatives< Fy, dimD, dimR, 0, derivative > &y) |
| |
| template<class Fy , int dimRy> |
| void | assign (const Derivatives< Fy, dimD, dimRy, 0, value > &y, unsigned int r) |
| |
| template<class Fy > |
| void | assign (unsigned int r, const Derivatives< Fy, dimD, 1, 0, value > &y) |
| |
| template<class Fy > |
| void | assign (unsigned int r, const Derivatives< Fy, dimD, 1, 0, derivative > &y) |
| |
| Block & | block () |
| |
| const Block & | block () const |
| |
| ThisLFETensor & | operator[] (int r) |
| |
| const ThisLFETensor & | operator[] (int r) const |
| |
| template<int dorder> |
const Dune::FieldVector
< LFETensor< F, dimD, 0 >
, dimR > & | tensor () const |
| |
Dune::FieldVector< LFETensor
< F, dimD, 0 >, dimR > & | tensor () |
| |
| template<unsigned int dorder> |
const Dune::FieldVector< F,
LFETensor< F, dimD, dorder >
::size *dimR > & | block () const |
| |
| template<unsigned int dorder> |
Dune::FieldVector< F,
LFETensor< F, dimD, dorder >
::size *dimR > & | block () |
| |
|
const Dune::FieldVector
< LFETensor< F, dimD, 0 >
, dimR > & | tensor (const integral_constant< int, 0 > &dorderVar) const |
| |
Dune::FieldVector< LFETensor
< F, dimD, 0 >, dimR > & | tensor (const integral_constant< int, 0 > &dorderVar) |
| |
| template<class Fy , unsigned int dy> |
| void | assign (const Derivatives< Fy, dimD, dimR, dy, derivative > &y) |
| |
| template<class Fy , int dimRy> |
| void | assign (const FieldVector< Fy, size *dimRy > &y, unsigned int r) |
| |
| template<class Fy > |
| void | assign (unsigned int r, const FieldVector< Fy, size/dimR > &y) |
| |