LifeV
VectorContainer.hpp File Reference

Containers Of Vectors. More...

+ Include dependency graph for VectorContainer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  VectorContainer< VectorType, ContainerType >
 VectorContainer - LifeV vector composed by concatenating other vectors. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

template<class ScalarType , class VectorType , class ContainerType >
VectorContainer< VectorType, ContainerType > operator* (const ScalarType &scalar, const VectorContainer< VectorType, ContainerType > &vectorContainer)
 

Detailed Description