-
At some point, it would be nice to have the capability to do delta tracking. Jaakko Leppanen has found that delta tracking speeds up certain problems greatly (those with high mfp?).
-
Currently, the [`EigenmodeCoefficient`](https://github.com/NanoComp/meep/blob/master/python/adjoint/objective.py#L118) objective function of the adjoint solver can only be specified using an eigenmode…
-
This should be a home for integrating ApproxFun with standard time-stepping codes, e.g.:
https://github.com/JuliaDiffEq/ODE.jl
https://github.com/luchr/ODEInterface.jl
This follows up on conver…
-
_Recommendation:_ Accept If Certain Minor Revisions Are Made
_Comments:_
> I think the paper is great, but I would love for them to make it even better. This should be strongly encouraged. This shou…
-
I need to implement and compare different stabilization methods (e.g. SUPG and Taylor-Galerkin) for my own research work.
My first step is to reproduce 1D results I got with GetDP software, using th…
-
I was actually expecting a different error. But this isn't a good one either.
```julia
julia> using Oceananigans
julia> using OrthogonalSphericalShellGrids
julia> grid = TripolarGrid(size=(4…
-
I sort of stumbled upon this accidentally -- for some reason (that I'm currently trying to figure out), some variables passed from aospy to the upwind advection schemes in infinite-diff used dask arra…
-
Trying to get a periodic boundary using the following:
```
_mesh = uw3.meshing.StructuredQuadBox(minCoords=(0, 0), maxCoords=(1, 1), elementRes=(36, 36) )
plex = uw3.discretisation._from_gm…
-
I just looked at some data in 2Dmatpedia. They simulate 2D materials. I however noticed that in one of their structures, some of the atoms stick through the top of the simulation volume. Apparently th…
-
I wanted to raise an issue that has come up via @stb2145's work with SODA.
The basic issue is that `interp` and `diff` are not aware of "interior boundaries", i.e. grid cells that are next to land…