I would like to assemble vector locally (for 1 partition), in python I was using following function:
f = Expression("value", value=6.0, degree=1, mpi_comm = MPI_COMM_SELF)
How to obtain similar behavior in c++ version? thanks for any advices!