Aditya

Results 15 comments of Aditya

@yhmtsai That looks really good, except for the `__smartptr__`. Ideally in a dynamically typed garbage collected language like Python, there should be a way to handle smart pointers transparently. It...

Your approach looks reasonable. The other alternative is to just use the existing `Executor` class and a 'factory function', say `create_executor`. In this alternative, a function `shared_ptr create_executor(OptionsType options);` would...

A Scotch interface has been added in the MPI branch, but it currently does not work. Perhaps the issue is with subdomain restriction, and the trivial partition only happens to...

Removed copies in MUSCL Van-Albada reconstruction in MPI branch.

Before passing for conversion for primitive-2 in viscous flux computation, copies are required because Gradblocks are col-major and the function takes row-major arrays for the gradients.