Releases: SciCompMod/GMGPolar
v1.0.3
Corrected two bugs and added tests for prolongation and restriction operators.
What's Changed
- 60 Memory error when creating fine anisotropic grid by @CodingAllan in #61
- 33 prolongation and restriction tests by @CodingAllan in #34
- Correct alpha_coeff value in Poisson test to 1.0 by @julianlitz in #64
Full Changelog: v1.0.2...v1.0.3
GMGPolar v1.0.2
Corrected two bug without effect on the result:
- Do not build matrix Asc_orth in matrix-free approach
- Correct list of coarser nodes for output
GMGPolar v1.0.1
- Improve output schemes
- Added code coverage
- Added some initial software tests
- Correct setup process with MUMPS coarse solver
GMGPolar v1.0
GMGPolar v1.0
GMGPolar offers a taylored Geometric Multigrid solver for geometries described by curvilinear coordinates (in its simplest case, by polar coordinates). GMGPolar uses an implicit extrapolation scheme to raise the convergence order. For nonstandard finite elements, this result has been shown theoretically and for nine-point finite difference stars, we observed up to convergence order four in all numerical simulations. This extrapolation scheme can be used likewise for other domains described by tensor- or product-format meshes in 2D. For curvilinear domains, suited smoothing schemes have been developed and implemented. GMGPolar offers a matrix and matrix-free version for most of its operators. Its original application is on cross-sectional views of realistic Tokamak geometries for fusion plasma simulations.
Contributors