RequieMa
RequieMa
First trial for #94 Used adios4dolfinx for reading NS solutions (Personally, store solutions from each time step in a form of "./Flows/flow_function_{i}". There may be a better way to store...
## 🐛 Bug Description  Is this type of pylint suggestion required to consider from your perspective?
Change struct from SurfaceOutput to SurfaceOutputStandard so that it matches the descriptions better
Currently, `game.dart` has `import 'package:scene_demo/demo/leaderboard.dart';`, yet `leaderboard.dart` has `import 'package:scene_demo/demo/game.dart';`. Although it works, it does not seem to be a good way of doing it. It seems that leaderboard only...
Hi, I'm learning this interesting project. The code "vue-definitions.js" has a comment at line 247: `// dependencies: symmetry, steps, multiplier, offsets` But I did not see `multiplier` contribute to the...
Hi, I am new here and learning the code. It seems that `color` is not used at all at `createRigidBody` in CommonRigidBodyBase.h. Is it simply a leftover or some feature...
I tried the example in Optimal Transport solvers comparison (https://pythonot.github.io/auto_examples/plot_solve_variants.html#sphx-glr-auto-examples-plot-solve-variants-py) It gave me NotImplementedError when defining `G = ot.solve(M, a, b, **param).plan` NotImplementedError: Not implemented reg_type="KL" and unbalanced_type="tv" By inspecting...
Exception has occurred. FlutterError (ShortcutRegistry: Received a duplicate registration for the shortcut SingleActivator#39312(keys: Control + Key S) in ShortcutRegistryEntry#64d8f and Instance of 'ShortcutRegistryEntry'.) 