mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 22:30:32 +05:00
#16479 [CEA 12950] ViscousLayers hypothesis and periodic condition
This commit is contained in:
parent
76ead36bb3
commit
93781217ab
@ -9880,9 +9880,9 @@ SMESH_MeshEditor::FindMatchingNodes(set<const SMDS_MeshElement*>& theSide1,
|
|||||||
set<const SMDS_MeshElement*> * faceSetPtr[] = { &theSide1, &theSide2 };
|
set<const SMDS_MeshElement*> * faceSetPtr[] = { &theSide1, &theSide2 };
|
||||||
|
|
||||||
nReplaceMap.clear();
|
nReplaceMap.clear();
|
||||||
if ( theFirstNode1 != theFirstNode2 )
|
//if ( theFirstNode1 != theFirstNode2 )
|
||||||
nReplaceMap.insert( make_pair( theFirstNode1, theFirstNode2 ));
|
nReplaceMap.insert( make_pair( theFirstNode1, theFirstNode2 ));
|
||||||
if ( theSecondNode1 != theSecondNode2 )
|
//if ( theSecondNode1 != theSecondNode2 )
|
||||||
nReplaceMap.insert( make_pair( theSecondNode1, theSecondNode2 ));
|
nReplaceMap.insert( make_pair( theSecondNode1, theSecondNode2 ));
|
||||||
|
|
||||||
set< SMESH_TLink > linkSet; // set of nodes where order of nodes is ignored
|
set< SMESH_TLink > linkSet; // set of nodes where order of nodes is ignored
|
||||||
|
@ -665,7 +665,7 @@ std::vector<const SMDS_MeshNode*> StdMeshers_FaceSide::GetOrderedNodes(int theEd
|
|||||||
iE = theEdgeInd % NbEdges();
|
iE = theEdgeInd % NbEdges();
|
||||||
iEnd = iE + 1;
|
iEnd = iE + 1;
|
||||||
}
|
}
|
||||||
for ( iE = 0; iE < iEnd; ++iE )
|
for ( ; iE < iEnd; ++iE )
|
||||||
{
|
{
|
||||||
double prevNormPar = ( iE == 0 ? 0 : myNormPar[ iE-1 ]); // normalized param
|
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