allow Mur-ABC to cylindrical mesh in all directions for a partial mesh
parent
ecf8ad6bdd
commit
ed592bb2ba
|
@ -49,11 +49,11 @@ Operator_Extension* Operator_Ext_Mur_ABC::Clone(Operator* op)
|
||||||
|
|
||||||
bool Operator_Ext_Mur_ABC::IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const
|
bool Operator_Ext_Mur_ABC::IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const
|
||||||
{
|
{
|
||||||
if (m_ny==2)
|
if ((m_ny==0) && (!m_top) && (R0_included || closedAlpha))
|
||||||
return true;
|
return false;
|
||||||
if ((m_ny==0) && (m_top))
|
if ((m_ny==1) && (closedAlpha))
|
||||||
return true;
|
return false;
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Operator_Ext_Mur_ABC::IsCylindricalMultiGridSave(bool child) const
|
bool Operator_Ext_Mur_ABC::IsCylindricalMultiGridSave(bool child) const
|
||||||
|
|
Loading…
Reference in New Issue