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:
parent
eab620651d
commit
9b5f998449
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user