-
standalone HOMME, on Anvil, when running with SCORPIO. This is one of the E3SM tests cases usually run via ./create_test.
With 1 MPI task, it seems to run. With 4 MPI tasks, it aborts with an er…
-
It might be nice to add a tutorial example to https://meep.readthedocs.io/en/latest/Subpixel_Smoothing/ showing how to get the derivative dω/dR via perturbation theory rather than by center-difference…
-
I was wondering is it possible to calculate higher-order derivatives using the current functionality of xgcm? I guess the calculation of the harmonic diffusion of a tracer q ($\nabla^2 q$) would be:
…
-
I have created a driver for isotropic damage model. It is not working yet, since we still have to decide how to implement the historic variables within Gridap. But I think that the essence of the meth…
-
Sometimes if we want the model fitting to focus on particularly troublesome areas we resample with higher sample rates in the difficult-to-fit areas.
However, this leads to a variable sample rate w…
-
**Submitting author:** @tobydriscoll (Tobin Driscoll)
**Repository:** https://github.com/complexvariables/ComplexRegions.jl
**Version:** v0.1.1
**Editor:** @drvinceknight
**Reviewer:** @dlfivefifty, @…
-
As talked yesterday in the developers meeting. Let's plan Abaqus style UMAT Fortran interface. Here is some material to describe it: http://www.researchgate.net/publictopics.PublicPostFileLoader.html?…
-
```julia
using NLsolve
function f!(x, fvec)
fvec[1] = (x[1]+3)*(x[2]^3-7)+18
fvec[2] = sin(x[2]*exp(x[1])-1)
end
function g!(x, fjac)
fjac[1, 1] = x[2]^3-7
fjac[1, 2] = 3*x…
-
I just went over the Burgers' equation chapter again and made many corrections (see https://github.com/clawpack/riemann_book/pull/192/commits/204d29ca41f4560771f29f4c82d6f4571ffa7491). There were som…
ketch updated
5 years ago
-
DiffEq's first PDE attempt (which started the package) was a failure. The issue was that it was tied directly to an FEM subpackage I made internally, but then it couldn't scale to all of the problems …