dougshidong / PHiLiP

Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
Other
45 stars 37 forks source link

Renumber dofs having an enum type #220

Closed AlexanderCicchino closed 1 year ago

AlexanderCicchino commented 1 year ago

Currently, the code renumbers dofs by CuthillMckee. In the future, there can be different ways to renumber the dofs that are use defined. The fix would be to check the flag to renumber dofs, then to have an additional flag checking the renumber dofs type and then renumber the dofs by the enum.

jbrillon commented 1 year ago

Also see comment https://github.com/dougshidong/PHiLiP/pull/219#discussion_r1197107724

AlexanderCicchino commented 1 year ago

Completed by https://github.com/AlexanderCicchino/PHiLiP/commit/629be0905f1428a1d161deb78e46a27656e5e37c