Hongyang Zhou

Results 43 issues of Hongyang Zhou

It maybe nice to have a similar feature like [`obliqueslice`](https://se.mathworks.com/help/images/ref/obliqueslice.html) in MATLAB. I now have an ugly but working script: ```julia using LinearAlgebra using LazyGrids using CoordinateTransformations, Rotations, StaticArrays, Interpolations...

Hi, I have an issue running MPI.jl on windows. In the Julia REPL, first I typed ``` julia> using Pkg julia> Pkg.add("MPI") Updating registry at `C:\Users\henry\.julia\registries\General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving...

Windows

I have a question about the grid output of AMReX. The slice filter works fine, but the contour filter creates gaps. See the attached figure in the [ParaView Discourse](https://discourse.paraview.org/t/amrex-output-contour-plot/4723).

I have encountered an issue using `boundary` function from Matlab. ``` using MATLAB x = rand(30); y = rand(30); k = mxcall(:boundary, 2, x, y) # This works fine k...

Hi, I recently found that the datetime type in Matlab cannot be correctly read in Julia. For example, in Matlab ```Matlab t = datetime('now','TimeZone','local','Format','d-MMM-y HH:mm:ss Z') save('test.mat', t) ``` In...

Hello, Do you know if it is possible to generate any AMR-based VTK file formats? The data I have is organized in a block-based AMR format, but I have little...

Hi, I've encountered a case where Polyester.jl does not know how to handle the destructuring syntax introduced in Julia 1.7: ```julia using Polyester struct A a b end x =...

bug

Hi, I want to see if this package can solve a system of 2D compressible ideal magnetohydrodynamic equations in the X-Z plane. ## Problem Description The original equations are $$...

Hi, I have been testing a PDE system with this package. This PDE system contains mixed differentials $$\frac{\partial^2 A_y}{\partial x\partial z}$$, which is currently not supported, as mentioned in #137....

Hi, What is the recommended way to display tables using Books.jl? A markdown style table is supported, but a LaTeX table (`\begin{table} ... \end{table}`) won't work with the default settings....