215
216
ufc::exterior_facet_integral* integral = ufc.exterior_facet_integrals[0];
222
223
// Assemble over exterior facets (the cells of the boundary)
223
224
Progress p(progressMessage(A.rank(), "exterior facets"), boundary.numCells());
224
225
for (CellIterator boundary_cell(boundary); !boundary_cell.end(); ++boundary_cell)
226
227
// Get mesh facet corresponding to boundary cell
229
230
// Get integral for sub domain (if any)
230
231
if (domains && domains->size() > 0)