CubbyFlow::FDMLinearSystem2 Struct Reference
  Linear system (Ax=b) for 2-D finite differencing. More...
#include <Core/FDM/FDMLinearSystem2.h>
Public Member Functions | |
| void | Clear () | 
| Clears all the data.  More... | |
| void | Resize (const Size2 &size) | 
| Resizes the arrays with given grid size.  More... | |
Public Attributes | |
| FDMMatrix2 | A | 
| System matrix.  More... | |
| FDMVector2 | x | 
| Solution vector.  More... | |
| FDMVector2 | b | 
| RHS vector.  More... | |
Detailed Description
Linear system (Ax=b) for 2-D finite differencing.
Member Function Documentation
◆ Clear()
| void CubbyFlow::FDMLinearSystem2::Clear | ( | ) | 
Clears all the data.
◆ Resize()
| void CubbyFlow::FDMLinearSystem2::Resize | ( | const Size2 & | size | ) | 
Resizes the arrays with given grid size.
Member Data Documentation
◆ A
| FDMMatrix2 CubbyFlow::FDMLinearSystem2::A | 
System matrix.
◆ b
| FDMVector2 CubbyFlow::FDMLinearSystem2::b | 
RHS vector.
◆ x
| FDMVector2 CubbyFlow::FDMLinearSystem2::x | 
Solution vector.
The documentation for this struct was generated from the following file:
- Core/FDM/FDMLinearSystem2.h
 
 1.8.14