mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
23304: [EDF 10304] Radial Quadrangle on ellipse
Fix a regression with quadratic elements
This commit is contained in:
parent
5504d02a22
commit
efbf393dc4
@ -582,7 +582,7 @@ namespace
|
|||||||
{
|
{
|
||||||
if ( meshDS->FindEdge( nodes[i].node, nodes[i-1].node )) continue;
|
if ( meshDS->FindEdge( nodes[i].node, nodes[i-1].node )) continue;
|
||||||
|
|
||||||
const SMDS_MeshElement* seg = meshDS->AddEdge( nodes[i].node, nodes[i-1].node );
|
const SMDS_MeshElement* seg = helper->AddEdge( nodes[i].node, nodes[i-1].node );
|
||||||
|
|
||||||
double normParam = 0.5 * ( nodes[i].normParam + nodes[i-1].normParam );
|
double normParam = 0.5 * ( nodes[i].normParam + nodes[i-1].normParam );
|
||||||
edgeID = linSide->EdgeID( linSide->EdgeIndex( normParam ));
|
edgeID = linSide->EdgeID( linSide->EdgeIndex( normParam ));
|
||||||
|
Loading…
Reference in New Issue
Block a user