FDMMGLinearSystem2-Impl.hpp
Go to the documentation of this file.
static void ResizeArrayWithFinest(const Vector2UZ &finestResolution, size_t maxNumberOfLevels, std::vector< Array2< T >> *levels)
Resizes the array with the finest resolution and max number of levels.
Definition: FDMMGLinearSystem2-Impl.hpp:38
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
Definition: Array-Impl.hpp:19
static void ResizeArrayWithCoarsest(const Vector2UZ &coarsestResolution, size_t numberOfLevels, std::vector< Array2< T >> *levels)
Resizes the array with the coarsest resolution and number of levels.
Definition: FDMMGLinearSystem2-Impl.hpp:17