-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
Thanks @tigercosmos to point out this issue in https://github.com/solvcon/modmesh/pull/429/files#r1788654979
The logic of paring physical names section and nodes section has a defect, that need to be fixed.
Before closing this issue, the following item should be finish:
- Use const reference as argument in
bool Gmsh::is_valid_transition(const std::string s) - Fix parser logic defect in parsing physical name and nodes section.
- Use
constexprfor the version number. - Maintain a table to save the token string.
- Use
emplaceinmodmesh/cpp/modmesh/inout/gmsh.hpp
Line 211 in 180e911
m_elems.insert(std::pair{idx, nds_temp}); - remove
voidin function declaration.