FDMLinearSystem3.hpp File Reference
#include <Core/Array/Array.hpp>
#include <Core/Matrix/Matrix.hpp>
#include <Core/Matrix/MatrixCSR.hpp>
Go to the source code of this file.
Classes | |
struct | CubbyFlow::FDMMatrixRow3 |
The row of FDMMatrix3 where row corresponds to (i, j, k) grid point. More... | |
struct | CubbyFlow::FDMLinearSystem3 |
Linear system (Ax=b) for 3-D finite differencing. More... | |
struct | CubbyFlow::FDMCompressedLinearSystem3 |
Compressed linear system (Ax=b) for 3-D finite differencing. More... | |
struct | CubbyFlow::FDMBLAS3 |
BLAS operator wrapper for 3-D finite differencing. More... | |
struct | CubbyFlow::FDMCompressedBLAS3 |
BLAS operator wrapper for compressed 3-D finite differencing. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::FDMVector3 = Array3< double > |
Vector type for 3-D finite differencing. More... | |
using | CubbyFlow::FDMMatrix3 = Array3< FDMMatrixRow3 > |
Matrix type for 3-D finite differencing. More... | |