eap
|
fff3f03c3a
|
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Add StdMeshers_ViscousLayers2D hypothesis
|
2012-10-15 15:05:25 +00:00 |
|
eap
|
6e9adf3812
|
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"
|
2012-08-29 17:57:20 +00:00 |
|
eap
|
eb09a83f3d
|
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason
void NETGENPlugin_NETGEN_*D::CancelCompute()
{
+ SMESH_Algo::CancelCompute();
|
2012-07-20 16:14:30 +00:00 |
|
vsr
|
576090645e
|
Merge from V6_5_BR 05/06/2012
|
2012-06-05 12:34:35 +00:00 |
|
vsr
|
d736f1af2c
|
Merge from V6_4_BR 05/12/2011
|
2011-12-05 11:51:56 +00:00 |
|
eap
|
8294573dc9
|
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
initialize occgeo.face_maxh in case of usage of NETGEN_Parameters_2D hyp
|
2011-10-07 11:33:30 +00:00 |
|
eap
|
69acc2e649
|
0021334: [CEA] non regression test : meshing error
+#ifdef NETGEN_NEW
+ occgeo.face_maxh = netgen::mparam.maxh;
+#endif
|
2011-07-25 08:26:16 +00:00 |
|
eap
|
51cc06831d
|
restore "QuadranglePreference" hyp as it can be used by NETGEN 2D
together with "Max. Elemet Area" for example
|
2011-07-08 11:42:47 +00:00 |
|
eap
|
ac9fa07f93
|
0021271: [CEA 473] Implement min size in netgen plugin
|
2011-07-05 08:46:19 +00:00 |
|
eap
|
8730f3b877
|
Add "Allow quadrangles" to "Simple netgen parameters" hypothesis
|
2011-07-01 15:18:55 +00:00 |
|
gdd
|
28ae5104e3
|
rnc: Removed obsolete hypothesis "quadrangle preference" which has already been removed from SMESH module
|
2011-06-30 08:41:56 +00:00 |
|
vsr
|
8239d06798
|
Merge from V6_3_BR 06/06/2011
|
2011-06-06 09:39:58 +00:00 |
|
adam
|
2cdf1b2ac7
|
Implement Cancel Compute
|
2011-03-17 11:03:40 +00:00 |
|
adam
|
11e4fa67a4
|
Remove warnings
|
2011-02-17 14:41:02 +00:00 |
|
vsr
|
97990c642a
|
Merge from V6_2_BR 23/12/2010
|
2010-12-24 08:22:38 +00:00 |
|
prascle
|
090c556dd9
|
PR: SMDS memory improvement, VTK version from Paraview 3.9
|
2010-11-29 13:35:09 +00:00 |
|
vsr
|
d7d66641f1
|
Merge from V5_1_main branch 24/11/2010
|
2010-11-25 12:50:21 +00:00 |
|
vsr
|
91c1d3465a
|
Merge from V5_1_main 14/05/2010
|
2010-05-14 15:49:35 +00:00 |
|
eap
|
b6d4daa757
|
020700: EDF 1234 SMESH: Quadrangle preference and Netgen
- if ( _hypMaxElementArea || _hypLengthFromEdges )
+ if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference)
aStatus = HYP_OK;
|
2010-02-18 09:00:21 +00:00 |
|
eap
|
f8b902ad9a
|
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Fix for internal edges
|
2010-02-11 08:28:13 +00:00 |
|
vsr
|
10fc3eb3e0
|
Merge from V5_1_3_BR branch (07/12/09)
|
2009-12-08 16:04:11 +00:00 |
|
adam
|
9744d220ed
|
Netgen 4.9.11 compatibility
|
2009-10-26 17:13:37 +00:00 |
|
eap
|
f39abee419
|
0020526: [CEA] Disk meshing fails
care of orientation of a sole edge in a wire
|
2009-10-08 13:41:49 +00:00 |
|
ptv
|
347223da4b
|
0019296: Too small Max element Area
|
2009-10-01 06:28:39 +00:00 |
|
adam
|
fb14d85a93
|
Fix an un-initialisation
|
2009-09-14 14:58:16 +00:00 |
|
ptv
|
10408a1fcd
|
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:47:16 +00:00 |
|
skl
|
3cd53c4b5e
|
Protection before invalid hypothesises for "Evaluate" operation.
|
2009-08-06 12:46:03 +00:00 |
|
maintenance team
|
fa15077ca0
|
Fix compilation problem on Debian Sarge
|
2009-07-10 06:26:38 +00:00 |
|
skl
|
5b90097c3f
|
Implememtation of evaluation for improvement 0019296.
|
2009-06-29 13:17:40 +00:00 |
|
vsr
|
5e1cfe70db
|
Merge from BR_V5_DEV 16Feb09
|
2009-02-17 07:15:34 +00:00 |
|
jfa
|
40bc6ed762
|
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
|
2008-03-07 07:47:18 +00:00 |
|