-
I believe this code snippet from src/python/f90/python_particles.f90 is wrong:
```
if (this%cell_is_orthorhombic) then
A = 0.0_DP
A(1,1) = this%Abox(1,1)
A(2,2) = this%Ab…
-
たまに、exectueするとmove_groupが落ちる
7675t updated
7 years ago
-
> zimmerman@DESKTOP-PAHB3F8:~/build/phaseflow/Debug$ cd tests/zimmerman2016_convection_diffusion.debug/
> zimmerman@DESKTOP-PAHB3F8:~/build/phaseflow/Debug/tests/zimmerman2016_convection_diffusion.de…
-
I want use `MixedModels.jl` to model count data. I am not sure that I am doing it right, but I would have expected the last command below (with `d=Poisson()` and `l=GLM.LogLink()`) to give me a better…
-
I am doing a validation study where the radiometer is well outside the fluid domain. It is going to be a real pain in the neck to make the domain large enough to encompass the radiation gauge when I …
-
Amazing package, excellent for building a cache mechanism. I have a matrix with time series with dates in the rows (700) and the entity in the columns (2 million). I tried coercing this matrix to a da…
Fpadt updated
7 years ago
-
Reported by: jtkrogel
QMCPACK currently allows Jastrow cutoffs to be any value specified by the user.
Cutoffs larger than the incribing radius of the simulation cell can result in extremely unphys…
-
It seems that mapping cellular noise with seamless mode produces vertical artifacts.
Code:
```
anl::SMappingRanges ranges;
ranges.mapx0=0.0; ranges.mapy0=0.0; ranges.mapz0=0.0;
ranges.mapx1=10.0;…
mdkdy updated
7 years ago
-
I am using a circular grid with the following refinement strategy:
1. Set the manifold on all boundary cells to `SphericalManifold`.
2. Refine globally several times.
3. Reset all interior manifold…
-
I have found that image services can't be clipped to vectors because you have to provide the number of cells on each axis (rows & columns). For now, I will write a subroutine that converts a vector to…