Salome HOME
plugins/ghs3dplugin.git
11 years agoPR: dump new init mode distribGeom_V6main_dump
prascle [Tue, 19 Feb 2013 11:28:49 +0000 (11:28 +0000)]
PR: dump new init mode

11 years agoPR: synchro V6_main tag mergeto_V7_main_11Feb13 distribGeom_11Feb13
prascle [Mon, 18 Feb 2013 21:30:29 +0000 (21:30 +0000)]
PR: synchro V6_main tag mergeto_V7_main_11Feb13

11 years agoPR: distributed geom and smesh scripts: first step distributedScripts_V1
prascle [Thu, 7 Feb 2013 14:44:20 +0000 (14:44 +0000)]
PR: distributed geom and smesh scripts: first step

11 years ago21983: [CEA 714] Imposed mesh not taken into account after hdf reload V6_6_BR V6_6_0 V6_6_0rc1 V6_6_0rc2
eap [Mon, 19 Nov 2012 11:42:07 +0000 (11:42 +0000)]
21983: [CEA 714] Imposed mesh not taken into account after hdf reload

   struct TGHS3DEnforcedMesh {
+    int         persistID;

+  void RestoreEnfElemsByMeshes(); // persistence

11 years ago21983: [CEA 714] Imposed mesh not taken into account after hdf reload
eap [Mon, 19 Nov 2012 11:40:08 +0000 (11:40 +0000)]
21983: [CEA 714] Imposed mesh not taken into account after hdf reload

+  virtual void SubmeshRestored(SMESH_subMesh* subMesh);

11 years agoIncrement version to 6.6.0
vsr [Mon, 19 Nov 2012 11:15:46 +0000 (11:15 +0000)]
Increment version to 6.6.0

11 years agoUpdate doc V6_6_0a1 V6_6_0b1
gdd [Thu, 18 Oct 2012 12:36:54 +0000 (12:36 +0000)]
Update doc

11 years agoMerge from BR_meshgems
gdd [Wed, 17 Oct 2012 14:42:52 +0000 (14:42 +0000)]
Merge from BR_meshgems

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
ana [Wed, 17 Oct 2012 06:15:36 +0000 (06:15 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods). Porting to CMake.

11 years agoAvoid "GROUP" redefinition on win32: add 'MeshObjectType'enum to namespace SMESH
ana [Wed, 10 Oct 2012 08:43:19 +0000 (08:43 +0000)]
Avoid "GROUP" redefinition on win32: add 'MeshObjectType'enum to namespace SMESH

11 years ago021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
eap [Mon, 24 Sep 2012 11:50:20 +0000 (11:50 +0000)]
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)

 Move libmesh5.* to SMESH_SRC/src/DriverGMF

11 years ago[NEW] Add the volumic gradation parameter.
gdd [Thu, 13 Sep 2012 15:12:32 +0000 (15:12 +0000)]
[NEW] Add the volumic gradation parameter.
[FIX] In GUI, replace myEnforcedTableWidget->clear() by myEnforcedTableWidget->clearContents() (header labels were erased)

11 years agoChange link to Distene english website
gdd [Mon, 10 Sep 2012 08:34:28 +0000 (08:34 +0000)]
Change link to Distene english website

11 years agoFix reading of .mesh file (missing break statement caused creation of undesirable...
gdd [Wed, 5 Sep 2012 08:59:56 +0000 (08:59 +0000)]
Fix reading of .mesh file (missing break statement caused creation of undesirable tetrahedra)

11 years agoClarify in doc that input 2D mesh can be triangles or quadrangles.
gdd [Mon, 3 Sep 2012 09:44:55 +0000 (09:44 +0000)]
Clarify in doc that input 2D mesh can be triangles or quadrangles.

11 years agoFix several bugs in the "Enforced meshes" feature:
gdd [Mon, 3 Sep 2012 08:53:51 +0000 (08:53 +0000)]
Fix several bugs in the "Enforced meshes" feature:
- Enforced meshes are now correctly saved to study
- The size parameter was removed (unused)
- When more than 1 enforced mesh is added, all are correctly treated

11 years ago-#include "SMESH_*D_Algo.hxx"
eap [Wed, 29 Aug 2012 17:49:40 +0000 (17:49 +0000)]
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"

11 years ago0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis...
eap [Tue, 28 Aug 2012 09:01:35 +0000 (09:01 +0000)]
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete

Fix SIGSEGV on Mandriva2010-32bits

+    double ValTab[] = {0.0};

-      GmfSetLin(idxSol, GmfSolAtVertices, 0.0);
+      GmfSetLin(idxSol, GmfSolAtVertices, ValTab);

11 years ago0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis...
eap [Fri, 24 Aug 2012 11:43:04 +0000 (11:43 +0000)]
0021811: EDF BLSURFPLUGIN GHS3DPLUGIN: If dump is not historical, dump of hypothesis is incomplete

enumerate methods that don't change a value of a meshing parameter but
add one more value

+      <python-wrap>
+        <accumulative-methods>
+          SetEnforcedVertex,
+          ...

11 years agoImprovement of Python API documentation (SMESH and plugins):
vsr [Fri, 24 Aug 2012 05:58:09 +0000 (05:58 +0000)]
Improvement of Python API documentation (SMESH and plugins):
- move base Mesh_Algorithm class to the separate python module

11 years agoMinor change for documentation generation
vsr [Wed, 22 Aug 2012 11:49:27 +0000 (11:49 +0000)]
Minor change for documentation generation

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
vsr [Wed, 22 Aug 2012 11:39:09 +0000 (11:39 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
vsr [Wed, 22 Aug 2012 11:30:22 +0000 (11:30 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)

11 years ago0021782: [CEA 617] Enforced vertices without geometry fails
gdd [Wed, 8 Aug 2012 14:33:48 +0000 (14:33 +0000)]
0021782: [CEA 617] Enforced vertices without geometry fails

Documentation is updated. It is precised that enforced vertices given from geometrical entities is available only in mesh with no geometry attached. Enforced vertices given by coordinates is always available.

11 years ago0021782: [CEA 617] Enforced vertices without geometry fails
eap [Wed, 8 Aug 2012 12:19:04 +0000 (12:19 +0000)]
0021782: [CEA 617] Enforced vertices without geometry fails

   enable writting enforced vertices into *_required.mesh GMF file

11 years ago0021776: [CEA 610] SetEnforcedMeshWithGroup fails or succeeds depending in how we...
eap [Wed, 8 Aug 2012 09:33:35 +0000 (09:33 +0000)]
0021776: [CEA 610] SetEnforcedMeshWithGroup fails or succeeds depending in how we use it

static void addElemInMeshGroup(SMESH_Mesh*             theMesh,
                               const SMDS_MeshElement* anElem,
                               std::string&            groupName,
                               std::set<std::string>&  groupsToRemove)
{
+  if ( !anElem ) return; // issue 0021776

11 years agoDoc updated for the tui example
gdd [Mon, 6 Aug 2012 09:42:51 +0000 (09:42 +0000)]
Doc updated for the tui example

11 years agoDocumentation updated for the enforced meshes (to be used on 2D meshes only)
gdd [Mon, 6 Aug 2012 09:28:48 +0000 (09:28 +0000)]
Documentation updated for the enforced meshes (to be used on 2D meshes only)

11 years agoAnother fix
gdd [Mon, 6 Aug 2012 08:57:15 +0000 (08:57 +0000)]
Another fix

11 years ago21775 : [CEA 2059] Errors in python API of SetEnforcedMesh in GHS3DPluginDC.py
gdd [Mon, 6 Aug 2012 08:41:56 +0000 (08:41 +0000)]
21775 : [CEA 2059] Errors in python API of SetEnforcedMesh in GHS3DPluginDC.py

Fix bad test on size (inverted).

11 years ago+ #include <TopoDS_Solid.hxx>
eap [Fri, 13 Jul 2012 07:14:55 +0000 (07:14 +0000)]
+ #include <TopoDS_Solid.hxx>

11 years agoMerge from V6_5_BR 05/06/2012
vsr [Tue, 5 Jun 2012 12:35:35 +0000 (12:35 +0000)]
Merge from V6_5_BR 05/06/2012

12 years agoPorting documentation on the Doxygen-1.8.0 V6_5_0a1
rnv [Thu, 12 Apr 2012 07:00:28 +0000 (07:00 +0000)]
Porting documentation on the Doxygen-1.8.0

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 13:45:22 +0000 (13:45 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 13:13:13 +0000 (13:13 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years agoEnforced meshes can now have common nodes with the 2D initial skin mesh.
gdd [Tue, 27 Mar 2012 09:34:16 +0000 (09:34 +0000)]
Enforced meshes can now have common nodes with the 2D initial skin mesh.

12 years agoAdd functions to know that SALOME module version is development one
vsr [Thu, 22 Mar 2012 11:21:49 +0000 (11:21 +0000)]
Add functions to know that SALOME module version is development one

12 years ago0021528: EDF 1817 SMESH: GHS3D quadratic mesh computation fails
eap [Wed, 21 Mar 2012 11:15:15 +0000 (11:15 +0000)]
0021528: EDF 1817 SMESH: GHS3D quadratic mesh computation fails

    No need to assigh nodes to shape if the mesh has no shape

12 years agoRemove intermediary files after calculation
gdd [Tue, 20 Mar 2012 15:24:52 +0000 (15:24 +0000)]
Remove intermediary files after calculation

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:29:50 +0000 (15:29 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

+# Scripts to be installed.
+dist_salomescript_DATA= GHS3DPluginDC.py

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Wed, 7 Mar 2012 15:29:16 +0000 (15:29 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

Describe methods wrapping algorithms and hypotheses into python

12 years agoRemove unnecessary "using namespace" clause
vsr [Mon, 5 Mar 2012 08:56:14 +0000 (08:56 +0000)]
Remove unnecessary "using namespace" clause

12 years ago0021500: EDF 2134 BLSURFPLUGIN: Error message when a problem occurs with the distene...
eap [Wed, 29 Feb 2012 10:15:08 +0000 (10:15 +0000)]
0021500: EDF 2134 BLSURFPLUGIN: Error message when a problem occurs with the distene licence server
  Look for Dlim messages in the lig file

12 years agoAdded method GetHypType()
gdd [Wed, 15 Feb 2012 14:12:20 +0000 (14:12 +0000)]
Added method GetHypType()

12 years agoSave of Hdf file with enforced vertices was badly done
gdd [Tue, 14 Feb 2012 15:16:35 +0000 (15:16 +0000)]
Save of Hdf file with enforced vertices was badly done

12 years agoMerge from V6_4_BR 05/12/2011
vsr [Mon, 5 Dec 2011 11:52:22 +0000 (11:52 +0000)]
Merge from V6_4_BR 05/12/2011

12 years agoFix bug when no hypothesis is set V6_4_0a1
gdd [Thu, 8 Sep 2011 08:18:47 +0000 (08:18 +0000)]
Fix bug when no hypothesis is set

12 years agoSmall fixes
gdd [Fri, 2 Sep 2011 15:04:32 +0000 (15:04 +0000)]
Small fixes

12 years agoFix small bugs
gdd [Fri, 2 Sep 2011 14:05:03 +0000 (14:05 +0000)]
Fix small bugs

12 years agoUpdate GHS3DPLUGIN:
gdd [Fri, 2 Sep 2011 12:00:56 +0000 (12:00 +0000)]
Update GHS3DPLUGIN:
- Fixes for enforced vertices and meshes
- Update GUI

12 years agoWin32 compilation.
rnv [Fri, 12 Aug 2011 12:17:50 +0000 (12:17 +0000)]
Win32 compilation.

12 years agoMerge from V6_3_BR 19/07/2011
vsr [Tue, 19 Jul 2011 12:09:13 +0000 (12:09 +0000)]
Merge from V6_3_BR 19/07/2011

12 years agoMerge from V6_3_BR 15/07/2011
vsr [Fri, 15 Jul 2011 11:22:58 +0000 (11:22 +0000)]
Merge from V6_3_BR 15/07/2011

12 years agoMerge from V6_3_BR 06/06/2011
vsr [Mon, 6 Jun 2011 09:39:53 +0000 (09:39 +0000)]
Merge from V6_3_BR 06/06/2011

13 years agoActivate WITH_SMESH_CANCEL_COMPUTE with automake Start_BR_19998_21191 V6_3_0a1
adam [Sat, 19 Mar 2011 18:20:32 +0000 (18:20 +0000)]
Activate WITH_SMESH_CANCEL_COMPUTE with automake

13 years agoCancel computation for ghs3d
adam [Fri, 18 Mar 2011 10:34:35 +0000 (10:34 +0000)]
Cancel computation for ghs3d

13 years agoRefactoring of directory structure
gdd [Fri, 18 Feb 2011 15:32:35 +0000 (15:32 +0000)]
Refactoring of directory structure

13 years agoRemove warnings
adam [Thu, 17 Feb 2011 14:40:30 +0000 (14:40 +0000)]
Remove warnings

13 years agoreport SIGSEGV in ghs3d
eap [Tue, 1 Feb 2011 15:21:12 +0000 (15:21 +0000)]
report SIGSEGV in ghs3d

13 years agomake proxy mesh die before reading wrong input elements to avoid
eap [Tue, 1 Feb 2011 15:18:58 +0000 (15:18 +0000)]
make proxy mesh die before reading wrong input elements to avoid
finding temporary faces

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Fri, 28 Jan 2011 07:46:40 +0000 (07:46 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   move TNodeXYZ from SMESH_MeshEditor to SMESH_TypeDefs.hxx as SMESH_TNodeXYZ

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:24:33 +0000 (12:24 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

-               opt-hypos="GHS3D_Parameters"
+               opt-hypos="GHS3D_Parameters, ViscousLayers"

13 years agoMerge from V6_2_BR 23/12/2010
vsr [Fri, 24 Dec 2010 08:20:12 +0000 (08:20 +0000)]
Merge from V6_2_BR 23/12/2010

13 years agoImprove hack_libtool utility to workaround problems on some Linux configurations V6_2_0a1
vsr [Mon, 6 Dec 2010 13:02:08 +0000 (13:02 +0000)]
Improve hack_libtool utility to workaround problems on some Linux configurations

13 years agoFix problem of compilation in --without-gui mode (vtk is required even if GUI is...
vsr [Thu, 2 Dec 2010 11:14:30 +0000 (11:14 +0000)]
Fix problem of compilation in --without-gui mode (vtk is required even if GUI is not built)

13 years agouse of vtk in SMDS
prascle [Mon, 29 Nov 2010 14:17:20 +0000 (14:17 +0000)]
use of vtk in SMDS

13 years agoMerge from V5_1_main branch 24/11/2010
vsr [Thu, 25 Nov 2010 12:49:03 +0000 (12:49 +0000)]
Merge from V5_1_main branch 24/11/2010

13 years agoReplace CHECK_MPICH by CHECK_MPI
gdd [Wed, 24 Nov 2010 16:58:31 +0000 (16:58 +0000)]
Replace CHECK_MPICH by CHECK_MPI

13 years agoChanging version to 6.1.0 V6_1_BR TRIPOLI_302 TRIPOLI_303 V6_1_0 V6_1_0a1 V6_1_0a2 V6_1_0rc1 V6_1_0rc2 V6_1_0rc3
inv [Mon, 24 May 2010 11:54:46 +0000 (11:54 +0000)]
Changing version to 6.1.0

14 years agoMerge from V5_1_main 14/05/2010
vsr [Fri, 14 May 2010 15:48:58 +0000 (15:48 +0000)]
Merge from V5_1_main 14/05/2010

14 years agoAdditional fix for issue 0020692: Duplicate check_*.m4 between modules.
ouv [Thu, 11 Feb 2010 16:43:14 +0000 (16:43 +0000)]
Additional fix for issue 0020692: Duplicate check_*.m4 between modules.

14 years ago0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
eap [Tue, 9 Feb 2010 11:22:22 +0000 (11:22 +0000)]
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Avoid creating nodes and tetras at place where volumic elements already exist

14 years ago0020688: [CEA] Mesh computation fails
dmv [Fri, 5 Feb 2010 11:10:21 +0000 (11:10 +0000)]
0020688: [CEA] Mesh computation fails

14 years ago020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
eap [Mon, 1 Feb 2010 14:25:09 +0000 (14:25 +0000)]
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
   * Rename HasDegenenaratedEdges() -> HasDegeneratedEdges()

14 years agoAdd a new log file with nodes and elements ids mapping between SMDS and GHS3D (SMDS...
nge [Mon, 1 Feb 2010 14:08:25 +0000 (14:08 +0000)]
Add a new log file with nodes and elements ids mapping between SMDS and GHS3D (SMDS id <=> GHS3D id). The file extension is .ids

14 years ago020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
eap [Mon, 1 Feb 2010 13:34:04 +0000 (13:34 +0000)]
020674: EDF 870 SMESH: Mesh generated by Netgen not usable by GHS3D
   skip nodes on degenerated edges at points writing

14 years agocompilation warning
eap [Mon, 1 Feb 2010 13:31:45 +0000 (13:31 +0000)]
compilation warning

14 years agountabify
eap [Thu, 28 Jan 2010 08:17:35 +0000 (08:17 +0000)]
untabify

14 years agoFixed bad Save/Load of GHS3D hypothesis in hdf file BR_FSH_DEV V6_0_0
nge [Tue, 22 Dec 2009 14:15:26 +0000 (14:15 +0000)]
Fixed bad Save/Load of GHS3D hypothesis in hdf file

14 years agoMerge from V5_1_3_BR branch (07/12/09)
vsr [Tue, 8 Dec 2009 16:18:42 +0000 (16:18 +0000)]
Merge from V5_1_3_BR branch (07/12/09)

14 years agowindows port V5_1_3rc1
adam [Mon, 12 Oct 2009 13:52:22 +0000 (13:52 +0000)]
windows port

14 years agoChanging version to 5.1.3
maintenance team [Mon, 12 Oct 2009 07:30:14 +0000 (07:30 +0000)]
Changing version to 5.1.3

14 years agowindows port
adam [Fri, 9 Oct 2009 14:35:28 +0000 (14:35 +0000)]
windows port

14 years agomerge from branch V5_1_sizemap tag mergeto_V5_1_main_8oct09
nge [Thu, 8 Oct 2009 14:24:49 +0000 (14:24 +0000)]
merge from branch V5_1_sizemap tag mergeto_V5_1_main_8oct09

14 years ago020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
eap [Fri, 2 Oct 2009 16:18:40 +0000 (16:18 +0000)]
020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
  in findShape(), fix getting GC of tetra

14 years ago020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
eap [Fri, 2 Oct 2009 11:17:45 +0000 (11:17 +0000)]
020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
 in findShapeID(), check UV validity using tolerance of shape the node
 is on rather than tolerance of face

14 years agoIssue 0020377: [windows] Problems with OSD_File Remove
vsr [Thu, 1 Oct 2009 11:13:04 +0000 (11:13 +0000)]
Issue 0020377: [windows] Problems with OSD_File Remove

14 years agowindows port
adam [Mon, 21 Sep 2009 08:29:23 +0000 (08:29 +0000)]
windows port

14 years ago0020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
eap [Thu, 17 Sep 2009 12:48:47 +0000 (12:48 +0000)]
0020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
  use improved helper.GetNodeUV() instead of projecting a node to a surface

14 years agoAdditional protection in method Evaluate().
skl [Tue, 25 Aug 2009 07:49:25 +0000 (07:49 +0000)]
Additional protection in method Evaluate().

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
ptv [Tue, 25 Aug 2009 05:20:21 +0000 (05:20 +0000)]
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)

14 years agoIssue 20406: Time compilation when recompiling
vsr [Fri, 21 Aug 2009 08:31:46 +0000 (08:31 +0000)]
Issue 20406: Time compilation when recompiling

14 years agoIssue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
vsr [Thu, 13 Aug 2009 05:13:44 +0000 (05:13 +0000)]
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined

14 years agoImplememtation of evaluation for improvement 0019296.
skl [Mon, 29 Jun 2009 13:15:29 +0000 (13:15 +0000)]
Implememtation of evaluation for improvement 0019296.

14 years agoChanging version to 5.1.2 V5_1_2_BR V5_1_2 V5_1_2rc1 V5_1_2rc2 V5_1_2rc3 V5_1_2rc4 V5_1_2rc5
maintenance team [Mon, 1 Jun 2009 10:25:40 +0000 (10:25 +0000)]
Changing version to 5.1.2

14 years ago*** empty log message ***
adam [Wed, 27 May 2009 13:13:17 +0000 (13:13 +0000)]
*** empty log message ***

15 years ago0020354: EDF 1031 OTHER warnings with automake 1.10
vsr [Fri, 22 May 2009 12:28:12 +0000 (12:28 +0000)]
0020354: EDF 1031 OTHER warnings with automake 1.10

15 years ago 0020330: Pb with ghs3d as a submesh
eap [Thu, 21 May 2009 10:22:02 +0000 (10:22 +0000)]
 0020330: Pb with ghs3d as a submesh
 0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)

15 years ago0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
eap [Thu, 14 May 2009 12:33:57 +0000 (12:33 +0000)]
0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
     fix findShapeID() for triangle near seam geom edge

15 years ago0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
eap [Wed, 13 May 2009 13:50:33 +0000 (13:50 +0000)]
0020042: EDF 864 SMESH: Mesh of holes (GHS3D/BLSurf)
     fix previous non-compilable integration