hey
a quick question can i add or subtract 2 objects with type <class ‘dolfinx.fem.function’> somehow?
for example
<class ‘dolfinx.fem.function.Function’> - <class ‘dolfinx.fem.function.Function’>
because this is the data type that comes out for me
<class ‘ufl.algebra.Sum’>
but I cannot use this with
with io.VTKFile(mesh.comm, "print.pvd", "w") as vtk:
vtk.write([x._cpp_object])
create as .pvd