mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
PR: missing imports when tests are executed alone
This commit is contained in:
parent
d6941cf347
commit
c211b11fa1
@ -25,11 +25,13 @@
|
||||
# Author : Sergey LITONIN
|
||||
# Module : SMESH
|
||||
#
|
||||
import salome
|
||||
import SMESH_mechanic
|
||||
|
||||
import SMESH, SALOMEDS
|
||||
from salome.smesh import smeshBuilder
|
||||
smesh = smeshBuilder.New(salome.myStudy)
|
||||
mesh = SMESH_mechanic.mesh
|
||||
|
||||
# ---- Criterion : AREA > 100
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
# SMESH_fixation.py
|
||||
# Hypothesis and algorithms for the mesh generation are global
|
||||
#
|
||||
import salome
|
||||
import SMESH_fixation
|
||||
|
||||
import SMESH, SALOMEDS
|
||||
|
@ -25,6 +25,7 @@
|
||||
# SMESH_fixation.py
|
||||
# The new Netgen algorithm is used that discretizes baoundaries itself
|
||||
#
|
||||
import salome
|
||||
import SMESH_fixation
|
||||
|
||||
import SMESH, SALOMEDS
|
||||
|
@ -25,7 +25,7 @@
|
||||
# SMESH_fixation.py
|
||||
# Hypothesis and algorithms for the mesh generation are global
|
||||
#
|
||||
|
||||
import salome
|
||||
import SMESH_fixation
|
||||
|
||||
import SMESH, SALOMEDS
|
||||
|
Loading…
Reference in New Issue
Block a user