skl
|
bb0c89d5a8
|
Implememtation of evaluation for improvement 0019296.
|
2009-06-29 13:26:16 +00:00 |
|
eap
|
0f98258c46
|
SMESH_Hypothesis::Hypothesis_Status aStatus;
if ( aPrism3D->CheckHypothesis( aMesh, aShape, aStatus ) ) {
+ aPrism3D->InitComputeError();
bOK = aPrism3D->Compute( aMesh, aShape );
|
2009-06-18 12:47:55 +00:00 |
|
eap
|
c4e4d52dd6
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
fix for SIGSEGV on quadratic mesh
|
2009-05-20 13:21:04 +00:00 |
|
eap
|
c8e501d713
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
sort faces by IDs
|
2009-05-19 15:41:19 +00:00 |
|
eap
|
318d07b4db
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
1) delete temporary faces in destructor
2) bind created pyramids to shape
3) create quadratic pyramids when necessary
4) sort faces by IDs
|
2009-05-19 15:40:53 +00:00 |
|
eap
|
58e6fd99b6
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
fix FindMatchingNodesOnFaces() on quadratic mesh
|
2009-05-19 15:36:09 +00:00 |
|
eap
|
e07947533e
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
fix SetSourceMesh(): set mesh before calling NotifySubMeshesHypothesisModification()
|
2009-05-19 15:35:17 +00:00 |
|
eap
|
eb2c096f8e
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
Compare TNode's by node ID
|
2009-05-19 15:34:07 +00:00 |
|
eap
|
966f6ecf06
|
0020279: [CEA 334] control the "random" use when using mesh algorithms
In SetEventListener(), avoid meshing of internal vertices of
complex edge
|
2009-05-19 15:33:12 +00:00 |
|
eap
|
aa8faf765a
|
#include SMESH_MeshEditor.hxx via SMESH_MesherHelper.hxx
|
2009-05-19 15:26:34 +00:00 |
|
eap
|
413a2425d7
|
eliminate compilation warning
|
2009-05-19 15:23:46 +00:00 |
|
eap
|
14dd470a5d
|
0020338: EDF 1019 SMESH : 3D extrusion issue
fix FindMatchingNodesOnFaces() for the case of no nodes on edge (since nb segments == 1 )
|
2009-05-06 11:31:45 +00:00 |
|
eap
|
1f4f2f7503
|
IPAL21120 SIGSEGV on Meshing attached Compound with Automatic Hexadralization
Report on bad geometry if GetFaceIndex() returns -1
|
2009-05-04 15:17:26 +00:00 |
|
eap
|
9fd4726f74
|
0020222: Quandrangle_2D meshing fail
unite only edges shared by two same faces
|
2009-03-19 07:14:16 +00:00 |
|
vsr
|
cb0cec3f05
|
Issue 19292: fix wrong use case
|
2009-03-16 16:11:22 +00:00 |
|
eap
|
015abb3cd3
|
avoid extra list copying
- aRes = (*it).second;
+ return it->second;
|
2009-03-11 14:48:54 +00:00 |
|
adam
|
c9cb7f7c5d
|
Test EXPORTS definition with target name as suggested by cmake
|
2009-03-06 16:00:11 +00:00 |
|
eap
|
b17276ded0
|
0020184: EDF SMESH 952: Projection 2D does not work
project only if there are nodes on face
|
2009-03-03 08:53:53 +00:00 |
|
eap
|
cba66c5885
|
0020184: EDF SMESH 952: Projection 2D does not work
+ static bool IsBoundaryEdge()
+ bool AssocGroupsByPropagation()
|
2009-03-03 08:49:33 +00:00 |
|
adam
|
ea89ab6a23
|
Compatibility cmake
|
2009-02-26 15:04:36 +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 |
|
enk
|
06c42e9c95
|
Fix for Bug IPAL11055:
It is impossible to input negative value as f(t) in table function.
|
2006-03-21 07:24:22 +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 |
|
jfa
|
6b471bcc54
|
Join modifications from branch BR_3_1_0deb
|
2005-12-28 09:17:39 +00:00 |
|
eap
|
5c933ecde0
|
PAL10953. Add Fineness parameter to Automatic Length hypothesis
|
2005-12-26 10:34:54 +00:00 |
|
eap
|
236b583d31
|
PAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo
|
2005-12-23 10:00:03 +00:00 |
|
jfa
|
b90943f064
|
Fix for bug 10498. Support old storage format of NumberOfSegments hypothesis
|
2005-11-25 15:58:28 +00:00 |
|
asl
|
2ad752b10c
|
PAL8238 - Hypothesis for non-regular 1D meshing
|
2005-11-23 09:07:44 +00:00 |
|
mkr
|
9dbbb779fa
|
Add new variable for finding OCC libraries during compilation.
|
2005-11-16 12:00:03 +00:00 |
|
eap
|
2df8c2d513
|
PAL10173. Protect computeParamByFunc() against divisionby zero when f(0)=0 and against infinite loop
|
2005-11-15 08:53:15 +00:00 |
|
eap
|
f0cefe4519
|
PAL10500. Take into account degenerated edges
|
2005-11-14 09:22:24 +00:00 |
|
eap
|
1f81f404ba
|
PAL10237. Add StdMeshers_AutomaticLength 1D hypothesis
|
2005-11-01 10:07:11 +00:00 |
|
eap
|
c67bfdf8eb
|
bug 8924. Restore lost modifications of 1.5 revision, remove commented code
|
2005-09-09 05:17:55 +00:00 |
|
eap
|
58187d6f68
|
PAL9022. Use improved SMESHDS_Mesh API methods, comment unused variables
|
2005-09-07 04:45:51 +00:00 |
|
eap
|
2ac338d578
|
PAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID
|
2005-09-07 04:42:49 +00:00 |
|
asl
|
8672ad3e76
|
PAL8238
|
2005-08-16 12:26:35 +00:00 |
|
smh
|
c38c10811a
|
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
|
2005-06-07 13:22:20 +00:00 |
|
eap
|
e90b1a5ede
|
fix the bug 8924: correct edges orientation definition, remove unused variables
|
2005-05-26 10:39:00 +00:00 |
|
eap
|
a310184e13
|
PAL8539. Fix case NB_SEGMENTS for scale != 1.0 and first edge parameter != 0.0
|
2005-04-05 10:00:04 +00:00 |
|
eap
|
01ec976777
|
fix PAL8468. Change StartAndEndLength and Arithmethic1D computation on reversed edges
|
2005-03-31 09:33:30 +00:00 |
|
eap
|
f1bd9084e0
|
PAL7933. enable propagation of local hypotheses assigned to super-shapes
|
2005-02-04 11:08:26 +00:00 |
|
eap
|
8cc5e7af94
|
PAL7913. Fix for the case where different 1d hypotheses are used on opposite edges
|
2005-02-01 08:00:03 +00:00 |
|
eap
|
db3bd69341
|
PAL7913. free memory in the destructor
|
2005-02-01 07:51:29 +00:00 |
|
eap
|
9b89dd05ca
|
PAL7913. make QuadDelete() static
|
2005-02-01 07:48:07 +00:00 |
|
eap
|
0c22c61f19
|
PAL7912. Fix SaveTo(ostream)
|
2005-01-28 11:14:18 +00:00 |
|
san
|
839d52abd7
|
PAL7705: Possibility to override default implementation added
|
2005-01-28 08:48:56 +00:00 |
|