CubbyFlow::FDMLinearSystem3 Struct Reference
Linear system (Ax=b) for 3-D finite differencing. More...
#include <Core/FDM/FDMLinearSystem3.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... | |
Detailed Description
Linear system (Ax=b) for 3-D finite differencing.
Member Function Documentation
◆ Clear()
void CubbyFlow::FDMLinearSystem3::Clear | ( | ) |
Clears all the data.
◆ Resize()
void CubbyFlow::FDMLinearSystem3::Resize | ( | const Size3 & | size | ) |
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.h