|
Jet
v1.3.3
|
Linear system (Ax=b) for 3-D finite differencing. More...
#include <jet/fdm_linear_system3.h>
Public Member Functions | |
| void | clear () |
| Clears all the data. More... | |
| void | resize (const Size3 &size) |
| Resizes the arrays with given grid size. More... | |
Public Attributes | |
| FdmMatrix3 | A |
| System matrix. More... | |
| FdmVector3 | x |
| Solution vector. More... | |
| FdmVector3 | b |
| RHS vector. More... | |
Linear system (Ax=b) for 3-D finite differencing.
| void jet::FdmLinearSystem3::clear | ( | ) |
Clears all the data.
| void jet::FdmLinearSystem3::resize | ( | const Size3 & | size | ) |
Resizes the arrays with given grid size.
| FdmMatrix3 jet::FdmLinearSystem3::A |
System matrix.
| FdmVector3 jet::FdmLinearSystem3::b |
RHS vector.
| FdmVector3 jet::FdmLinearSystem3::x |
Solution vector.
1.8.18