OpenSEMBA / dgtd

Maxwell's curl equations solver using discontinuous Galerkin methods.
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

BasisType in SolverOptions #18

Open AlejandroMunozManterola opened 1 year ago

AlejandroMunozManterola commented 1 year ago

Adding a BasisType in SolverOptions requires to decltype(), but when trying to use the setBasis() method to change it, there's an error due to the unnamed enum for BasisType.

Line 36 of SolverOptions.