-
This design review encompasses the two key improvements contained in the branch: https://github.com/ammarhakim/gkylzero/tree/dg_10m_sr_refactor
1. In the attached pdf I outline the proof but the es…
-
currently the BGK operator
```
(nu*f_M)_sum - nu_sum * f
```
is put together, and its cflrate computed, with these 4 lines in app/gk_species_bgk (L174-181)
```
// Accumulate RHS of BGK collisi…
-
### Expected behavior
Putting the translation, the emulator (less a few words, because there is no direct translation) would be translated
### Actual behavior
Only two words are not translated, w…
-
mac系统
+
Redmi Note 13 Pro
Xiaomi HyperOS
1.0.1.0.UNRCNXM
```adb devices -l```
List of devices attached
21328b76 device usb:336592896X product:garnet model:2312CRAD3C device:gar…
-
This list is prepared to include the encoded ideographs which could be used in different subjects commonly. The characters in this list are out of IICore and UnihanCore, so we can treat it as a supple…
-
A number of extensions to the Vlasov and PKPM system have been explored in the https://github.com/ammarhakim/gkylzero/tree/dg_10m branch that have yielded new functionality and improvements to robustn…
-
Hi, I just recently installed cortex 3.0.1-1 but it seems to have issue updating the database, TheHive is working properly
refer to the screenshot below as it keeps giving UserMgmtCtrl error
![Scre…
-
The speed of the AsyncFetcher appears to be limited by the speed of the GIL (i.e. a single CPU core is being pinned at 100% when the fetcher makes calls), which could be resolved by [this solution](ht…
-
I want to implement the BGK-LBM method with amrex, I need to set the distribution functions f0,f1,f2,......,f8 with the following expression:
f1(0,j)=f3(1,j),f2(0,j)=f5(…
-
proj_maxwellian_on_basis from lab moments (M0, M1i, and M2) is completed and tested on the CPU. Need to:
1. Complete and test proj_maxwellian_on_basis from plasma frame moments (n, u, T)
2. Hook-in …