-
I am encountering a StackOverflowError using the latest versions of this package but for some reason this worked in some previous versions (some of them quite old, like it definitely works for v0.1.3)…
TSGut updated
3 years ago
-
Maybe you guys already do something like this, but I wanted to figure out how it could be done, so I wrote a little Python script. Thought I would share, in case it would be helpful for the newsletter…
zmoon updated
3 years ago
-
The coupling values obtained from preCICE are currently stored in a global DoF vector, although we just have an entry for all coupling DoFs, i.e. most of the entries are wastefully allocated but unuse…
-
`linbasex` intensity scaling is incorrect, it does not agree with the other methods, and as @DanHickstein has found appears to be dependent on the number of Legendre polynomials orders.
stggh updated
3 years ago
-
Inconsistent results were obtained when using Legendre polynomials with the positivity preserving limiter. Assuming issue is in positivitypreserving.py. Needs further investigation.
-
-
It seems that `FESeries::Fourier/Legendre` do not work with non-primitive FEs that derived from `FE_PolyTensor`.
Both Fourier and Legendre called `shape_value`,
https://github.com/dealii/dealii/bl…
-
P = Legendre()
x = axes(P,1)
D = Derivative(x)
D^2*Jacobi(0,0)
works but
D^2*P
does not
-
Hi,
I am trying to determine the number of Legendre coefficient(n_l) systematically. I am trying to reproduce Figure 2 in [http://dx.doi.org/10.1103/PhysRevB.84.075145], where they have plotted Imagi…
-
Is there a plan for adding the WMM2020 model? I believe it was released early last year, and supports through 2025.
Thanks!