Memosa-FVM
0.2
|
Go to the source code of this file.
Classes | |
class | StressTensor< T > |
Functions | |
template<class T > | |
ostream & | operator<< (ostream &os, const StressTensor< T > &v) |
template<class T > | |
StressTensor< T > | operator+ (const StressTensor< T > &a, const StressTensor< T > &b) |
template<class T > | |
StressTensor< T > | operator- (const StressTensor< T > &a, const StressTensor< T > &b) |
template<class T > | |
StressTensor< T > | operator- (const StressTensor< T > &a) |
template<class T > | |
StressTensor< T > | operator* (const StressTensor< T > &a, const StressTensor< T > &b) |
template<class T > | |
StressTensor< T > | operator* (const T s, const StressTensor< T > &a) |
template<class T > | |
StressTensor< T > | operator* (const StressTensor< T > &a, const T s) |
template<class T > | |
StressTensor< T > | operator/ (const StressTensor< T > &a, const T s) |
template<class T > | |
StressTensor< T > | operator/ (const T s, const StressTensor< T > &a) |
StressTensor<T> operator* | ( | const StressTensor< T > & | a, |
const StressTensor< T > & | b | ||
) |
Definition at line 225 of file StressTensor.h.
StressTensor<T> operator* | ( | const T | s, |
const StressTensor< T > & | a | ||
) |
Definition at line 232 of file StressTensor.h.
StressTensor<T> operator* | ( | const StressTensor< T > & | a, |
const T | s | ||
) |
Definition at line 239 of file StressTensor.h.
StressTensor<T> operator+ | ( | const StressTensor< T > & | a, |
const StressTensor< T > & | b | ||
) |
Definition at line 204 of file StressTensor.h.
StressTensor<T> operator- | ( | const StressTensor< T > & | a, |
const StressTensor< T > & | b | ||
) |
Definition at line 211 of file StressTensor.h.
StressTensor<T> operator- | ( | const StressTensor< T > & | a | ) |
Definition at line 218 of file StressTensor.h.
StressTensor<T> operator/ | ( | const StressTensor< T > & | a, |
const T | s | ||
) |
Definition at line 246 of file StressTensor.h.
StressTensor<T> operator/ | ( | const T | s, |
const StressTensor< T > & | a | ||
) |
Definition at line 254 of file StressTensor.h.
|
inline |
Definition at line 196 of file StressTensor.h.