Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class Type > |
| using | EnableRank0 = typename std::enable_if< pTraits< Type >::rank==0 >::type |
| |
|
| template<class Form , class Cmpt , direction Ncmpts> |
| void | writeEntry (Ostream &os, const VectorSpace< Form, Cmpt, Ncmpts > &value) |
| |
| template<class Form , class Cmpt , direction Ncmpts> |
| Istream & | operator>> (Istream &, VectorSpace< Form, Cmpt, Ncmpts > &) |
| |
| template<class Form , class Cmpt , direction Ncmpts> |
| Ostream & | operator<< (Ostream &, const VectorSpace< Form, Cmpt, Ncmpts > &) |
| |
| template<class Form , class Cmpt , direction Ncmpts> |
| word | name (const VectorSpace< Form, Cmpt, Ncmpts > &) |
| | Return a string representation of a VectorSpace. More...
|
| |
Original source file VectorSpace.H
Definition in file VectorSpace.H.