-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementImprovement of current functionalityImprovement of current functionalitygood first issueGood for newcomersGood for newcomers
Description
If the number of grid points in e.g. r is even, standard coarsening would result in two consecutive coarse circles. If we want to allow that, specialized cases had to be implemented for e.g. prolongation and restriction operators.
The code relies all the time on the fact that nr is odd, and thus nr_int (int for intervals) is even. We should exclude meshes not respecting that. We are checking nr and ntheta for the coarser grids, but we should check it also upon the grid creation; see https://github.com/mknaranja/GMGPolar/blob/main/src/define_coarse_nodes.cpp#L68
Metadata
Metadata
Assignees
Labels
enhancementImprovement of current functionalityImprovement of current functionalitygood first issueGood for newcomersGood for newcomers