#include <dune/common/fvector.hh>
#include <opm/simulators/utils/VoigtArray.hpp>
#include <utility>
Go to the source code of this file.
|
template<class T1 , class T2 > |
SymmTensor< T1 > | Opm::operator* (const T2 value, SymmTensor< T1 > t1) |
|
template<class T1 , class T2 > |
SymmTensor< T1 > | Opm::operator* (SymmTensor< T1 > t1, const T2 value) |
|
template<class T > |
SymmTensor< T > | Opm::operator+ (SymmTensor< T > t1, const SymmTensor< T > &t2) |
|