|
Memosa-FVM
0.2
|


Go to the source code of this file.
Classes | |
| class | ElecOffDiagonalTensor< T, N > |
Functions | |
| template<class T , int N> | |
| ostream & | operator<< (ostream &os, const ElecOffDiagonalTensor< T, N > &v) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator+ (const ElecOffDiagonalTensor< T, N > &a, const ElecOffDiagonalTensor< T, N > &b) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator- (const ElecOffDiagonalTensor< T, N > &a, const ElecOffDiagonalTensor< T, N > &b) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator- (const ElecOffDiagonalTensor< T, N > &a) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator* (const ElecOffDiagonalTensor< T, N > &a, const ElecOffDiagonalTensor< T, N > &b) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator* (const T s, const ElecOffDiagonalTensor< T, N > &a) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator* (const ElecOffDiagonalTensor< T, N > &a, const T s) |
| template<class T , int N> | |
| Vector< T, N+1 > | operator* (const ElecOffDiagonalTensor< T, N > &a, const Vector< T, N+1 > &b) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator/ (const ElecOffDiagonalTensor< T, N > &a, const T s) |
| template<class T , int N> | |
| Vector< T, N+1 > | operator/ (const Vector< T, N+1 > &a, const ElecOffDiagonalTensor< T, N > &b) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator/ (const ElecOffDiagonalTensor< T, N > &a, const ElecOffDiagonalTensor< T, N > &b) |
| template<class T , int N> | |
| ElecOffDiagonalTensor< T, N > | operator/ (const T s, const ElecOffDiagonalTensor< T, N > &a) |
| template<class T , int N> | |
| T | DiagToOffDiag (const ElecOffDiagonalTensor< T, N > &x) |
| T DiagToOffDiag | ( | const ElecOffDiagonalTensor< T, N > & | x | ) |
Definition at line 340 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator* | ( | const ElecOffDiagonalTensor< T, N > & | a, |
| const ElecOffDiagonalTensor< T, N > & | b | ||
| ) |
Definition at line 275 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator* | ( | const T | s, |
| const ElecOffDiagonalTensor< T, N > & | a | ||
| ) |
Definition at line 282 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator* | ( | const ElecOffDiagonalTensor< T, N > & | a, |
| const T | s | ||
| ) |
Definition at line 289 of file ElecOffDiagonalTensor.h.
| Vector<T,N+1> operator* | ( | const ElecOffDiagonalTensor< T, N > & | a, |
| const Vector< T, N+1 > & | b | ||
| ) |
Definition at line 296 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator+ | ( | const ElecOffDiagonalTensor< T, N > & | a, |
| const ElecOffDiagonalTensor< T, N > & | b | ||
| ) |
Definition at line 254 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator- | ( | const ElecOffDiagonalTensor< T, N > & | a, |
| const ElecOffDiagonalTensor< T, N > & | b | ||
| ) |
Definition at line 261 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator- | ( | const ElecOffDiagonalTensor< T, N > & | a | ) |
Definition at line 268 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator/ | ( | const ElecOffDiagonalTensor< T, N > & | a, |
| const T | s | ||
| ) |
Definition at line 307 of file ElecOffDiagonalTensor.h.
| Vector<T,N+1> operator/ | ( | const Vector< T, N+1 > & | a, |
| const ElecOffDiagonalTensor< T, N > & | b | ||
| ) |
Definition at line 314 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator/ | ( | const ElecOffDiagonalTensor< T, N > & | a, |
| const ElecOffDiagonalTensor< T, N > & | b | ||
| ) |
Definition at line 325 of file ElecOffDiagonalTensor.h.
| ElecOffDiagonalTensor<T,N> operator/ | ( | const T | s, |
| const ElecOffDiagonalTensor< T, N > & | a | ||
| ) |
Definition at line 334 of file ElecOffDiagonalTensor.h.
|
inline |
Definition at line 244 of file ElecOffDiagonalTensor.h.
References ElecOffDiagonalTensor< T, N >::printFromC().