0020676: EDF 1212 GEOM: Partition operation creates vertices which

causes mesh computation to fail with netgen
 Fix regression with the nethgen-4.9.13
This commit is contained in:
eap 2011-04-26 07:12:46 +00:00
parent eab620651d
commit 9b5f998449

View File

@ -1738,6 +1738,10 @@ bool NETGENPlugin_Mesher::Compute()
internals.getInternalEdges( intOccgeo.fmap, intOccgeo.emap, intOccgeo.vmap, meshedSM );
intOccgeo.boundingbox = occgeo.boundingbox;
intOccgeo.shape = occgeo.shape;
#ifdef NETGEN_NEW
intOccgeo.face_maxh.SetSize(intOccgeo.fmap.Extent());
intOccgeo.face_maxh = netgen::mparam.maxh;
#endif
// let netgen compute element size by the main geometry in temporary mesh
netgen::Mesh *tmpNgMesh = NULL;