Memosa-FVM
0.2
|
#include <OneDConduction.h>
Public Member Functions | |
OneDConduction (const int nCells, const T &kConst) | |
void | solve () |
boost::shared_ptr< Array< T > > | getSolution () |
Private Attributes | |
const int | _nCells |
T | _kConst |
T | _xL |
T | _xR |
boost::shared_ptr< Array< T > > | _x |
Definition at line 26 of file OneDConduction.h.
|
inline |
Definition at line 29 of file OneDConduction.h.
|
inline |
Definition at line 85 of file OneDConduction.h.
References OneDConduction< T >::_x.
Referenced by main().
|
inline |
Definition at line 37 of file OneDConduction.h.
References OneDConduction< T >::_kConst, OneDConduction< T >::_nCells, OneDConduction< T >::_x, OneDConduction< T >::_xL, OneDConduction< T >::_xR, and TDMA().
Referenced by main().
|
private |
Definition at line 89 of file OneDConduction.h.
Referenced by OneDConduction< T >::solve().
|
private |
Definition at line 88 of file OneDConduction.h.
Referenced by OneDConduction< T >::solve().
|
private |
Definition at line 92 of file OneDConduction.h.
Referenced by OneDConduction< T >::getSolution(), and OneDConduction< T >::solve().
|
private |
Definition at line 90 of file OneDConduction.h.
Referenced by OneDConduction< T >::solve().
|
private |
Definition at line 91 of file OneDConduction.h.
Referenced by OneDConduction< T >::solve().