libocca/occa.py

Redirect std::cout and std::cerr

Closed this issue · 0 comments

Jupyter doesn't redirect IO messages coming directly from the C++ API. We need to somehow wrap std::cout and std::err usage in occa to allow for redirects.

We would take wanted outputs and wrap them in some C API methods