Jiaqi

Results 19 comments of Jiaqi

> > Hi, I guess the reason is that `import numpy` is trying to use DLLs from another numpy installation. Following the instruction [here](https://numpy.org/devdocs/user/troubleshooting-importerror.html#using-python-from-conda-anaconda), I suggest you activate your ADCME...

> No worries about the warning. It will disappear next time when you use ADCME. > However, you need to run `ADCME.precompile()` so that you can use custom operators. julia>...

> Hello Jiaqi, > > I noticed that the error occurred after compiling some files for Catch2. > > Have you tried building with -DCMAKE_BUILD_TYPE=Release to ignore tests? I think...

![image](https://user-images.githubusercontent.com/76413247/190197015-66b81c2a-fbe9-4468-9b11-883aefb11ad1.png) Same problem in mac texlive 2021

It works in macos Catalina x86_64, but in my MacOS 11.4 mac, problem occurs. So, I have to try another way: run in romote-container: linux - aarch64 GNU/Linux. Error:when I...

> It works in macos Catalina x86_64, but in my MacOS 11.4 mac, problem occurs. > So, I have to try another way: run in romote-container: linux - aarch64 GNU/Linux....

Yes, the backward case works now, I have concluded it again. 1. for Euler method, LU-SGS solver is effective, 34.11 s vs 142.55s (rhoPimpleFoam). However, 184s vs 153.13 for backward...

> Well, you have to use more internal iterations then. You should try to find a good compromise between speed and accuracy obtained with higher number of iterations and computational...

> > Well, you have to use more internal iterations then. You should try to find a good compromise between speed and accuracy obtained with higher number of iterations and...