-
I’m trying to solve a simoleODE:
u’’’’=1
With BCs u(0)=u(1)=0 and u’’(0)=u’’(1)=0
My code:
import firedrake as fd
import numpy as np
import matplotlib.pyplot as plt
N=20
mesh=fd.UnitInte…
-
This is a followon to #15 and also a brain dump of things I thoughts while working on #21. I chose to make that a checkpoint with reasonably good results, rather than proceeding to a highly optimized …
-
### Is your feature request related to a problem? Please describe.
The task of finding the MLE for a three-parameter (generalized) Pareto distribution boils down to finding _all_ roots of the (univ…
-
Citing from https://nix-cache.s3.amazonaws.com/log/n980597fmjsmaxqfi9q9ziqsmd5c8q9l-diagrams-solve-0.1.1.drv:
~~~
running tests
Running 1 test suites...
Test suite tests: RUNNING...
Solve
so…
-
I think a set of equation solvers from linear to quartic should be implemented and optimized for getting exact solutions as well as approximations. I have made a simple example for a `cubicSolve` func…
-
**Please describe the problem you are trying to solve.**
Currently `advance(dt)` is used by the first participant to define the time window size, if `method="first-participant"` is used. Therefore,…
-
### Description
I am getting some weird values/behavior with hydrogen.
I'm setting the problem with TP conditions with 293.15 K and 12.8 bar.
Then calling with PSmass_INPUTS and it misbehaves whe…
-
This only happens when I use a tigger-lsm, suggesting the issue may be in montblanc. When I used MeqTrees to predict and specified a visibility model, the problem went away with all the parameters unc…
-
TinySpline provides natural spline interpolation only. We should add closed, periodic, and knot-a-knot interpolation in order to provide a more convenient interface.
-
Raph has a new computer science paper out, which won 3rd place at the recent High Performance Graphics conference, and I think this is likely to be the best method for a Fontra 'expand stroke' functio…