Make nodes() return the correct indices when passed a view of a Field#4814
Make nodes() return the correct indices when passed a view of a Field#4814
nodes() return the correct indices when passed a view of a Field#4814Conversation
|
Should |
Not sure. I imagine this being more cumbersome for the end user, but possibly reducing code and makings things more flexible.
A little, yes. But I don't think enough as to motivate this change by itself. |
|
After #4805, it will be pretty trivial to return |
|
Basically if |
You can go ahead and make |
Resolves #4729
In addition to improving the behavior of
nodes(), this PR, together with #4730, makes it possible to write different slices of aField(or severalFields) into one NetCDF file.