-
The example "real data" that we use in the tutorial, with Mark Ravinet's sparrows, uses the tsinfer 1.0 approach, without multiple mutations / mismatch. We should probably update it it to also use a r…
-
Develop capabilities to support GPU execution of material volume fraction initialization on refined meshes in AMR context.
- [x] Initial discussion with application team(s) about capability needs
…
-
In MechanicalMatrixMapper, the fast matrix product relies on the fact that both sparse matrices do not change their structure.
If one of the matrices structure changes, the fast matrix product is no …
-
Hey! Love the project! 😀 I made a work-in-progress PR, but feel free to ignore any or all of my suggestions and soldier on how you will!
I don't think I have a ton of time to mess with this at the …
-
I'm more and more getting topological renaming problems in FreeCAD 0.18 (as I'm working with more and more complex objects) and decided to find out what is the current status on this issue.
I've fo…
-
Emanuele Galiffi, Romain Tirole, Shixiong Yin, Huanan Li, Stefano Vezzoli, Paloma A. Huidobro, Mário G. Silveirinha, Riccardo Sapienza, Andrea Alù, J. B. Pendry
> Time-varying media have recently e…
-
In viewer/scripts/report.js you use the tuple (role,spec,line number) for identifying a rule.
```
...
// Get example identifier (role, spec, line number)
var exampleIdentifier = function (e) {…
-
In avtDataObjectToDatasetFilter::PostExecute there is code to convert unstructured grids to poly data if the topological dimension is less than the spatial dimension. Since many filters inherit from t…
-
## Building blocks
* Energy compression
- Floating point 8 bits (4+4) with rounding
- Floating point 7 bits (4+3) with rounding
* Concentrator
- Threshold 2mipT
- SuperTC 2x2
* Backend …
-
``` scala
sealed trait Parent
case class A(b: B) extends Parent
case class B(foo: String) extends Parent
```
This _may_ go wrong depending on which (random? alphabetical?) order the subclasses are d…