235
234
normals(dfdn, dim, new_boundary,
236
235
mesh, vertex_map, cell_map);
245
238
for (VertexIterator v(new_boundary); !v.end(); ++v) {
246
239
ghat[v->index()]=new real [dim];
247
240
integral(ghat[v->index()], dim, new_boundary,
249
242
for (uint i=0; i<dim;i++)
252
245
for (uint i=0; i<new_boundary.numVertices(); i++)