Difference between revisions of "Quadtree and Sub-Grid Sampling FAQ"
Jump to navigation
Jump to search
(Created page with "=Question= =Question=") |
|||
Line 1: | Line 1: | ||
− | = | + | =Should the same model using Quadtree with smaller cell count be always faster than HPC?= |
− | + | Not necessarily. By default, running model on a mesh (Quadtree) rather than a grid (HPC) is always slower, on average 20%. Quadtree really comes into an effect once there is at least three levels of cell size and judicious refinement - around 80% of cell count reduction. As Quadtree development is ongoing task this might further improve in the future. | |
=Question= | =Question= |
Revision as of 14:15, 15 July 2020
Should the same model using Quadtree with smaller cell count be always faster than HPC?
Not necessarily. By default, running model on a mesh (Quadtree) rather than a grid (HPC) is always slower, on average 20%. Quadtree really comes into an effect once there is at least three levels of cell size and judicious refinement - around 80% of cell count reduction. As Quadtree development is ongoing task this might further improve in the future.