|
template<class Field > |
Field | Dune::operator+ (const Unity< Field > &u, const Field &f) |
|
template<class Field > |
Field | Dune::operator- (const Unity< Field > &u, const Field &f) |
|
template<class Field > |
Field | Dune::operator* (const Unity< Field > &u, const Field &f) |
|
template<class Field > |
Field | Dune::operator/ (const Unity< Field > &u, const Field &f) |
|
template<class Field > |
bool | Dune::operator== (const Zero< Field > &, const Field &f) |
|
template<class Field > |
bool | Dune::operator== (const Field &f, const Zero< Field > &z) |
|
template<class Field > |
bool | Dune::operator< (const Zero< Field > &, const Field &f) |
|
template<class Field > |
bool | Dune::operator< (const Field &f, const Zero< Field > &) |
|
template<class Field > |
bool | Dune::operator> (const Zero< Field > &z, const Field &f) |
|
template<class Field > |
bool | Dune::operator> (const Field &f, const Zero< Field > &z) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const F1 &f1, F2 &f2) |
| a helper class to cast from one field to another
|
|
template<class F2 , class F1 , int dim> |
void | Dune::field_cast (const Dune::FieldVector< F1, dim > &f1, Dune::FieldVector< F2, dim > &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const Dune::FieldVector< F1, 1 > &f1, F2 &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const F1 &f1, Dune::FieldVector< F2, 1 > &f2) |
|
template<class F2 , class F1 , int rdim, int cdim> |
void | Dune::field_cast (const Dune::FieldMatrix< F1, rdim, cdim > &f1, Dune::FieldMatrix< F2, rdim, cdim > &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const Dune::FieldMatrix< F1, 1, 1 > &f1, Dune::FieldMatrix< F2, 1, 1 > &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const Dune::FieldMatrix< F1, 1, 1 > &f1, F2 &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const F1 &f1, Dune::FieldMatrix< F2, 1, 1 > &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const Dune::FieldVector< F1, 1 > &f1, Dune::FieldMatrix< F2, 1, 1 > &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const Dune::FieldMatrix< F1, 1, 1 > &f1, Dune::FieldVector< F2, 1 > &f2) |
|
template<class F2 , class F1 > |
void | Dune::field_cast (const Dune::FieldVector< F1, 1 > &f1, Dune::FieldVector< F2, 1 > &f2) |
|
template<class F2 , class V > |
FieldCast< F2, V >::type | Dune::field_cast (const V &f1) |
|