eap
9c7efc01ae
Fix a hang-up of UNV import
...
Hang-up at reading an empty data-set at the file end:
-1
2477
-1
2019-10-24 16:25:50 +03:00
eap
a4f06a3d9d
IPAL54452: Compact mesh after merge operations
...
Don't use elem IDs at UNV and DAT export to avoid gaps in numeration
2019-08-29 16:19:25 +03:00
rnv
40f690a797
[CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr / shared_ptr
2019-03-12 13:23:45 +03:00
rnv
0b4f557c95
Run SALOME with UNICODE path
2019-03-11 13:05:42 +03:00
vsr
6d32f944a0
Update copyrights
2019-02-14 15:33:05 +03:00
eap
f816f204d3
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/625363577
2018-06-25 14:38:55 +03:00
eap
4c16067d42
23418: [OCC] Mesh: Minimization of memory usage of SMESH
2018-04-05 15:08:14 +03:00
rnv
97889f80ac
Migration to OpenCASCADE CMake configuration
2018-03-05 18:56:23 +03:00
eap
8f8c86b463
IPAL54004: Quadratic pyramids incorectly imported from UNV
2017-03-02 20:28:59 +03:00
eap
e74c29b786
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125
2017-03-02 19:51:35 +03:00
vsr
6e5b6a69fa
Fix stupid copy-paste mistage in header file's guarder.
2017-02-15 15:02:09 +03:00
eap
41b3e44333
Remove useless MESSAGEs
2017-01-13 13:39:13 +03:00
eap
911ca90c3d
IPAL53401: BelongToGeom is very long on multiple lines
...
More optimization of octree + parallel update of GroupOnFilter
Remove useless warnings
2016-06-27 20:07:19 +03:00
eap
ef3921b2af
IPAL52980: Wire Discretization with Table density fails
...
fix this problem for all 1D hypotheses (StdMeshers_Regular_1D.cxx)
Bug report: http://www.salome-platform.org/forum/forum_10/636759606
Fix compilation warnings:
- unused function
- missing virtual destructor
- variable set but not used
2016-06-10 20:47:53 +03:00
vsr
7eda9ca931
Copyright update: 2016
2016-03-18 20:10:28 +03:00
eap
59627b07d7
Fix compilation errors using gcc-5.X relating to explicit stream::operator bool()
...
+ Fix compilation warnings
2016-01-13 16:47:35 +03:00
eap
3369d458ea
IPAL52935: "Apply and Close" button is not available in "Make 0D Elements on Element Nodes" dialog box
...
(SMESHGUI_Add0DElemsOnAllNodesDlg.cxx)
Eliminate compilation warnings (all the rest files)
2015-10-27 20:47:31 +03:00
eap
53a2fb6d67
IPAL52726: Hypotheses are missing from Object Browser after re-assignement
...
Fix addReference() in SMESH_Gen_i_1.cxx
IPAL52649: Irregular mesh created by Extrusion 3D algo
Add projectQuads() (not used so far) in StdMeshers_Projection_2D.cxx
Fix errors detected by PVS-Studio as reported in www.viva64.com/en/b/0322/
2015-05-05 15:47:33 +03:00
akl
251f8c052d
Copyrights update 2015.
2015-02-13 12:38:36 +04:00
eap
a5f7916fb6
0022638: [CEA 1210] Wrong import of an UNV file
...
Support reading a mesh in 2D space
2014-07-10 15:20:25 +04:00
akl
b0a908c0d2
Update copyrights 2014.
2014-02-20 16:25:37 +04:00
rnv
e33e8e2029
WIN32 compilation of the SMESH module:
...
1) Fix common WIN32 compilation errors.
2) Replace WNT deprecated macro definition by the WIN32.
3) Remove unnecessary test executables.
4) Make MEFISTO2D algorithm optional: try to determine f2c generator and generate C code from Fortran, otherwise MEFISTO2D is unavailable.
2013-10-18 13:29:00 +00:00
rnv
1bd4ba8acd
Porting SALOME SMESH module to the CMake build system: initial version.
2013-10-10 12:57:42 +00:00
eap
b10e5c9adf
Fix for
...
==3768== Conditional jump or move depends on uninitialised value(s)
==3768== at 0x4C22ED8: strlen (mc_replace_strmem.c:275)
==3768== by 0x1081E60B: std::string::operator=(char const*) (in /usr/lib64/libstdc++.so.6.0.12)
==3768== by 0x40757F29: UNV164::Read(std::basic_ifstream<char, std::char_traits<char> >&, UNV164::TRecord&) (UNV164_Structure.cxx:49)
2013-08-08 11:05:20 +00:00
inv
5bdade8015
RNV: Fix link errors.
2013-07-22 12:59:01 +00:00
akl
1227aa421b
Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file:
...
read the whole line instead of chars set.
2013-05-28 08:52:35 +00:00
eap
d9e7f2c591
0022218: EDF 2638 SMESH: Issue when importing UNV file
...
- const size_t theMaxLineLen = 82;
+ const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
2013-05-28 08:33:47 +00:00
akl
96625f32df
Fix of 0022218: EDF 2638 SMESH: Issue when importing UNV file:
...
set the correct number of symbols to read the given coordinate system data.
2013-05-28 08:16:34 +00:00
eap
6d0acadd44
0022100: EDF 2413 SMESH: Take into account TRIA7
2013-05-16 16:38:48 +00:00
vsr
bd8f1aee7c
Merge from V6_main 01/04/2013
2013-04-01 13:05:47 +00:00
vsr
f5016d85b7
Merge from V6_main (04/10/2012)
2012-10-08 11:56:59 +00:00
vsr
bd4e115a78
Merge from V6_main_20120808 08Aug12
2012-08-09 10:03:55 +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
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
smh
5b66adc250
Preparation of 3.1.0a2: version ID. compilation with new HEAD and new MED (with polyhedres)
2005-10-18 14:52:45 +00:00
smh
13c1cf5e03
SMH: Fix from Paul
2005-06-14 12:36:44 +00:00
apo
2c23c066a7
[Bug PAL7850] REGRESSION: The imported mesh from .unv file has inversion orientation.
2005-02-01 13:35:42 +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
51569f091c
DCQ:prepare 2.0.0
2004-07-20 07:56:05 +00:00
yfr
c3bf92bd87
DCQ : Merge with Ecole_Ete_a6.
2004-06-18 08:34:31 +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
8d2ecd75b0
Update to match the changes in SMDS
2003-09-04 12:03:27 +00:00
jrt
49b22b1c40
Remove OCC_LIBS from LDFLAGS
2003-09-04 11:03:54 +00:00
yfr
bc4929c5bc
yfr : Merge with v1.2
2003-07-10 09:42:33 +00:00
nri
6fc35ce9d2
NRI : Add KERNEL includes.
2003-05-19 14:10:15 +00:00