Loading...
Searching...
No Matches
CubbyFlow::FDMLinearSystem3 Struct Reference
Linear system (Ax=b) for 3-D finite differencing. More...
#include <Core/FDM/FDMLinearSystem3.hpp>
Public Member Functions | |
| void | Clear () |
| Clears all the data. | |
| void | Resize (const Vector3UZ &size) |
| Resizes the arrays with given grid size. | |
Public Attributes | |
| FDMMatrix3 | A |
| System matrix. | |
| FDMVector3 | x |
| Solution vector. | |
| FDMVector3 | b |
| RHS vector. | |
Detailed Description
Linear system (Ax=b) for 3-D finite differencing.
Member Function Documentation
◆ Clear()
| void CubbyFlow::FDMLinearSystem3::Clear | ( | ) |
Clears all the data.
◆ Resize()
Resizes the arrays with given grid size.
Member Data Documentation
◆ A
| FDMMatrix3 CubbyFlow::FDMLinearSystem3::A |
System matrix.
◆ b
| FDMVector3 CubbyFlow::FDMLinearSystem3::b |
RHS vector.
◆ x
| FDMVector3 CubbyFlow::FDMLinearSystem3::x |
Solution vector.
The documentation for this struct was generated from the following file:
- Core/FDM/FDMLinearSystem3.hpp
1.9.8