-
Reusable blocks have a long history now. The started as "saved blocks" and went through some renaming iterations until we settled on "reusable blocks". This worked alright at the beginning, but with t…
-
Is there a way to specify an integro-differential equation where one term integrates over the spatial domain (basically the sum of a term from `xmin `to `x`)? I have a system where matter is deposited…
-
Similar to #31653, given a continuous map `\Phi: N -> M` and a manifold subset `S` of `M`, we define the pullback (preimage) of `S` as the subset of `N` of points `p` with `\Phi(p)` in `S`.
Given a…
-
```python
import seaborn as sns
penguins = sns.load_dataset("penguins")
sns.histplot(data=penguins, x="flipper_length_mm")
```
gives a `StopIteration` error with matplotlib 3.6.1 (works with 3.…
-
Implements an algorithm described in
```
Johnston, Anna M. A generalized qth root algorithm.
Proceedings of the tenth annual ACM-SIAM symposium on Discrete algorithms.
Baltimore, 1999: pp 929-93…
-
Regarding https://github.com/kinnala/scikit-fem/discussions/895#discussioncomment-4044517 :
I've made a minimal example showing a problem projecting on ElementDG:
```python
import numpy as np
im…
-
The Programming Historian has received the following tutorial on 'Linear and Logistic Regression' by @mjlavin80. This lesson is now under review and can be read at:
[http://programminghistorian.git…
-
I'm on Panel 0.12.0 and experience the layout does not resize/ adjust when exiting full screen if I change my view during full screen. As I see it the problem is related to selected Panes.
See the …
-
Hi,
I was trying to compile inciter executables on a linux cluster. Below are the installation that were executed:
git clone --branch=develop https://github.com/quinoacomputing/quinoa.git && cd …
-
So, I'd been poking at the example code and trying to see if I could get it running.
There's several parts to decrypting the data:
1. Parsing through blocks for 32x32
2. Checking if these block…