-
Extension of #774.
Make separate class or method that creates or initialize FieldFE (or Field containing FieldFE) from other Field. Use cases:
- interpolation of init conditions to correct FE spac…
-
The use of `gpflow.quadrature.ndiagquad()` in the quadrature fallback of `Likelihood.variational_expectations()` currently fails if you want a custom likelihood that manually handles additional column…
-
I'm looking for a code which supports quadrature on the interval `[a,Inf)`. From a quick glance at the code, I don't think this is supported currently?
The only Fortran code I've found so far for t…
-
In gpopsWrapper.m, OptimTraj provides an interpolation function handle for the GPOPS-II solution using pchip, as per the code below. Is pchip the most accurate way to interpolate the GPOPS-II solution…
-
Currently, most of the built-in probabilistic primitives only have their density functions tested (at a test point). The samplers are untested. It should be possible to develop a standard testing sche…
-
As we start thinking about computing errors on metrics, we need to consider the computation of quantities based on metrics whch have errors applied. The most obvious places for this are the `differenc…
-
The returns for several quadrature methods are from a time long-gone by, when switching output signature based on arguments was considered acceptable. Also, there are other issues to fix, like not ret…
-
H2lib team:
I am a researcher focused on acoustic scattering and would like to solve 2D Helmholtz BEM problems using this library. I see that the library contains a 3D Helmholtz model. Is it possib…
-
I use weighted quadrature in my research, and I was thinking of using quadax to replace scipy.integrate.quad in my work. I'd be interested in contributing a feature that handles weighted integration. …
-
Often, we need some estimates of the wave speeds, e.g.
- for CFL-based time step control
- for numerical fluxes like local Lax-Friedrichs, Harten-Lax-van Leer
In principle, multiple estimate …