Hi, I’m solving a point diffusion equation on a 3d boxmesh. The solution is u(t,x,y,z) and looks like this in paraview
but I want to be able to get a 2D plot where I fix say x, y and t and plot u(t_{fixed},x_{fixed},y_{fixed},z) on the vertical axis versus z on the horizontal axis. I have tried looking at slices in paraview but I want to be able to obtain a vector with these values in my python script. I should be able to access them like this?!