-
I am working on discrete element method (DEM) particle generation. I need to offset(dilation or erosion) a manifold. as I saw your discussion about how to offset a arbitrary manifold is hard. Now my …
-
I'd like to open up the discussion of what our various options are for preserving so called "Concrete Syntax" elements in the parse tree format.
## What are Concrete Syntax elements?
A simplified def…
-
**Submitting author:** @Denis-Khimin (Denis Khimin)
**Repository:** https://github.com/tommeswick/phase_field_fracture_optimal_control
**Branch with paper.md** (empty if default branch):
**Version:**…
-
This issue stems from two discussions:
- with @llorracc-git about the need to have d.r. as a function of continuous and/or discrete exogenous states and continuous and/or discrete endogenous states
…
albop updated
4 years ago
-
Erika kindly extracted the data into a usable format. Might do some quick editing/culling first:
```
English,Français
collinearity,colinéarité
combinatorial method,méthode combinatoire
comparis…
-
-
Originally in GitLab by @errational
This framework is more configurable but requires some additional work up front:
https://fontawesome.com/how-to-use/javascript-api/setup/getting-started
-
The caching used for `Sinks.many().replay().latest()` holds both `head` and `tail` in the cache, although only one is available for replay (as it should). This means that the extra reference holds unn…
-
Apologies if this is the wrong venue to raise this issue; I was pointed here by https://github.com/w3c/csswg-drafts/issues/5756#issuecomment-737987054.
There are at least 4 ways to implement the ["…
-
Currently `__getitem__` on Histogram is raises a `NotImplementedError` because the slicing semantics aren't obvious. I think we can do a few useful things though:
- Slicing within a bin will obviously…