This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

LOCAL ASSEMBLE per processor in c++ version

0 votes

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!

asked May 6, 2016 by alena FEniCS Novice (320 points)
...