-
I am a graduate student studying uFVM with the book FVM in CFD, and I find something puzzle.
In function _cfdAssembleIntoGlobalMatrixFaceFluxes_ (in the file _src/assemble/cfdAssembleIntoGlobalMatr…
-
Who is actually scaling fenics?
Do the fenics and fenics-hpc developers coordinate/overlap? Are changes ever pushed from fenics-hpc to fenics?
Why does the HP-FEM MOOC use fenics-hpc and dolfin…
-
`apart(1/(x**2*(a + b*x)**10), x)` takes minutes to compute. Is it possible to optimize the function?
Mathematica:
![screen shot 2017-07-22 at 11 20 36](https://user-images.githubusercontent.com/1…
-
### Describe your issue.
scipy.optimize.fsolve() internally uses minpack hybrj() which can terminate abnormally even when well within tolerance. This appears to be a hybrj() bug when the tolerance …
-
Analyzing why the solver can't find the solution or optimizer can't find the minimum is quite difficult process (at least for not so experienced people, like me) and often feels like black magic. gome…
-
(another topic where I don't have an overview and no ready answers)
#1097 for linear model (simple cross-sectional)
scipy also has orthogonal distance regression (where I never got beyond one toy exa…
-
Is it possible to make Redpiler utilize the GPU for even higher performance with something like [Vulkano](https://github.com/vulkano-rs/vulkano)?
-
Dear @adityac94 , @tataiani
If I understand correctly, you use the following assumption to go from eq.7 to eq.8, and from eq.8 to eq.9:
$\frac{\partial^2 Y^C}{\partial A^k_{ab} \partial A^k_{ij…
-
This is merely intended as a reminder that we have to tackle that, and maybe as a space for @joergfunger to articulate his ideas.
---
Currently, there are multiple people using Boost Odeint for ti…
-
The current `STLSQ` implementation relies on Scikit-learn's [ridge regression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html#sklearn.linear_model.ridge_r…