30 | | Here, I am asking astrobear to refine within a circle with r = clump_rad*0.1, where clump_rad is a module specific parameter. Now, all of the refinement will be restricted to within this smaller region. This means, less cells, and less computational cost. (A nice reference on cost is here Tutorials/JobSizes) |
| 30 | Here, I am asking astrobear to refine within a sphere of r = clump_rad*0.1, where clump_rad is a module specific parameter. Now, all of the refinement will be restricted to this smaller region. This means, less cells, and less computational cost. (A nice reference on cost is here: Tutorials/JobSizes). |