Stephen Roberts
Stephen Roberts
Thanks @marcomusy, changed the version of `vtk`. Unfortunately still have the transparency problem. Just verify that `vedo` is now using `vtk` version 9.0.3. Here is the output from `vedo --info`...
@marcomusy, your simple vtk code works fine! 
@marcomusy both of your examples worked, but adding `vedo.settings.useDepthPeeling = True` caused the problem. To be honest, I don't know what this line does! So the following code doesn't display...
Yes I can definitely live without it! Thanks for helping so much in tracking down the problem.
Hi, The line numbers on your traceback don't seem to match the lines in the code on github. So a little hard to track down the problem. But it seems...
@Dongxueyang yes anuga can run on multinode suprcomputers. Parallelisation is implemented via MPI. The python 2 version has been extensively run in parallel on the NCI (raijin). I haven't as...
@Dongxueyang You can use the anuga_py3 branch of the anuga_core repository. Might be best to clone a new copy of anuga_core and add the branch. Ie git clone -b anuga_py3...
@Dongxueyang you need to setup mpi to run on your 24 cores. THis would depend on whether you are using openmpi or mpich. Do you have a system admin person...
@janac4 sorry I didn't see your question until just now. I tend to inhabit the alternative site https://github.com/anuga-community/anuga_core I think the best way to implement your hidrograms is via `Inlet_operator`...
Not sure this is a fault! If set_boundary is not called then an error is raised in evolve loop stating that boundary conditions need to be set. If not all...