Imposing a discontinuity at interface using DG method

I would suggest searching on the forum for your error message, as it is already covered at:

and

thanks I will have a look.

this being said I find the vtu less convenient when it comes to parrallel processing.

It is a pity that xdmf is not maintained anymore

Have you tested VTXWriter?

No but I definitely will.

According to this post

it seems that there might be paraview issue but should be manageable

Hi Quentin, I think the Paraview team fixed this and VTX should be readable (or will) without the MPI version

Hi guys,

I tried this format using

writer = VTXWriter(mesh.comm, "Temperature.bp", [u], "BP4")
writer.write(0.0)

It writes me several files, and paraview can read a .idx file, but when I try to open it, I get the following error

Any idea about how to solve that ?

Thanks,

Quentin

See Issues visualizing multiple fields stored in single XDMF file [dolfinx] - #5 by dokken

indeed a more recent version of Paraview solves the problem

1 Like