From: Robert F. <rjf...@as...> - 2017-03-18 17:34:31
|
Hi >Is it possible to ask mesa to adopt an evenly spaced grid mesh please? No, mesa works by adjusting the mesh based on minimizing the change in certain quantities between the mesh points. This way it can optimize the problem to use the fewest mesh points as possible while still capturing the spatial variation. If you need constant grid as input for another code, then one option would be to generate more points than you need and then in a post processing step interpolate your profile output onto a constant grid. The max_dq control option is one way to specify the minimum resolution you need (but your likely to get a higher resolution in some parts of the model) Rob On Sat, Mar 18, 2017 at 10:17 AM, Jing Luan <jin...@gm...> wrote: > Dear mesa developers and users, > > Is it possible to ask mesa to adopt an evenly spaced grid mesh please? > > Many thanks :-) > > Sincerely, > Jing > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |