Replies: 6 comments 3 replies
-
I agree. Same for |
Beta Was this translation helpful? Give feedback.
-
It is very common in the ecosystem to have this kind of redundancy; e.g. Advantages of the method over the function include discoverability: a which could be interrogated (at the REPL via |
Beta Was this translation helpful? Give feedback.
-
I'm not overly enthusiastic about this one either; having one function do multiple different things depending on the number or type of arguments increases cyclomatic complexity and reduces readability. |
Beta Was this translation helpful? Give feedback.
-
One thing I always found confusing about
It would be simpler if you could just:
|
Beta Was this translation helpful? Give feedback.
-
For sure. But a tetra has four points in 3 dimensions a quad has the same
in 2d. Surface meshes I agree are a different story. Anyway I retract my
suggestion based on your explanations.
On Sat, 30 Jan 2021 at 9:52 AM Nico Schlömer ***@***.***> wrote:
tetra has 4 points per cell just like quad has. triangle has 3 just like
line2. I'm not sure if there are any cells for which the number of points
is unique, so we'll probably have to keep a string keyword here somewhere.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1001 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEOBZ7BSIV2EATLGE3GBP2TS4P6INANCNFSM4VYXKJHA>
.
--
Keith Jared Roberts ([email protected])
Postdoctoral Research Fellow
Escola Politécnica, Universidade de São Paulo
keithroberts.site
|
Beta Was this translation helpful? Give feedback.
-
Right, there is no distinction between a surface and a non-surface mesh. quads, tets etc can occur in any spatial dimension. |
Beta Was this translation helpful? Give feedback.
-
It's been a while since the last breaking change in meshio, but I'm contemplating some. I'm looking for opinions and new ideas.
write_points_cells
towrite
. Shorter, better.Beta Was this translation helpful? Give feedback.
All reactions