vsr
|
43db13f33a
|
Update copyright information
|
2012-04-13 09:31:26 +00:00 |
|
vsr
|
b0b26bc35f
|
Format of preferences messages has been changed ('/' is used as separator instead of ':')
|
2012-03-15 09:24:23 +00:00 |
|
eap
|
b66badd782
|
0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file containing a big mesh
Register tmp files in Engines::Container to be removed by killSalome.py
|
2012-03-15 08:54:09 +00:00 |
|
eap
|
93e79bb6c3
|
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
Use TVar structure to dump arguments that can be defined via
notebook variables
|
2012-03-07 15:03:32 +00:00 |
|
eap
|
4bbc91256d
|
load mesh from study before Compute and PreCompute
|
2012-02-28 14:06:58 +00:00 |
|
eap
|
154564a672
|
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
move actual mesh loading to SMESH_PreMeshInfo
|
2012-02-24 10:51:22 +00:00 |
|
eap
|
2978b5432c
|
0021375: EDF 1671 SMESH: Dump study of current state
+ virtual void SetOption(const char*, const char*);
+ virtual char* GetOption(const char*);
+ bool myIsHistoricalPythonDump;
|
2012-02-09 13:17:21 +00:00 |
|
eap
|
32a63e97ee
|
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27
In CopyMesh(), copy free nodes as well
|
2011-12-16 09:30:53 +00:00 |
|
vsr
|
493747e8ea
|
Merge from V6_4_BR 05/12/2011
|
2011-12-05 11:03:04 +00:00 |
|
vsr
|
b6174726d9
|
Merge from V6_3_BR branch (Windows porting) 27/10/2011
|
2011-10-27 15:33:35 +00:00 |
|
eap
|
e7f669eb81
|
021346: EDF 1938 SMESH: "Use existing elements" functionality
In Load(), call hyp->UpdateAsMeshesRestored() before submesh->ComputeStateEngine(SUBMESH_RESTORED)
|
2011-08-22 08:43:48 +00:00 |
|
vsr
|
ca435d2f6b
|
Merge from V6_3_BR 12/08/2011
|
2011-08-12 15:16:02 +00:00 |
|
eap
|
39841ffadd
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
make CGNS library an optional prerequisite
|
2011-08-11 11:38:37 +00:00 |
|
eap
|
17e2284321
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
+ SMESH::mesh_array* CreateMeshesFromCGNS( const char* theFileName,
+ SMESH::DriverMED_ReadStatus& theStatus )
|
2011-08-10 10:28:52 +00:00 |
|
eap
|
974453b6c1
|
0021271: [CEA 473] Implement min size in netgen plugin
::SMESH_Hypothesis::TDefaults dflts;
+ dflts._shape = &shape;
|
2011-07-05 12:07:17 +00:00 |
|
eap
|
41ea31ca86
|
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
Save and Load SMESH_GroupOnFilter
|
2011-06-23 12:26:04 +00:00 |
|
vsr
|
2c607013a2
|
Merge from V6_3_BR 06/06/2011
|
2011-06-06 08:15:39 +00:00 |
|
vsr
|
790c5cfa90
|
Merge from PortingMED3 07Apr11
|
2011-04-07 11:53:43 +00:00 |
|
adam
|
5142df035d
|
Implement Cancel Compute (begin)
|
2011-03-17 08:40:57 +00:00 |
|
jfa
|
b21fc186af
|
Rename Engines::Component to Engines::EngineComponent
|
2011-02-28 14:55:52 +00:00 |
|
inv
|
2de294b09a
|
Merge from V6_2_BR 23/12/2010
|
2010-12-24 08:18:34 +00:00 |
|
prascle
|
8fa039a796
|
merge from branch BR_SMDS_MEMIMP 29 nov 2010
|
2010-11-29 13:20:53 +00:00 |
|
vsr
|
d8f644ca3d
|
Merge from V5_1_main branch 24/11/2010
|
2010-11-25 12:44:43 +00:00 |
|
vsr
|
9357f5c870
|
Merge from V5_1_main 14/05/2010
|
2010-05-14 15:32:37 +00:00 |
|
eap
|
0cadad987c
|
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
* Evaluate():
** do not read from out of vector range
** report error if algo->Evaluate() returns negative number
|
2010-02-01 11:12:17 +00:00 |
|
eap
|
035f2b519d
|
- if ( theNbSegments )
+ if ( theNbSegments > 0 )
myGen.SetDefaultNbSegments( int(theNbSegments) );
else
THROW_SALOME_CORBA_EXCEPTION( "non-positive number of segments", SALOME::BAD_PARAM );
|
2010-01-22 11:34:11 +00:00 |
|
ouv
|
6c4be33671
|
Issue 0020514: EDF 1110 SMESH : Export many meshes in one Med File
|
2010-01-11 07:17:11 +00:00 |
|
eap
|
f1bc3e4413
|
0020605: EDF 1190 SMESH: Display performance. 80 seconds for 52000 cells.
set IsEmbeddedMode() in costructor
|
2009-12-11 10:43:31 +00:00 |
|
vsr
|
b03a1e6001
|
Merge from BR_phase16 branch (09/12/09)
|
2009-12-09 15:46:26 +00:00 |
|
vsr
|
2daa321efa
|
Merge from V5_1_3_BR branch (07/12/09)
|
2009-12-08 13:11:42 +00:00 |
|
vsr
|
3fa4acc3ab
|
Fix problem in Mesh module on closing study operation (reference to the non existent study is kept and used)
|
2009-09-29 14:11:58 +00:00 |
|
eap
|
53254ff3ed
|
untabify
|
2009-09-10 16:11:08 +00:00 |
|
ptv
|
40b2818f18
|
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
Replace hard coded values of element types by new enumeration (added in advanced mesh info Improvement)
|
2009-08-25 05:18:16 +00:00 |
|
ptv
|
79c00fe8dd
|
0020095: EDF 896 SMESH : Advanced Mesh info on a group
|
2009-08-21 05:41:59 +00:00 |
|
vsr
|
686a864564
|
Merge from V5_1_2_BR branch (14 July 2009)
|
2009-07-15 08:11:22 +00:00 |
|
skl
|
bb0c89d5a8
|
Implememtation of evaluation for improvement 0019296.
|
2009-06-29 13:26:16 +00:00 |
|
eap
|
8a18d05e3b
|
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
enable Load() in case if meshed geom group has changed
|
2009-05-25 11:32:35 +00:00 |
|
vsr
|
66b8a7daf6
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
Additional patch: do not publish SMESH component automatically on the module activation
|
2009-04-14 12:12:27 +00:00 |
|
eap
|
dd496074b4
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
call mesh->CheckGeomGroupModif() when current study changes
|
2009-04-03 14:28:20 +00:00 |
|
eap
|
672ca0c09f
|
0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
|
2009-02-25 15:22:05 +00:00 |
|
eap
|
455ceefa49
|
0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
be patient to studies with invalid node positions data
|
2009-02-25 15:02:11 +00:00 |
|
vsr
|
0635c9fc80
|
Merge from BR_V5_DEV 16Feb09
|
2009-02-17 05:27:49 +00:00 |
|
jfa
|
79b1ac2b6d
|
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
|
2008-03-07 07:47:05 +00:00 |
|
jfa
|
c63ee099ad
|
Join modifications from branch BR_DEBUG_3_2_0b1
|
2006-06-01 11:39:17 +00:00 |
|
eap
|
fdfe9f0f65
|
fix bug 12361. Peview possiblity of SetCurrentStudy(nil)
|
2006-05-10 12:49:13 +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
|
95dab66d27
|
PAL10494 (SMESH python dump uses idl interface). Python dump converted to smesh.py API, usage of TPythonDump tool
|
2005-12-15 08:34:25 +00:00 |
|
eap
|
81e9dbdf6c
|
PAL10491. Add GetAlgoState()
|
2005-11-14 09:11:54 +00:00 |
|