Jonathan Guyer
Jonathan Guyer
@rickstaa I'm not a sphinx developer!
I get some snickering every time I teach the lesson, but nothing more than that, and I don't think any of the critique stickies have complained about it. I did...
> Just to be sure - what CMake version do you use? ```shell $ cmake --version cmake version 3.18.4 CMake suite maintained and supported by Kitware (kitware.com/cmake). ``` > What...
Obviously could be a pyamgx issue, and I've reported shwina/pyamgx#33, but pyamgx doesn't have this symbol
> What is cmake configuration did you use to build AMGX? ```shell $ cmake \ -DCMAKE_C_COMPILER=gcc \ -DCMAKE_CXX_COMPILER=g++ \ -DCMAKE_BUILD_TYPE=Release \ -DCUDA_ARCH="60" .. ```
Echoing something Daniel said earlier, I strongly recommend you figure out what your initial equations are in higher dimensions. It can be really misleading to only work with $\partial/\partial x$;...
Your equations are virtually not coupled at all (only through `eq3`). You may get more stable behavior by solving the equations separately, rather than as `eqsum`. Depending on the value...
I'm seeing this in jupyter lab 3.3.2 when trying to `%debug`. It makes debugging virtually impossible.
[`scipy.stats.mstats.argstoarray`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.mstats.argstoarray.html#scipy.stats.mstats.argstoarray) should take a `dtype`
and a `fill_value`