mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 17:50:34 +05:00
#16479 [CEA 12950] ViscousLayers hypothesis and periodic condition
This commit is contained in:
parent
76ead36bb3
commit
93781217ab
@ -9880,10 +9880,10 @@ SMESH_MeshEditor::FindMatchingNodes(set<const SMDS_MeshElement*>& theSide1,
|
||||
set<const SMDS_MeshElement*> * faceSetPtr[] = { &theSide1, &theSide2 };
|
||||
|
||||
nReplaceMap.clear();
|
||||
if ( theFirstNode1 != theFirstNode2 )
|
||||
nReplaceMap.insert( make_pair( theFirstNode1, theFirstNode2 ));
|
||||
if ( theSecondNode1 != theSecondNode2 )
|
||||
nReplaceMap.insert( make_pair( theSecondNode1, theSecondNode2 ));
|
||||
//if ( theFirstNode1 != theFirstNode2 )
|
||||
nReplaceMap.insert( make_pair( theFirstNode1, theFirstNode2 ));
|
||||
//if ( theSecondNode1 != theSecondNode2 )
|
||||
nReplaceMap.insert( make_pair( theSecondNode1, theSecondNode2 ));
|
||||
|
||||
set< SMESH_TLink > linkSet; // set of nodes where order of nodes is ignored
|
||||
linkSet.insert( SMESH_TLink( theFirstNode1, theSecondNode1 ));
|
||||
|
@ -665,7 +665,7 @@ std::vector<const SMDS_MeshNode*> StdMeshers_FaceSide::GetOrderedNodes(int theEd
|
||||
iE = theEdgeInd % NbEdges();
|
||||
iEnd = iE + 1;
|
||||
}
|
||||
for ( iE = 0; iE < iEnd; ++iE )
|
||||
for ( ; iE < iEnd; ++iE )
|
||||
{
|
||||
double prevNormPar = ( iE == 0 ? 0 : myNormPar[ iE-1 ]); // normalized param
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user