CubbyFlow::FDMCompressedLinearSystem2 Struct Reference
  Compressed 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... | |
Public Attributes | |
| MatrixCSRD | A | 
| System matrix.  More... | |
| VectorND | x | 
| Solution vector.  More... | |
| VectorND | b | 
| RHS vector.  More... | |
Detailed Description
Compressed linear system (Ax=b) for 2-D finite differencing.
Member Function Documentation
◆ Clear()
| void CubbyFlow::FDMCompressedLinearSystem2::Clear | ( | ) | 
Clears all the data.
Member Data Documentation
◆ A
| MatrixCSRD CubbyFlow::FDMCompressedLinearSystem2::A | 
System matrix.
◆ b
| VectorND CubbyFlow::FDMCompressedLinearSystem2::b | 
RHS vector.
◆ x
| VectorND CubbyFlow::FDMCompressedLinearSystem2::x | 
Solution vector.
The documentation for this struct was generated from the following file:
- Core/FDM/FDMLinearSystem2.h
 
 1.8.14