LifeV
|
File for the definition of the expression used for the extraction of a row resp. component from a matrix resp. a vector. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/eta/expression/ExpressionBase.hpp>
#include <lifev/eta/expression/ExpressionScalar.hpp>
#include <lifev/eta/expression/ExpressionVector.hpp>
#include <lifev/eta/expression/ExpressionMatrix.hpp>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | ExpressionExtract1< ExpressionType > |
class ExpressionExtract1 Class for representing the extraction of a component or vector by specifying one index. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::ExpressionAssembly | |
Functions | |
template<typename ExpressionType > | |
ExpressionExtract1< ExpressionType > | extract (const ExpressionBase< ExpressionType > &ex, const UInt &i) |
extract The generic function for the extraction More... | |
File for the definition of the expression used for the extraction of a row resp. component from a matrix resp. a vector.
Definition in file ExpressionExtract1.hpp.