-
The MMS test suite is designed to allow for rapid development of new features using a symbolic algebra package to compute the sources in the DKE given a 'target' manufactured solution. For the 2D-3V v…
-
We see significant difference compared to pyqg for low res sims. We have only changed the advection scheme and removed the exponential filter, so it would be nice to know which of thesse two modificat…
-
**Feature description.**
Right now `nsubsteps` only applies to the user-defined constraints, but I propose that it also applies to the internal dynamics equality constraint. This is needed when runni…
-
-
This is a nice list Thanks.
I don't know in which category it goes but I have some suggestions:
- [ParallelStencil.jl](https://github.com/omlins/ParallelStencil.jl) : Package for writing high-leve…
-
High resolution simulations visually look very similar to pyqg. However low-res appears different - the eddies are pretty static and just dominated by zonal flow. Perhaps there is some bug in the code…
-
> Please use ‘f’ or ‘freq’ for Hz and ‘w’ for rad/s
_Originally posted by @ryancoe in https://github.com/SNL-WaterPower/WecOptTool/pull/129#issuecomment-621258587_
This is the result of a search…
-
### Description
I am evaluating dymos for evaluation of optimization of a dynamic hydraulic system operating in resonance.
I see the caveats regarding the system and variables must be continuous…
-
I am trying following , and this works okay!
```julia
using Symbolics, ToeplitzMatrices
N =250
a = Symbolics.variables(:a, 0:N);
b= [1; (1:N).*a[2:end]]
A = SymmetricToeplitz(a)
F_ex…
-
Possibly related to #191.
Probably related to #211.
Superficially fixed by PR #254.
# Bug investigation:
I noticed on (and only on?) my M2 Mac that all of the system tests fail. Unzipping the …