SALOME Mesh module
Go to file
rnc 3f3beb8b95 BUG: EDF 2655: Low performance of hexa to tetra splitting
The whole procedure performance was almost O(n^2) due to insertion of for example 5 elements in a mesh with a free ID at the beginning. The second element is then inserted with a O(n) complexity.
The hexas are now removed after all tetra insertions, which guarantees a O(n) complexity for the whole procedure at a limited memory cost (transient additional cost of 1/5 of total memory occupation at the end).
2013-07-19 16:01:27 +00:00
adm_local Merge from BR_plugins_pbyacs 03/04/2013 2013-04-04 07:08:19 +00:00
bin Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
doc 22252: EDF 2684 SMESH: Extrusion along a path with a curvilinear edge 2013-07-16 14:29:44 +00:00
idl 0021708: [CEA 586] Object browser sort only children: 2013-07-09 08:32:08 +00:00
resources 0022169: [CEA 750] Chose before visualization mesh element type to display 2013-06-21 05:33:07 +00:00
src BUG: EDF 2655: Low performance of hexa to tetra splitting 2013-07-19 16:01:27 +00:00
AUTHORS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
build_cmake Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
build_cmake.bat Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
build_configure CoTech decision: move MEDWrapper from MED to SMESH 2013-06-26 11:17:07 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
clean_configure Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00
configure.ac CoTech decision: move MEDWrapper from MED to SMESH 2013-06-25 15:22:50 +00:00
COPYING Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.am CoTech decision: move MEDWrapper from MED to SMESH 2013-06-26 11:17:07 +00:00
NEWS Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
README Join modifications from BR_Dev_For_4_0 tag V4_1_1. 2008-03-07 07:47:05 +00:00
SMESH_version.h.in Merge from V6_main 01/04/2013 2013-04-01 13:05:47 +00:00