I am new to FEniCS/FEniCSx and trying to switch a model from dolfin implementation to dolfinx.
I believe I was able to translate method ‘function.vector.set_local’ using ‘function.vector.setValueLocal’.
Is there also a dolfinx equivalent to ‘function.vector.get_local’ ?
If not, has the implementation changed in such a way that these operations should be interpreted differently?