eap
dcdf3c5ef8
PAL18328 SMESH_AdvancedEditor.py don't work in Debug version
...
+ const SMDS_MeshVolume* Get() const;
+ // return element
+
+ int ID() const;
+ // return element ID
2007-12-19 14:56:13 +00:00
eap
a56972c3b3
PAL16842 (Genertion of groups when a mesh is transformed)
...
+ SMDSAbs_NbElementTypes
2007-11-12 09:55:28 +00:00
eap
8070596937
PAL17091 ("Mesh Infos" dlg shows wrong number of quadrangles of the computed mesh)
...
take into account element type change at merging nodes
2007-10-02 12:45:45 +00:00
eap
86f7d569d9
PAL14858 (The Mesh Info Dialog Box is too slow)
...
fix the previous integration
2007-09-26 09:56:22 +00:00
eap
179804804f
PAL14858 (The Mesh Info Dialog Box is too slow)
...
+ SMDS_MeshInfo myInfo;
2007-09-25 08:38:44 +00:00
eap
d11bd3433d
PAL14858 (The Mesh Info Dialog Box is too slow)
...
+enum SMDSAbs_ElementOrder {
+ ORDER_ANY, /*! entities of any order */
+ ORDER_LINEAR, /*! entities of 1st order */
+ ORDER_QUADRATIC /*! entities of 2nd order */
+};
2007-09-25 08:37:43 +00:00
eap
f70ca0e622
PAL14858 (The Mesh Info Dialog Box is too slow)
...
+ SMDS_MeshInfo.hxx
2007-09-25 08:36:46 +00:00
eap
f6615d7074
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
2007-09-24 13:51:42 +00:00
eap
8d825b71d3
+# Executables targets
...
+bin_PROGRAMS = SMDS_MemoryLimit
+dist_SMDS_MemoryLimit_SOURCES = \
+ SMDS_MemoryLimit.cxx
+SMDS_MemoryLimit_LDADD = \
+ $(KERNEL_LDFLAGS) -lSALOMELocalTrace
2007-09-24 13:50:56 +00:00
eap
490be5a7f0
PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
...
use SMDS_MemoryLimit in CheckMemory() to know a lower memory limit
2007-09-24 13:49:46 +00:00
eap
7ff996b8f5
PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
...
- bool CheckMemory()
+ int CheckMemory() - return size of free memory
2007-09-11 06:12:14 +00:00
jfa
856524def1
Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m)
2007-08-21 08:30:33 +00:00
abd
72f9438f91
Update environment of windows version:
...
- products;
- projects.
Porting current version of BR_Dev_For_4_0 branch on Windows.
First stable Windows version of BR_Dev_For_4_0 branch.
2007-06-20 14:23:54 +00:00
abd
358f8ddd54
Merging from V3_2_6pre4
2007-04-18 15:44:59 +00:00
abd
82decf21b0
Using AutoTools for build procedure
2007-04-13 14:53:27 +00:00
abd
9d11375af4
Merging with WPdev
2007-02-07 12:14:23 +00:00
eap
686d2fa85d
PLEIADES. fix WrapperIndex(index) for negative index
2006-08-03 05:59:03 +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
2754c581d3
Copyrights update
2005-12-05 16:31:55 +00:00
eap
52f87e4dea
IMP 10199 (add Volume Control). Implement GetSize(). Add GetVolumeType() of instance
2005-10-10 14:38:24 +00:00
eap
365fd031c5
IMP 10199 (add Volume Control). Add GetVolumeType() of instance
2005-10-10 14:37:11 +00:00
szy
d9d247d43d
Windows porting
2005-08-31 10:10:42 +00:00
szy
42c7eb97f9
Windows porting
2005-08-30 12:57:02 +00:00
sln
bbfbac1990
GetElementType method added
2005-08-23 08:58:58 +00:00
eap
5a053fbfd0
fix compilation error
2005-06-15 05:31:12 +00:00
eap
5467bb25d4
PAL9163. Fix GetFaceNormal() for badly shaped quadrangles
2005-06-14 10:19:12 +00:00
smh
c38c10811a
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
2005-06-07 13:22:20 +00:00
san
e465982eeb
Implementation of new pattern mapping algorthm (mesh refinement)
2005-01-20 14:44:17 +00:00
admin
090aff0726
Merge with OCC_development_01
2005-01-20 06:25:54 +00:00
admin
e4737e85f0
Merge with version on tag OCC-V2_1_0d
2004-12-01 10:48:31 +00:00
yfr
c3bf92bd87
DCQ : Merge with Ecole_Ete_a6.
2004-06-18 08:34:31 +00:00
jrt
9fad60b470
Fix bug SMESH5512 (Crash on DEBIAN woody, V1_4_0b).
2004-03-23 09:48:58 +00:00
jrt
7b70ad87bf
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
2004-03-15 18:42:16 +00:00
jrt
642ed0a836
Fix a bug (crash when adding an hexahedron from ids).
2004-02-02 16:43:59 +00:00
jrt
fad0769be8
[Bug SMESH4830] bug in instal with gcc 2.95. Bug fixed.
...
Note: SGI say that <algorithm> is requiered to use set_intersection (see http://www.sgi.com/tech/stl/set_intersection.html ).
2004-01-05 09:05:43 +00:00
jrt
81ed9b4662
Fix/implement removeNode, removeEdge, removeFace, removeVolume and removeElement
2003-10-22 15:28:19 +00:00
jrt
e02efafc15
Fix a bug. Quadrangles were added as triangles.
2003-10-17 16:31:14 +00:00
jrt
bef8537764
Keep compatible with gcc 2
2003-09-23 14:33:41 +00:00
jrt
5eead45ced
Freshly added file
2003-09-22 12:23:34 +00:00
jrt
e0b529896b
Add HexahedronOfNodes and Tria3OfNodes to improve performance
2003-09-12 15:12:19 +00:00
jrt
aa64a62c43
Fix bug. Was always printing 8 nodes
2003-09-12 15:11:29 +00:00
jrt
4ea4ccf36f
Add support for tetra, pyramid and prism
2003-09-08 15:04:54 +00:00
jrt
00c069f8d4
Add some comments
2003-09-08 13:41:48 +00:00
jrt
888669652e
Some forgotten return statments
2003-09-05 12:19:11 +00:00
jrt
145c89df59
Change API to use pointer on elements and no longer ID of elements
2003-09-05 10:20:27 +00:00
jrt
c914dd6b70
Remove no longer needed files
2003-09-04 14:50:14 +00:00
jrt
484fe83a97
New DS implementation
2003-09-03 17:30:36 +00:00
jrt
13b8c20dfc
Remove Opencascade dependencies
2003-09-03 17:29:04 +00:00