Changeset 12725
- Timestamp:
- 07/24/12 16:34:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Bamg/Mesh.cpp
r12600 r12725 5321 5321 int i; 5322 5322 for (i=0;i<Gh.nbv;i++) if (Gh[i].Required()) NbVerticesOnGeomVertex++; 5323 printf("\n"); 5323 5324 if(NbVerticesOnGeomVertex >= maxnbv){ 5324 delete [] bcurve;5325 5325 _error2_("too many vertices on geometry: " << NbVerticesOnGeomVertex << " >= " << maxnbv); 5326 5326 } … … 5348 5348 _assert_(gv->MeshVertexHook); // use of Geom -> Th 5349 5349 VertexOnBThVertex[NbVertexOnBThVertex++]=VertexOnVertex(gv->MeshVertexHook,bv); 5350 gv->MeshVertexHook->m = bv->m; // for taking the metri xof the background mesh5351 } 5352 } 5353 _assert_(NbVertexOnBThVertex==NbVerticesOnGeomVertex); 5350 gv->MeshVertexHook->m = bv->m; // for taking the metric of the background mesh 5351 } 5352 } 5353 _assert_(NbVertexOnBThVertex==NbVerticesOnGeomVertex); /*This might be due to MaxCornerAngle too small*/ 5354 5354 5355 5355 /*STEP 2: reseed boundary edges*/
Note:
See TracChangeset
for help on using the changeset viewer.