CubbyFlow::FDMMatrixRow3 Struct Reference
The row of FDMMatrix3 where row corresponds to (i, j, k) grid point. More...
#include <Core/FDM/FDMLinearSystem3.hpp>
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, k) grid point. More... | |
double | up = 0.0 |
Off-diagonal element where column refers to (i, j+1, k) grid point. More... | |
double | front = 0.0 |
OFf-diagonal element where column refers to (i, j, k+1) grid point. More... | |
Detailed Description
The row of FDMMatrix3 where row corresponds to (i, j, k) grid point.
Member Data Documentation
◆ center
double CubbyFlow::FDMMatrixRow3::center = 0.0 |
Diagonal component of the matrix (row, row).
◆ front
double CubbyFlow::FDMMatrixRow3::front = 0.0 |
OFf-diagonal element where column refers to (i, j, k+1) grid point.
◆ right
double CubbyFlow::FDMMatrixRow3::right = 0.0 |
Off-diagonal element where column refers to (i+1, j, k) grid point.
◆ up
double CubbyFlow::FDMMatrixRow3::up = 0.0 |
Off-diagonal element where column refers to (i, j+1, k) grid point.
The documentation for this struct was generated from the following file:
- Core/FDM/FDMLinearSystem3.hpp