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