eap
4458ea5284
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
...
fix detection of SMESHDS_SubMesh'es of geom groups
+ int _nbSubShapes; // initial nb of subshapes in the shape to mesh
2009-03-11 15:08:49 +00:00
eap
d45660bd01
make same as in V5_1_main
...
+ operator char*() const {
+ return (char*)c_str();
+ }
2009-03-03 09:00:32 +00:00
eap
7cf00a5066
0020184: EDF SMESH 952: Projection 2D does not work
...
use ShapeAnalysis::OuterWire() insead of BRepTools::OuterWire()
2009-03-03 08:48:39 +00:00
jfa
8b7cb7f71d
Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.
2009-03-02 14:57:49 +00:00
eap
070f27d74e
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
...
fix for G7.py
+ /*!
+ * \brief Return number of unique ancestors of the shape
+ */
+ static int NbAncestors(const TopoDS_Shape& shape,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType=TopAbs_SHAPE);
+
2009-02-20 07:14:17 +00:00
eap
651353fbca
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
...
fix for G7.py
+ /*!
+ * \brief Return number of unique ancestors of the shape
+ */
+ static int NbAncestors(const TopoDS_Shape& shape,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType=TopAbs_SHAPE);
+
2009-02-17 07:07:51 +00:00
akl
3e181fc5e9
Fix of 20128 issue (EDF SMESH 926 : Quadratic conversion of BLSURF mesh).
2009-01-22 15:05:12 +00:00
dmv
3d3be0ce81
0020062: [CEA 295] Type coherence in *.i files
2008-12-30 14:11:08 +00:00
abd
8147092455
Update copyright information
2008-11-27 12:26:11 +00:00
eap
5be5d046f6
0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
...
fix ConvertToQuadratic() and a reverse function: log changes
2008-11-21 10:58:40 +00:00
eap
3d14a19f1e
0020053: EDF 868 GEOM: Using sub-meshes
2008-11-20 15:50:36 +00:00
eap
c431d7d49e
Avoid meshing submeshes with global algos under submeshes that are to
...
be meshed with all-dim algos like NETGEN 1D-2D
2008-11-20 08:47:21 +00:00
jfa
8fc0480091
Bug 0020034: [CEA 282] crash in SALOME_Session_Server after SMESH computation.
2008-11-12 10:47:19 +00:00
eap
be3fad7494
Speed up "Clear mesh data"
2008-10-13 08:14:09 +00:00
eap
f705b9c354
19997: Compute does not work in script, ok in GUI
...
fix MakeComputed() for group projection
2008-10-13 08:10:22 +00:00
abd
c6130fee7b
Fix compilation problems on Win32 Platform
2008-10-07 13:30:33 +00:00
abd
3ef56c2b32
Win32 Porting.
...
Correction of Export/Import defines for Win32 platform.
Removed "using namespace std" from header files.
2008-10-03 11:40:07 +00:00
eap
82061e3a33
PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin.
...
additionally fix getDependsOnIterator() if submesh map is empty
2008-10-03 10:39:47 +00:00
eap
86728cc8ae
PAL20461 4.x Wrong mesh after creation of 3D mesh from 2D skin.
...
fix getDependsOnIterator() if submesh map is empty
2008-10-03 08:39:10 +00:00
eap
dacb38a9d9
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
1) algo->Compute() depending on algo->SupportSubmeshes()
2)
+ /*!
+ * \brief Return true if no mesh entities is bound to the submesh
+ */
+ bool IsEmpty() const;
2008-09-16 14:38:55 +00:00
eap
794f960633
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ /*!
+ * \brief Return an alternative parameter for a node on seam
+ */
+ double GetOtherParam(const double param) const;
2008-09-16 14:38:25 +00:00
eap
b27af1c2d2
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
const SMESH_Hypothesis * GetHypothesis(const TopoDS_Shape & aSubShape,
const SMESH_HypoFilter& aFilter,
- const bool andAncestors) const;
+ const bool andAncestors,
+ TopoDS_Shape* assignedTo=0) const;
2008-09-16 14:38:08 +00:00
eap
6c591d8d62
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ static SMESH_HypoPredicate* IsMoreLocalThan(const TopoDS_Shape& theShape);
2008-09-16 14:37:45 +00:00
eap
53362590aa
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
rearrange Compute()
2008-09-16 14:37:28 +00:00
eap
8f64956624
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ bool SupportSubmeshes() const { return _supportSubmeshes; }
+ // 5 - whether supports submeshes if !NeedDescretBoundary()
2008-09-16 14:36:59 +00:00
eap
5291ea1e65
[SALOME platform 0019943]: Pb with projection 2d
...
In SMESH_Pattern::Load(mesh,face), fix treating seam vertices of not seam edges
2008-09-02 08:44:30 +00:00
jfa
11c8820aa0
Initialize some fields before usage.
2008-09-02 07:47:02 +00:00
eap
c003632371
[SALOME platform 0019943] Pb with projection 2d
...
distinguish the case of seam edge encountered twice in face wire from
the case of seam encountered once
2008-07-28 16:00:01 +00:00
eap
030beb0855
[SALOME platform 0019943] Pb with projection 2d
...
+ bool IsRealSeam(const int subShape) const
2008-07-28 15:57:35 +00:00
jfa
db17b46ddb
Remove debug traces
2008-07-25 10:50:02 +00:00
jfa
4b33363430
Bug 0019943: Pb with projection 2d. Fix for a seam edge on not really closed face.
2008-07-25 10:32:18 +00:00
eap
60d6911d52
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
improve work with algos not needeing shapes
2008-07-21 09:43:48 +00:00
eap
6f8dc08854
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
enum Hypothesis_Status // in the order of severity
{
+ HYP_NEED_SHAPE // algorithm can work on shape only
2008-07-21 09:42:35 +00:00
eap
58f17329c5
[SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
...
store bad input elements and nodes
2008-07-21 09:41:11 +00:00
dmv
e48a1779f1
IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode
2008-06-19 10:33:52 +00:00
eap
09c536b7fe
Assure re-compute after "Clear Mesh data" if there was computation failure
2008-06-09 08:05:23 +00:00
skl
5971357dfc
Updated for IPAL19813.
2008-05-28 05:36:27 +00:00
eap
54df188f64
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
2008-05-26 14:14:19 +00:00
eap
70f7bf5c7d
fix check that submeshes are computed if !algo->OnlyUnaryInput()
2008-04-22 16:51:01 +00:00
eap
ce4982ab11
try to cope with invalid node params on edges
2008-04-17 07:42:14 +00:00
eap
886d5de06c
PAL19272 CEA patch 4.1.1 / 3.2.9: problem with nodes or corners
...
Remove nodes on vertices at CLEAN event if !algo->NeedDescretBoundary()
2008-03-17 13:56:56 +00:00
jfa
c1995ef892
Join delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008.
2008-03-07 11:05:56 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +00:00
nge
984c4ffdd7
PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.
2007-01-22 15:14:44 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
57b43b4d01
Join modifications from branch OCC_debug_for_3_2_0b1
2006-05-06 08:51:48 +00:00
jfa
4ff5bd6154
Join modifications from branch OCC_development_for_3_2_0a2
2006-03-13 15:29:49 +00:00
smh
d0f366c4a3
Merge from OCC_development_generic_2006
...
Preparation of 3.2.0a1
2006-02-07 15:01:11 +00:00
eap
96874fc4b6
PAL10953. Fix GetSubmeshComputed(): there may be elements but no nodes in a submesh
2005-12-26 10:36:57 +00:00
eap
493903908d
fix PAL10974. Call CleanDependants() instead of
...
RemoveSubMeshElementsAndNodes() before algo->Compute()
2005-12-20 13:57:13 +00:00