jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
27 stars 9 forks source link

Avoid passing in `element_type` to `read_HOHQMesh(path, element_type)` #148

Open jlchan opened 11 months ago

jlchan commented 11 months ago

The element type can be determined from the first line in the HOHQMesh file, so we don't need to explicitly pass in the element type.

jlchan commented 2 months ago

@DavidAKopriva I remember you making this comment, but I don't remember how to do so. Can you remind me?