FDMMGLinearSystem3.hpp
Go to the documentation of this file.
void ResizeWithCoarsest(const Vector3UZ &coarsestResolution, size_t numberOfLevels)
Resizes the system with the coarsest resolution and number of levels.
FDMMGMatrix3 A
The system matrix.
Definition: FDMMGLinearSystem3.hpp:52
size_t GetNumberOfLevels() const
Returns the number of multigrid levels.
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
Definition: Array-Impl.hpp:19
void ResizeWithFinest(const Vector3UZ &finestResolution, size_t maxNumberOfLevels)
Resizes the system with the finest resolution and max number of levels.
Multigrid-syle 3-D linear system.
Definition: FDMMGLinearSystem3.hpp:26
FDMMGVector3 x
The solution vector.
Definition: FDMMGLinearSystem3.hpp:55