-
## Weekly Notebook Entry — Week [01]
### Overview
- **Week Span:** `[9/9]` to `[9/15]`
### Tasks for This Week
List your specific objectives for this week, including learning targets and pro…
-
Currently the code only uses U and/or P at every state point along ITIC to optimize the parameters. I need to implement the ITIC approach into the python code so that we are actually optimizing to Psa…
-
[Here's an interesting discussion](https://youtu.be/6U3YCfPDylk).
The researchers manually generate a PDE system from their ABM. The system is large, so they get a massive speed up for a decent app…
-
The conversion from wavefront to photons (or rays) has to be improved: The direction of photons must be calculated from the curvature of the wavefront, i.e. it stands normal to the wavefront. At the m…
-
Hey @flaport,
I am a big fan of meow. Besides its EME capabilities, I think it makes quite a lot of sense to use it as an abstraction layer over different FDE algorithms, as switching between "simula…
-
WENO schemes are in general non linear procedure (due to the smoothness indicators computation) that could take a not so negligible cpu-time. However, WENO procedures typically operate on a very reduc…
-
### 🐛 Describe the bug
This is likely related to #105290 - at least I got the same error message with the following minimal example.
```python
import torch
def function(x, y):
return (x…
-
Just noticed we're setting `-ffast-math` or `-fast` [in the release build](https://github.com/xcompact3d/x3d2/blob/76d811e06e27857fe8c8dbdfa8ef53824cfafa9e/src/CMakeLists.txt#L55). For a summary of wh…
-
Hi everyone,
I've got an issue with the print or println function when running a simit program on the GPU, which makes debugging rather unconvenient.
In the simit linker log file, I get this message…
-
The cylinder model should give the formfactor of a long, infinitely thin rod or thin disk if diameter or length is set to zero, respectively.