eap
d9d9b36627
HEXA_27021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
2012-09-24 11:15:01 +00:00
eap
765ce25ce9
fix interlace array of HEXA_27
2012-09-24 11:14:08 +00:00
eap
553185b191
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
...
+ virtual void SetOption(const std::string& optionName,
+ const std::string& optionValue) {}
+ virtual SMESH_ComputeErrorPtr GetError();
2012-09-24 11:13:16 +00:00
eap
673b8a1d41
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
...
+ DriverGMF \
2012-09-24 11:12:27 +00:00
eap
e7f46a8d54
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
...
+ SMESH_Mesh CreateMeshesFromGMF( in string theFileName,
+ out SMESH::ComputeError theError)
2012-09-24 11:11:52 +00:00
eap
118809aa24
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
...
+ void ExportGMF( in SMESH_IDSource meshPart,
+ in string file ) raises (SALOME::SALOME_Exception);
2012-09-24 11:11:37 +00:00
eap
a65bb6a041
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
2012-09-24 11:10:55 +00:00
eap
4b37f34bea
Improve user docs
2012-09-24 11:10:05 +00:00
eap
71fb7f8d54
Choose Geometry by mesh element selection (while defining sub-mesh)
2012-09-21 16:23:54 +00:00
ana
3dfa809507
Win32 compatibility
2012-09-20 08:06:33 +00:00
eap
a4e7b785fa
0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear
...
An error in documentation is fixed
2012-09-18 07:11:32 +00:00
eap
0798335da8
def GetMeshEditor(self):
...
- return self.mesh.GetMeshEditor()
+ return self.editor
2012-09-17 10:23:15 +00:00
eap
ff7d2479be
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
+ * \brief Returns description of an error/warning occured during the last operation
+ */
+ SMESH::ComputeError* GetLastError();
2012-09-17 10:22:42 +00:00
eap
c651365140
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
extract SMESH_MeshPartDS.hxx from SMESH_MeshEditor_i.cxx
2012-09-17 10:22:02 +00:00
eap
a1a7402321
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
+ // Errors of SMESH_MeshEditor follow
+ EDITERR_NO_MEDIUM_ON_GEOM= -101 /* during conversion to quadratic,
+ some medium nodes not placed on geometry
+ to avoid distorting elements, which are
+ stored in SMESH_ComputeError::myBadElements */
2012-09-17 10:20:50 +00:00
eap
bf2593a237
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
Show elements whose medium nodes were not placed on geometry
2012-09-17 10:20:24 +00:00
eap
6adaa05a56
+ prop->Delete();
2012-09-17 10:18:47 +00:00
eap
2077709da4
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
+ void force3DOutOfBoundary( SMESH_MesherHelper& theHelper,
+ SMESH_ComputeErrorPtr& theError)
2012-09-17 10:18:28 +00:00
eap
12c889c3f6
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
Returns description of an error/warning occured during the last mesh edition
2012-09-17 10:18:07 +00:00
eap
3a58968846
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
double MaxLinearSize2() const;
// Return maximal square distance between connected corner nodes
2012-09-17 10:16:21 +00:00
eap
9731c7f189
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
...
+ /*!
+ * \brief Returns description of an error/warning occured during the last operation
+ */
+ ComputeError GetLastError();
2012-09-17 10:15:51 +00:00
eap
55d54bc7f0
decrease the low bound of Threshold
2012-09-14 13:14:35 +00:00
eap
fc7d86ce22
mistype
2012-09-14 13:10:32 +00:00
eap
5e940de5e3
0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
...
Log node movement not only in DEBUG mode
2012-09-13 12:25:09 +00:00
gdd
0b6314ea9e
Fix mispells
2012-09-12 09:59:08 +00:00
eap
7a940415de
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Improve GetAlgo()
2012-09-11 13:20:29 +00:00
eap
118122435c
0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
...
+ static TopAbs_ShapeEnum GetGroupType(const TopoDS_Shape& group,
+ const bool avoidCompound=false);
2012-09-11 09:24:59 +00:00
eap
68b41560cb
0021845: EDF 1855 SMESH : A no-regression test fails on RadialQuadrangle meshing
...
1) fix getAlgoData()
2) correct detection of concurrent algos in GetAlgo()
2012-09-11 09:24:28 +00:00
eap
8d6f13f41e
0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
...
Fix smoothAnalyticEdge() for a circle
2012-09-11 07:53:33 +00:00
prascle
34976cf1e1
PR: bug EDF 2300
2012-09-10 07:04:02 +00:00
prascle
61bc7f8f5f
PR: correction bug EDF 2299.
2012-09-08 14:40:53 +00:00
eap
db07298a81
Call a not published shape to mesh by name of the mesh if provided
2012-09-07 14:12:35 +00:00
eap
98ad123d21
0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group
...
correct fillAncestorsMap() not to miss COMPOUNDs inside a COMPOUND
2012-09-07 08:00:48 +00:00
eap
f8658faa90
0021843: [CEA 658] Segmentation fault when using GHS3D on a 2D group
...
Avoid "1D global algo is missing" error if it's not really missing
2012-09-07 07:58:38 +00:00
eap
ab9945d2b0
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Return newly detected concurrent sub-meshes in the order they are
computed w/o imposed order of sub-meshes
2012-09-06 14:13:38 +00:00
eap
a438b8cfa9
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Use SMESH_Gen::GetPluginXMLPaths()
2012-09-06 14:08:48 +00:00
eap
314c0d0977
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
Use LDOMParser
+ -lTKCDF
2012-09-06 14:08:01 +00:00
eap
7f64a1c94a
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
1) + static std::vector< std::string > GetPluginXMLPaths();
2) In GetAlgo(), choose a concurrent 2D algorithm whose output is
suitable to both different 3D algos on SOLIDs
2012-09-06 14:07:24 +00:00
eap
b2a682e314
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
+ static std::vector< std::string > GetPluginXMLPaths();
2012-09-06 13:50:41 +00:00
eap
2a7bf64d23
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes
...
+ // return true if given order of sub-meshes is OK
+ bool IsOrderOK( const SMESH_subMesh* smBefore,
+ const SMESH_subMesh* smAfter ) const;
2012-09-06 13:49:43 +00:00
prascle
4cde840048
PR: correction bug EDF 2299.
2012-09-06 13:27:46 +00:00
rnv
97220d5bca
Win32 compilation.
2012-09-05 14:31:04 +00:00
vsr
cd4ec3d9f2
As OCCT issue 0022809 has been fixed, remove temporary workaround in the Cartesian 3d algorithm
2012-09-05 09:23:09 +00:00
eap
daf44dd2d8
0021826: EDF 2367 SMESH : Hexaedron failure
...
fix the prev integration
2012-09-04 14:42:17 +00:00
prascle
80cf9ab761
PR: tools for crack meshing : when building pyramids on complex shapes, orientation detection is difficult (concavities) and can be helped if a group of faces correctly oriented is provided. (check the presence of a group named "skinFaces")
2012-09-04 14:06:32 +00:00
prascle
16fcf4dea0
PR: tools for crack meshing : when importing a mesh, use a tolerance relative to the edge size.
2012-09-04 14:00:14 +00:00
prascle
1f2c6e16a4
PR: tools for crack meshing
2012-09-04 13:58:46 +00:00
prascle
fc3530a171
PR: tools for crack meshing : take into account surfaces detected as only GeomAbs_C0 but still OK for meshing
2012-09-04 13:57:12 +00:00
prascle
7446d65dcb
PR: tools for crack meshing : detection of elements affected by node duplication, identification of elements near a geom shape, to create a hole, creation of the skin of the future hole
2012-09-04 13:54:50 +00:00
prascle
c63113a9ae
PR: tools for crack meshing : detection of elements affected by node duplication
2012-09-04 13:47:56 +00:00