FRQ: generalize utils.mesh_to_coords to 3D #50
Labels
module: utils
new feature
New feature
release: minor
Issues that need to be addressed in a minor release
status: to do
Issues that someone needs to work on
Proposed new feature or change:
Currently
utils.mesh_to_coords()
only works with two dimensions. For 3d simulations it would be useful to handle other numbers of dimensions as well.Here is a first idea of how to generalize the function, where
g=[x,y,z]
is a multi-dimensional array. It should still be necessary to givex
,y
andz
separately instead of just one arrayg
.The text was updated successfully, but these errors were encountered: