dune-common 2.1.1
Classes | Namespaces | Functions
fassign.hh File Reference

Classes for implementing an assignment to FieldVector from a comma-separated list. More...

Go to the source code of this file.

Classes

class  Dune::fvector_assigner< T, s >
 fvector assignment operator More...
class  Dune::fmatrix_assigner< T, n, m >
 fvector assignment operator More...

Namespaces

namespace  Dune
 

Dune namespace.


Functions

 Zero (int)
 operator double ()
 Conversion operator to double.
 operator int ()
 Conversion operator to int.
 NextRow (int)
template<class T , class K , int s>
fvector_assigner< T, s > Dune::operator<<= (FieldVector< T, s > &v, const K &t)
 fvector assignment operator
template<class T , int s>
fvector_assigner< T, s > Dune::operator<<= (FieldVector< T, s > &v, Zero z)
 fvector assignment operator
template<class T , class K , int n, int m>
fmatrix_assigner< T, n, m > Dune::operator<<= (FieldMatrix< T, n, m > &v, const K &t)
 FieldMatrix assignment operator.
template<class T , int n, int m>
fmatrix_assigner< T, n, m > Dune::operator<<= (FieldMatrix< T, n, m > &v, Zero z)
 fFileMatrix assignment operator

Detailed Description

Classes for implementing an assignment to FieldVector from a comma-separated list.


Function Documentation

nextRow::NextRow ( int  ) [explicit]

Referenced by Zero().

zero::Zero ( int  ) [explicit]

References NextRow().