CubbyFlow::FDMMatrixRow2 Struct Reference
  The row of FDMMatrix2 where row corresponds to (i, j) grid point. More...
#include <Core/FDM/FDMLinearSystem2.h>
Public Attributes | |
| double | center = 0.0 | 
| Diagonal component of the matrix (row, row).  More... | |
| double | right = 0.0 | 
| Off-diagonal element where column refers to (i+1, j) grid point.  More... | |
| double | up = 0.0 | 
| Off-diagonal element where column refers to (i, j+1) grid point.  More... | |
Detailed Description
The row of FDMMatrix2 where row corresponds to (i, j) grid point.
Member Data Documentation
◆ center
| double CubbyFlow::FDMMatrixRow2::center = 0.0 | 
Diagonal component of the matrix (row, row).
◆ right
| double CubbyFlow::FDMMatrixRow2::right = 0.0 | 
Off-diagonal element where column refers to (i+1, j) grid point.
◆ up
| double CubbyFlow::FDMMatrixRow2::up = 0.0 | 
Off-diagonal element where column refers to (i, j+1) grid point.
The documentation for this struct was generated from the following file:
- Core/FDM/FDMLinearSystem2.h
 
 1.8.14