|
Memosa-FVM
0.2
|
#include "Array.h"

Go to the source code of this file.
Classes | |
| class | OneDConduction< T > |
Functions | |
| template<class T > | |
| void | TDMA (Array< T > &ap, Array< T > &ae, Array< T > &aw, Array< T > &b, Array< T > &x) |
| void TDMA | ( | Array< T > & | ap, |
| Array< T > & | ae, | ||
| Array< T > & | aw, | ||
| Array< T > & | b, | ||
| Array< T > & | x | ||
| ) |
Definition at line 11 of file OneDConduction.h.
References Array< T >::getLength().
Referenced by OneDConduction< T >::solve().