-
Hello, when using Wrap() function as boundary condition, I have for the following example :
```
sim!(output, dispersion_rule_v2; proc=ThreadedCPU(), opt=SparseOpt(), boundary = Wrap())
```
`…
-
I have some trouble about how is u(x=0)=0 implemented? If I want u(x=1)=0, or if I want u(x=0) is freedom, how to achieve?
-
Not sure if you've used this, but the PA Gamelands (through the PA Game Commission) has arcgis maps available.
https://www.arcgis.com/apps/webappviewer/index.html?id=c9c7c8912356450fa77fc34d30b131…
-
We were reading the code and explaining it with @odunbar and ran into this... I think that multiple boundary conditions can be updated, is that right @jagoosw?
https://github.com/CliMA/Oceananigan…
-
Hi, thank you for this amazing package!
I have tried running STInferCNV with random_trees but it is taking way too long even with CPUs = 30 in my University's cluster. Is there another way to reduc…
-
**Code:**
```java
// MiniMessage NOT required to reproduce but used for readability
final Component component = MiniMessage.miniMessage().deserialize("This is a test, {player}").replaceText(b -> b.ma…
-
Add an assertion in your Python code to make sure the initial and boundary conditions are compatible. When it comes to the following should hold in the 1D case:
- $\alpha(0) = u^0(0)$
- $\beta(0) …
-
This is just a follow up of #849 - PR #867 only fixed the typo for RKDA but left RKRR unchanged
-
The inference of `Boundary` when two operations are directly nested like `Async.run(Async.timeout(1.second)(v))` is failing to compile. Background: https://github.com/getkyo/kyo/pull/797#discussion_r1…
-
*This issue was originally created by [**@neilalexander**](https://github.com/neilalexander) at .*
Errors in Dendrite are a mess.
The client API has `jsonerror.MatrixError`, which is nice becaus…