Compare commits
107 Commits
master
...
V6_4_0_WIN
Author | SHA1 | Date | |
---|---|---|---|
|
7280409837 | ||
|
92ea8bd266 | ||
|
fc381bae17 | ||
|
446f06b504 | ||
|
007252325c | ||
|
6690066958 | ||
|
fdc7146da3 | ||
|
1ead0a723d | ||
|
997b0b500d | ||
|
54164acc79 | ||
|
20b845d011 | ||
|
9c7a8090fd | ||
|
6923ab131d | ||
|
3cc645d8a7 | ||
|
8294573dc9 | ||
|
6968bbae2a | ||
|
0e4677714e | ||
|
acd8b67399 | ||
|
6783937b28 | ||
|
46c6691b1a | ||
|
f1bcf210f5 | ||
|
c8e362ac31 | ||
|
69acc2e649 | ||
|
64f826e87f | ||
|
e4d12c0ea7 | ||
|
81d6498051 | ||
|
51cc06831d | ||
|
ac9fa07f93 | ||
|
5acc32009d | ||
|
8730f3b877 | ||
|
33726b59c7 | ||
|
28ae5104e3 | ||
|
7bd3db0b50 | ||
|
8239d06798 | ||
|
393bc8699a | ||
|
48ccb54bfd | ||
|
2e1e059770 | ||
|
7dbbc5de6e | ||
|
2cdf1b2ac7 | ||
|
c9d186bf9d | ||
|
146662ddce | ||
|
cce42b80fd | ||
|
66dfbb110c | ||
|
179e18323f | ||
|
47599c088a | ||
|
11e4fa67a4 | ||
|
81b8deb165 | ||
|
881022af01 | ||
|
c4fe195950 | ||
|
7aacc6b391 | ||
|
8d245c0e35 | ||
|
97990c642a | ||
|
00217d4eb2 | ||
|
276238d114 | ||
|
090c556dd9 | ||
|
fa2966afd4 | ||
|
d7d66641f1 | ||
|
b347c8933d | ||
|
be001649f7 | ||
|
3a8cdae661 | ||
|
2792422baf | ||
|
91c1d3465a | ||
|
b6d4daa757 | ||
|
290e356071 | ||
|
6d27b01928 | ||
|
42b43269f4 | ||
|
f8b902ad9a | ||
|
388d346ae9 | ||
|
7a9566f1d2 | ||
|
fc79403acc | ||
|
10fc3eb3e0 | ||
|
ab2d564ff9 | ||
|
9744d220ed | ||
|
5ca9caacaa | ||
|
4a9ffe08f7 | ||
|
f39abee419 | ||
|
26f711647c | ||
|
b09de1d401 | ||
|
417c06b5ac | ||
|
347223da4b | ||
|
fb14d85a93 | ||
|
86ce9df746 | ||
|
59cd9829d6 | ||
|
10408a1fcd | ||
|
f40c6eace6 | ||
|
a2e972884c | ||
|
fd6f6eae03 | ||
|
84651dec8d | ||
|
3cd53c4b5e | ||
|
9a0411d941 | ||
|
fa15077ca0 | ||
|
5b90097c3f | ||
|
75c7a9333a | ||
|
58429b7405 | ||
|
4178edae0a | ||
|
b32d520638 | ||
|
0857e7bffe | ||
|
46adf58292 | ||
|
4db4ace92a | ||
|
1552ad307a | ||
|
92aed1e510 | ||
|
74459a0d46 | ||
|
e3e64a8856 | ||
|
d044e30e9c | ||
|
19f84535d7 | ||
|
93b251f66d | ||
|
af62c662c5 |
32
Makefile.am
32
Makefile.am
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Date : 28/06/2001
|
# Date : 28/06/2001
|
||||||
@ -45,7 +43,7 @@ SUBDIRS = idl adm_local resources src bin
|
|||||||
|
|
||||||
DIST_SUBDIRS = idl adm_local resources src bin
|
DIST_SUBDIRS = idl adm_local resources src bin
|
||||||
|
|
||||||
DISTCLEANFILES = a.out aclocal.m4 configure
|
DISTCLEANFILES = a.out aclocal.m4 configure local-install.sh hack_libtool
|
||||||
|
|
||||||
salomeinclude_DATA = NETGENPLUGIN_version.h
|
salomeinclude_DATA = NETGENPLUGIN_version.h
|
||||||
|
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : NETGENPLUGIN_version.h
|
// File : NETGENPLUGIN_version.h
|
||||||
// Author : Vadim SANDLER
|
// Author : Vadim SANDLER
|
||||||
// Module : SALOME
|
// Module : SALOME
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
SUBDIRS = unix
|
SUBDIRS = unix
|
||||||
|
82
adm_local/cmake_files/FindNETGEN.cmake
Normal file
82
adm_local/cmake_files/FindNETGEN.cmake
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
|
|
||||||
|
SET(NETGENHOME $ENV{NETGENHOME})
|
||||||
|
FIND_PATH(NETGEN_INCLUDES_DIR nglib.h ${NETGENHOME}/include)
|
||||||
|
SET(NETGEN_INCLUDES)
|
||||||
|
SET(NETGEN_INCLUDES ${NETGEN_INCLUDES} -I${NETGEN_INCLUDES_DIR})
|
||||||
|
SET(NETGEN_INCLUDES ${NETGEN_INCLUDES} -DNO_PARALLEL_THREADS -DOCCGEOMETRY)
|
||||||
|
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_nglib nglib PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
|
||||||
|
IF(NETGEN_LIB_nglib)
|
||||||
|
SET(NETGEN_NEW ON)
|
||||||
|
SET(NETGEN_INCLUDES ${NETGEN_INCLUDES} -I${NETGENHOME}/share/netgen/include -DNETGEN_NEW)
|
||||||
|
ELSE(NETGEN_LIB_nglib)
|
||||||
|
SET(NETGEN_NEW OFF)
|
||||||
|
ENDIF(NETGEN_LIB_nglib)
|
||||||
|
|
||||||
|
IF(NETGEN_NEW)
|
||||||
|
SET(NETGEN_LIBS)
|
||||||
|
IF(WINDOWS)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_csg csg PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_gen gen PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_geom2d geom2d PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_gprim gprim PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_interface interface PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_la la PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_mesh mesh PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_occ occ PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_stl stl PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_csg})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_gen})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_geom2d})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_gprim})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_interface})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_la})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_mesh})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_occ})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_stl})
|
||||||
|
ENDIF(WINDOWS)
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_nglib})
|
||||||
|
ELSE(NETGEN_NEW)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_csg csg PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_gen gen PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_geom2d geom2d PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_gprim gprim PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_la la PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_mesh mesh PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_nginterface nginterface PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_occ occ PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_opti opti PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
FIND_LIBRARY(NETGEN_LIB_stlgeom stlgeom PATHS ${NETGENHOME}/lib ${NETGENHOME}/lib/LINUX)
|
||||||
|
SET(NETGEN_LIBS)
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_csg})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_gen})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_geom2d})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_gprim})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_la})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_mesh})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_nginterface})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_occ})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_opti})
|
||||||
|
SET(NETGEN_LIBS ${NETGEN_LIBS} ${NETGEN_LIB_stlgeom})
|
||||||
|
ENDIF(NETGEN_NEW)
|
||||||
|
|
||||||
|
SET(CMAKE_BUILD 1)
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
SUBDIRS = config_files
|
SUBDIRS = config_files
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
dist_admlocalm4_DATA = \
|
dist_admlocalm4_DATA = \
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
dnl Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
dnl Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
dnl
|
dnl
|
||||||
dnl This library is free software; you can redistribute it and/or
|
dnl This library is free software; you can redistribute it and/or
|
||||||
dnl modify it under the terms of the GNU Lesser General Public
|
dnl modify it under the terms of the GNU Lesser General Public
|
||||||
dnl License as published by the Free Software Foundation; either
|
dnl License as published by the Free Software Foundation; either
|
||||||
dnl version 2.1 of the License.
|
dnl version 2.1 of the License.
|
||||||
dnl
|
dnl
|
||||||
dnl This library is distributed in the hope that it will be useful,
|
dnl This library is distributed in the hope that it will be useful,
|
||||||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
dnl Lesser General Public License for more details.
|
dnl Lesser General Public License for more details.
|
||||||
dnl
|
dnl
|
||||||
dnl You should have received a copy of the GNU Lesser General Public
|
dnl You should have received a copy of the GNU Lesser General Public
|
||||||
dnl License along with this library; if not, write to the Free Software
|
dnl License along with this library; if not, write to the Free Software
|
||||||
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
dnl
|
dnl
|
||||||
dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_DEFUN([CHECK_NETGEN],[
|
AC_DEFUN([CHECK_NETGEN],[
|
||||||
|
|
||||||
AC_REQUIRE([AC_PROG_CXX])dnl
|
AC_REQUIRE([AC_PROG_CXX])dnl
|
||||||
@ -35,6 +36,8 @@ AC_ARG_WITH(netgen,
|
|||||||
|
|
||||||
NETGEN_INCLUDES=""
|
NETGEN_INCLUDES=""
|
||||||
NETGEN_LIBS_DIR=""
|
NETGEN_LIBS_DIR=""
|
||||||
|
NETGEN_LIBS=""
|
||||||
|
NETGEN_NEW=no
|
||||||
|
|
||||||
Netgen_ok=no
|
Netgen_ok=no
|
||||||
|
|
||||||
@ -52,29 +55,29 @@ fi
|
|||||||
|
|
||||||
if test "x$NETGEN_HOME" != "x"; then
|
if test "x$NETGEN_HOME" != "x"; then
|
||||||
|
|
||||||
echo
|
if test -f ${NETGEN_HOME}/lib/libnglib.so ; then
|
||||||
echo
|
NETGEN_NEW=yes
|
||||||
echo -------------------------------------------------
|
fi
|
||||||
|
|
||||||
|
echo ----------------------------------------------------------
|
||||||
|
echo ----------------------------------------------------------
|
||||||
echo You are about to choose to use somehow the
|
echo You are about to choose to use somehow the
|
||||||
echo Netgen Library to generate Tetrahedric mesh.
|
echo Netgen Library to generate Tetrahedric mesh.
|
||||||
echo
|
|
||||||
echo WARNING
|
|
||||||
echo ----------------------------------------------------------
|
echo ----------------------------------------------------------
|
||||||
echo ----------------------------------------------------------
|
echo ----------------------------------------------------------
|
||||||
echo You are strongly advised to consult the file
|
echo You are strongly advised to consult the file
|
||||||
echo NETGENPLUGIN_SRC/src/NETGEN/ReadMeForNgUsers, particularly about
|
echo NETGENPLUGIN_SRC/src/NETGEN/ReadMeForNgUsers, particularly
|
||||||
echo assumptions made on the installation of the Netgen
|
echo about assumptions made on the installation of the Netgen
|
||||||
echo application and libraries.
|
echo application and libraries.
|
||||||
echo Ask your system administrator for those details.
|
|
||||||
echo ----------------------------------------------------------
|
echo ----------------------------------------------------------
|
||||||
echo ----------------------------------------------------------
|
echo ----------------------------------------------------------
|
||||||
echo
|
|
||||||
echo
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NETGEN_INCLUDES="-I${NETGEN_HOME}/include"
|
NETGEN_INCLUDES="-I${NETGEN_HOME}/include"
|
||||||
|
|
||||||
|
if test "$NETGEN_NEW" = "yes" ; then
|
||||||
|
NETGEN_INCLUDES="${NETGEN_INCLUDES} -DNETGEN_NEW -I${NETGEN_HOME}/share/netgen/include"
|
||||||
|
fi
|
||||||
|
|
||||||
# check ${NETGEN_HOME}/lib/LINUX directory for libraries
|
# check ${NETGEN_HOME}/lib/LINUX directory for libraries
|
||||||
if test -f ${NETGEN_HOME}/lib/LINUX/libcsg.a ; then
|
if test -f ${NETGEN_HOME}/lib/LINUX/libcsg.a ; then
|
||||||
NETGEN_LIBS_DIR="${NETGEN_HOME}/lib/LINUX"
|
NETGEN_LIBS_DIR="${NETGEN_HOME}/lib/LINUX"
|
||||||
@ -91,18 +94,20 @@ if test "x$NETGEN_HOME" != "x"; then
|
|||||||
|
|
||||||
CPPFLAGS_old="$CPPFLAGS"
|
CPPFLAGS_old="$CPPFLAGS"
|
||||||
CXXFLAGS_old="$CXXFLAGS"
|
CXXFLAGS_old="$CXXFLAGS"
|
||||||
CPPFLAGS="$NETGEN_INCLUDES $CAS_CPPFLAGS $CPPFLAGS"
|
CPPFLAGS="$CAS_CPPFLAGS $NETGEN_INCLUDES $CPPFLAGS"
|
||||||
CXXFLAGS="$NETGEN_INCLUDES $CAS_CPPFLAGS $CXXFLAGS"
|
CXXFLAGS="$CAS_CPPFLAGS $NETGEN_INCLUDES $CXXFLAGS"
|
||||||
|
|
||||||
AC_MSG_CHECKING(for Netgen header file)
|
AC_MSG_CHECKING(for Netgen header file)
|
||||||
|
|
||||||
AC_CHECK_HEADER(nglib.h,Netgen_ok=yes,Netgen_ok=no)
|
AC_CHECK_HEADER(nglib.h,Netgen_ok=yes,Netgen_ok=no)
|
||||||
if test "x$Netgen_ok" == "xyes"; then
|
if test "x$Netgen_ok" == "xyes"; then
|
||||||
|
|
||||||
|
if test "$NETGEN_NEW" = "no" ; then
|
||||||
|
|
||||||
AC_MSG_CHECKING(for Netgen libraries)
|
AC_MSG_CHECKING(for Netgen libraries)
|
||||||
|
|
||||||
LDFLAGS_old="$LDFLAGS"
|
LIBS_old="$LIBS"
|
||||||
LDFLAGS="-L. -lNETGEN $CAS_LDPATH -lTKBRep -lTKShHealing -lTKSTEP -lTKXSBase -lTKIGES -lTKSTL -lTKTopAlgo $LDFLAGS"
|
LIBS="-L. -lNETGEN $CAS_LDPATH -lTKernel -lTKMath -lTKG3d -lTKBRep -lTKShHealing -lTKSTEP -lTKXSBase -lTKIGES -lTKSTL -lTKTopAlgo $LIBS"
|
||||||
|
|
||||||
AC_TRY_COMPILE(#include <iostream>
|
AC_TRY_COMPILE(#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
@ -127,24 +132,102 @@ namespace nglib {
|
|||||||
rm -rf linopt.o bfgs.o linsearch.o global.o bisect.o meshtool.o refine.o ruler3.o improve3.o adfront3.o tetrarls.o prism2rls.o profiler.o pyramidrls.o pyramid2rls.o netrule3.o ruler2.o meshclass.o improve2.o adfront2.o netrule2.o triarls.o geomsearch.o secondorder.o meshtype.o parser3.o quadrls.o specials.o parser2.o meshing2.o meshing3.o meshfunc.o localh.o improve2gen.o delaunay.o boundarylayer.o msghandler.o meshfunc2d.o smoothing2.o smoothing3.o topology.o curvedelems_new.o clusters.o zrefine.o ngexception.o geomtest3d.o geom2d.o geom2dmesh.o geom3d.o adtree.o transform3d.o geomfuncs.o polynomial.o densemat.o vector.o basemat.o sparsmat.o algprim.o brick.o manifold.o bspline2d.o meshsurf.o csgeom.o polyhedra.o curve2d.o singularref.o edgeflw.o solid.o explicitcurve2d.o specpoin.o gencyl.o revolution.o genmesh.o genmesh2d.o spline3d.o surface.o identify.o triapprox.o meshstlsurface.o stlline.o stltopology.o stltool.o stlgeom.o stlgeomchart.o stlgeommesh.o table.o optmem.o spbita2d.o hashtabl.o sort.o flags.o seti.o bitarray.o array.o symbolta.o mystring.o moveablemem.o spline.o splinegeometry.o ngnewdelete.o nglib.o hprefinement.o Partition_Inter2d.o Partition_Loop.o Partition_Loop3d.o Partition_Inter3d.o Partition_Loop2d.o Partition_Spliter.o occgeom.o occgenmesh.o occmeshsurf.o csgparser.o dynamicmem.o extrusion.o occconstruction.o parthreads.o readuser.o writeabaqus.o writediffpack.o writeelmer.o writefeap.o writefluent.o writegmsh.o writejcm.o writepermas.o writetecplot.o writetochnog.o writeuser.o wuchemnitz.o,
|
rm -rf linopt.o bfgs.o linsearch.o global.o bisect.o meshtool.o refine.o ruler3.o improve3.o adfront3.o tetrarls.o prism2rls.o profiler.o pyramidrls.o pyramid2rls.o netrule3.o ruler2.o meshclass.o improve2.o adfront2.o netrule2.o triarls.o geomsearch.o secondorder.o meshtype.o parser3.o quadrls.o specials.o parser2.o meshing2.o meshing3.o meshfunc.o localh.o improve2gen.o delaunay.o boundarylayer.o msghandler.o meshfunc2d.o smoothing2.o smoothing3.o topology.o curvedelems_new.o clusters.o zrefine.o ngexception.o geomtest3d.o geom2d.o geom2dmesh.o geom3d.o adtree.o transform3d.o geomfuncs.o polynomial.o densemat.o vector.o basemat.o sparsmat.o algprim.o brick.o manifold.o bspline2d.o meshsurf.o csgeom.o polyhedra.o curve2d.o singularref.o edgeflw.o solid.o explicitcurve2d.o specpoin.o gencyl.o revolution.o genmesh.o genmesh2d.o spline3d.o surface.o identify.o triapprox.o meshstlsurface.o stlline.o stltopology.o stltool.o stlgeom.o stlgeomchart.o stlgeommesh.o table.o optmem.o spbita2d.o hashtabl.o sort.o flags.o seti.o bitarray.o array.o symbolta.o mystring.o moveablemem.o spline.o splinegeometry.o ngnewdelete.o nglib.o hprefinement.o Partition_Inter2d.o Partition_Loop.o Partition_Loop3d.o Partition_Inter3d.o Partition_Loop2d.o Partition_Spliter.o occgeom.o occgenmesh.o occmeshsurf.o csgparser.o dynamicmem.o extrusion.o occconstruction.o parthreads.o readuser.o writeabaqus.o writediffpack.o writeelmer.o writefeap.o writefluent.o writegmsh.o writejcm.o writepermas.o writetecplot.o writetochnog.o writeuser.o wuchemnitz.o,
|
||||||
Netgen_ok=no)
|
Netgen_ok=no)
|
||||||
|
|
||||||
AC_CACHE_VAL(salome_netgen_lib,[
|
AC_CACHE_VAL(salome_cv_netgen_lib,[
|
||||||
AC_TRY_LINK(
|
AC_TRY_LINK([
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
namespace nglib {
|
namespace nglib {
|
||||||
#include "nglib.h"
|
#include "nglib.h"
|
||||||
}
|
}
|
||||||
#define OCCGEOMETRY
|
#define OCCGEOMETRY
|
||||||
#include <occgeom.hpp>
|
#include <occgeom.hpp>
|
||||||
,nglib::Ng_Init();
|
],[
|
||||||
netgen::OCCGeometry occgeo;
|
nglib::Ng_Init();
|
||||||
nglib::Ng_Exit();,
|
netgen::OCCGeometry occgeo;
|
||||||
eval "salome_netgen_lib=yes";rm -rf libNETGEN.so,eval "salome_netgen_lib=no";rm -rf libNETGEN.so)
|
nglib::Ng_Exit();
|
||||||
])
|
],
|
||||||
Netgen_ok="$salome_netgen_lib"
|
[eval "salome_cv_netgen_lib=yes";rm -rf libNETGEN.so],
|
||||||
|
[eval "salome_cv_netgen_lib=no";rm -rf libNETGEN.so])
|
||||||
|
])
|
||||||
|
Netgen_ok="$salome_cv_netgen_lib"
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
LDFLAGS="$LDFLAGS_old"
|
LIBS_old="$LIBS"
|
||||||
|
LIBS="-L${NETGEN_LIBS_DIR} -lnglib $CAS_LDPATH -lTKernel -lTKMath -lTKG3d -lTKBRep -lTKShHealing -lTKSTEP -lTKXSBase -lTKIGES -lTKSTL -lTKTopAlgo -lTKGeomBase $LIBS"
|
||||||
|
|
||||||
|
AC_MSG_CHECKING(for official Netgen libraries)
|
||||||
|
AC_CACHE_VAL(salome_cv_netgen_lib,[
|
||||||
|
AC_TRY_LINK([
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
namespace nglib {
|
||||||
|
#include "nglib.h"
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
nglib::Ng_Init();
|
||||||
|
nglib::Ng_Exit();
|
||||||
|
],
|
||||||
|
[eval "salome_cv_netgen_lib=yes"],
|
||||||
|
[eval "salome_cv_netgen_lib=no"])
|
||||||
|
])
|
||||||
|
Netgen_ok="$salome_cv_netgen_lib"
|
||||||
|
|
||||||
|
if test "$Netgen_ok" = "yes" ; then
|
||||||
|
AC_MSG_RESULT(yes)
|
||||||
|
AC_MSG_CHECKING(for occ support in Netgen libraries)
|
||||||
|
AC_CACHE_VAL(salome_cv_netgen_occ_lib,[
|
||||||
|
AC_TRY_LINK([
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
#define OCCGEOMETRY
|
||||||
|
namespace nglib {
|
||||||
|
#include "nglib.h"
|
||||||
|
}
|
||||||
|
],[
|
||||||
|
nglib::Ng_Init();
|
||||||
|
nglib::Ng_OCC_Geometry * ng_occ_geom = nglib::Ng_OCC_NewGeometry();
|
||||||
|
nglib::Ng_Exit();
|
||||||
|
],
|
||||||
|
[eval "salome_cv_netgen_occ_lib=yes"],
|
||||||
|
[eval "salome_cv_netgen_occ_lib=no"])
|
||||||
|
])
|
||||||
|
Netgen_ok="$salome_cv_netgen_occ_lib"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "$Netgen_ok" = "yes" ; then
|
||||||
|
AC_MSG_RESULT(yes)
|
||||||
|
AC_MSG_CHECKING(for salome patch in Netgen installation)
|
||||||
|
AC_CACHE_VAL(salome_cv_netgen_salome_patch_lib,[
|
||||||
|
AC_TRY_LINK([
|
||||||
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
|
#define OCCGEOMETRY
|
||||||
|
namespace nglib {
|
||||||
|
#include "nglib.h"
|
||||||
|
}
|
||||||
|
#include <occgeom.hpp>
|
||||||
|
],[
|
||||||
|
nglib::Ng_Init();
|
||||||
|
netgen::OCCGeometry occgeo;
|
||||||
|
nglib::Ng_Exit();
|
||||||
|
],
|
||||||
|
[eval "salome_cv_netgen_salome_patch_lib=yes"],
|
||||||
|
[eval "salome_cv_netgen_salome_patch_lib=no"])
|
||||||
|
])
|
||||||
|
Netgen_ok="$salome_cv_netgen_salome_patch_lib"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "x$Netgen_ok" == xno ; then
|
||||||
|
AC_MSG_RESULT(no)
|
||||||
|
AC_MSG_ERROR(Netgen is not properly installed. Read NETGENPLUGIN_SRC/src/NETGEN/ReadMeForNgUsers for details.)
|
||||||
|
fi
|
||||||
|
|
||||||
|
NETGEN_LIBS="-L${NETGEN_LIBS_DIR} -lnglib"
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
LIBS="$LIBS_old"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CPPFLAGS="$CPPFLAGS_old"
|
CPPFLAGS="$CPPFLAGS_old"
|
||||||
@ -152,14 +235,21 @@ namespace nglib {
|
|||||||
|
|
||||||
if test "x$Netgen_ok" == xno ; then
|
if test "x$Netgen_ok" == xno ; then
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
AC_MSG_WARN(Netgen libraries not found or not properly installed)
|
AC_MSG_ERROR(Netgen libraries not found or not properly installed)
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
AC_MSG_ERROR(Netgen libraries not found. Please define NETGENHOME or use --with-netgen option)
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_SUBST(NETGEN_INCLUDES)
|
AC_SUBST(NETGEN_INCLUDES)
|
||||||
AC_SUBST(NETGEN_LIBS_DIR)
|
AC_SUBST(NETGEN_LIBS_DIR)
|
||||||
|
AC_SUBST(NETGEN_LIBS)
|
||||||
|
AM_CONDITIONAL(NETGEN_NEW, [test x"$NETGEN_NEW" = x"yes"])
|
||||||
|
|
||||||
AC_LANG_RESTORE
|
AC_LANG_RESTORE
|
||||||
|
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
dnl Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
dnl Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
dnl
|
dnl
|
||||||
dnl This library is free software; you can redistribute it and/or
|
dnl This library is free software; you can redistribute it and/or
|
||||||
dnl modify it under the terms of the GNU Lesser General Public
|
dnl modify it under the terms of the GNU Lesser General Public
|
||||||
dnl License as published by the Free Software Foundation; either
|
dnl License as published by the Free Software Foundation; either
|
||||||
dnl version 2.1 of the License.
|
dnl version 2.1 of the License.
|
||||||
dnl
|
dnl
|
||||||
dnl This library is distributed in the hope that it will be useful,
|
dnl This library is distributed in the hope that it will be useful,
|
||||||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
dnl Lesser General Public License for more details.
|
dnl Lesser General Public License for more details.
|
||||||
dnl
|
dnl
|
||||||
dnl You should have received a copy of the GNU Lesser General Public
|
dnl You should have received a copy of the GNU Lesser General Public
|
||||||
dnl License along with this library; if not, write to the Free Software
|
dnl License along with this library; if not, write to the Free Software
|
||||||
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
dnl
|
dnl
|
||||||
dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
# Check availability of Salome NETGEN mesh plugin module
|
# Check availability of Salome NETGEN mesh plugin module
|
||||||
# distribution
|
# distribution
|
||||||
|
@ -1,24 +1,30 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
|
# ============================================================
|
||||||
|
# The following is to avoid PACKAGE_... env variable
|
||||||
|
# redefinition compilation warnings
|
||||||
|
# ============================================================
|
||||||
#
|
#
|
||||||
|
AM_CXXFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h
|
||||||
|
AM_CPPFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h
|
||||||
|
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# This file defines the common definitions used in several
|
# This file defines the common definitions used in several
|
||||||
# Makefile. This file must be included, if needed, by the file
|
# Makefile. This file must be included, if needed, by the file
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
# Author : Guillaume Boulant (CSSI)
|
# Author : Guillaume Boulant (CSSI)
|
||||||
# Module : KERNEL
|
# Module : KERNEL
|
||||||
|
27
build_cmake
Executable file
27
build_cmake
Executable file
@ -0,0 +1,27 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
|
|
||||||
|
CURRENT_DIR=`pwd`
|
||||||
|
CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
|
||||||
|
cd ${CONF_DIR}
|
||||||
|
python $KERNEL_ROOT_DIR/salome_adm/cmake_files/am2cmake.py --netgenplugin
|
||||||
|
status=$?
|
||||||
|
cd ${CURRENT_DIR}
|
||||||
|
exit $status
|
20
build_cmake.bat
Normal file
20
build_cmake.bat
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
@REM Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
@REM
|
||||||
|
@REM This library is free software; you can redistribute it and/or
|
||||||
|
@REM modify it under the terms of the GNU Lesser General Public
|
||||||
|
@REM License as published by the Free Software Foundation; either
|
||||||
|
@REM version 2.1 of the License.
|
||||||
|
@REM
|
||||||
|
@REM This library is distributed in the hope that it will be useful,
|
||||||
|
@REM but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
@REM Lesser General Public License for more details.
|
||||||
|
@REM
|
||||||
|
@REM You should have received a copy of the GNU Lesser General Public
|
||||||
|
@REM License along with this library; if not, write to the Free Software
|
||||||
|
@REM Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
@REM
|
||||||
|
@REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
@REM
|
||||||
|
|
||||||
|
%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\am2cmake.py --netgenplugin
|
100
build_configure
100
build_configure
@ -1,25 +1,26 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
# version 2.1 of the License.
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# This library is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# Lesser General Public License for more details.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# Tool for updating list of .in file for the SALOME project
|
# Tool for updating list of .in file for the SALOME project
|
||||||
# and regenerating configure script
|
# and regenerating configure script
|
||||||
# Author : Marc Tajchman - CEA
|
# Author : Marc Tajchman - CEA
|
||||||
@ -30,7 +31,6 @@
|
|||||||
#
|
#
|
||||||
ORIG_DIR=`pwd`
|
ORIG_DIR=`pwd`
|
||||||
CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
|
CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
|
||||||
NETGENPLUGIN_WITH_GUI="yes"
|
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# Test if the KERNEL_ROOT_DIR is set correctly
|
# Test if the KERNEL_ROOT_DIR is set correctly
|
||||||
@ -46,27 +46,6 @@ fi
|
|||||||
# echo "failed : KERNEL_SRC variable is not correct !"
|
# echo "failed : KERNEL_SRC variable is not correct !"
|
||||||
# exit
|
# exit
|
||||||
#fi
|
#fi
|
||||||
for option
|
|
||||||
do
|
|
||||||
case $option in
|
|
||||||
-with-gui | --with-gui)
|
|
||||||
NETGENPLUGIN_WITH_GUI="yes"
|
|
||||||
break;;
|
|
||||||
-without-gui | --without-gui | -with-gui=no | --with-gui=no)
|
|
||||||
NETGENPLUGIN_WITH_GUI="no"
|
|
||||||
break;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
########################################################################
|
|
||||||
# Test if the GUI_ROOT_DIR is set correctly
|
|
||||||
|
|
||||||
if test ${NETGENPLUGIN_WITH_GUI} = yes; then
|
|
||||||
if test ! -d "${GUI_ROOT_DIR}"; then
|
|
||||||
echo "failed : GUI_ROOT_DIR variable is not correct !"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# Test if the MED_ROOT_DIR is set correctly
|
# Test if the MED_ROOT_DIR is set correctly
|
||||||
@ -96,40 +75,17 @@ cd ${CONF_DIR}
|
|||||||
ABS_CONF_DIR=`pwd`
|
ABS_CONF_DIR=`pwd`
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Update configure.ac script: to set NETGENPLUGIN_WITH_GUI variable
|
|
||||||
sed -e s/NETGENPLUGIN_WITH_GUI=[a-z]*/NETGENPLUGIN_WITH_GUI=${NETGENPLUGIN_WITH_GUI}/g configure.ac > configure.tmp
|
|
||||||
mv -f configure.tmp configure.ac
|
|
||||||
|
|
||||||
mkdir -p salome_adm/unix/config_files
|
|
||||||
#cp -f ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files/* salome_adm/unix/config_files
|
|
||||||
#cp -f ${KERNEL_ROOT_DIR}/salome_adm/unix/pythonbe.py salome_adm/unix
|
|
||||||
|
|
||||||
cp -f ${KERNEL_ROOT_DIR}/salome_adm/unix/SALOMEconfig.h.in salome_adm/unix
|
|
||||||
|
|
||||||
#cp -f ${GUI_ROOT_DIR}/adm_local/unix/config_files/* salome_adm/unix/config_files
|
|
||||||
#cp -f ${MED_ROOT_DIR}/adm_local/unix/config_files/* salome_adm/unix/config_files
|
|
||||||
#cp -f ${GEOM_ROOT_DIR}/adm_local/unix/config_files/* salome_adm/unix/config_files
|
|
||||||
#cp -f ${SMESH_ROOT_DIR}/adm_local/unix/config_files/* salome_adm/unix/config_files
|
|
||||||
|
|
||||||
# remove KERNEL deprecated configure files
|
|
||||||
#for deprecated in ac_cc_warnings.m4 ac_cxx_partial_specialization.m4 \
|
|
||||||
# check_mico.m4 config.guess ltmain.sh ac_cxx_bool.m4 ltconfig ac_cxx_typename.m4 \
|
|
||||||
# check_pthreads.m4 config.sub libtool.m4 ac_cxx_mutable.m4 missing
|
|
||||||
# do
|
|
||||||
# rm -f salome_adm/unix/config_files/${deprecated}
|
|
||||||
# done
|
|
||||||
|
|
||||||
|
|
||||||
# ____________________________________________________________________
|
# ____________________________________________________________________
|
||||||
# aclocal creates the aclocal.m4 file from the standard macro and the
|
# aclocal creates the aclocal.m4 file from the standard macro and the
|
||||||
# custom macro embedded in the directory salome_adm/unix/config_files
|
# custom macro embedded in the directory adm_local/unix/config_files
|
||||||
# and KERNEL config_files directory.
|
# and KERNEL config_files directory.
|
||||||
# output:
|
# output:
|
||||||
# aclocal.m4
|
# aclocal.m4
|
||||||
# autom4te.cache (directory)
|
# autom4te.cache (directory)
|
||||||
echo "====================================================== aclocal"
|
echo "======================================================= aclocal"
|
||||||
|
|
||||||
if test ${NETGENPLUGIN_WITH_GUI} = yes; then
|
if test -d "${GUI_ROOT_DIR}"; then
|
||||||
aclocal -I adm_local/unix/config_files \
|
aclocal -I adm_local/unix/config_files \
|
||||||
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
|
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
|
||||||
-I ${GUI_ROOT_DIR}/adm_local/unix/config_files \
|
-I ${GUI_ROOT_DIR}/adm_local/unix/config_files \
|
||||||
@ -150,10 +106,10 @@ fi
|
|||||||
# version. The files are created in the directory specified with the
|
# version. The files are created in the directory specified with the
|
||||||
# AC_CONFIG_AUX_DIR(<mydir>) tag (see configure.ac).
|
# AC_CONFIG_AUX_DIR(<mydir>) tag (see configure.ac).
|
||||||
# output:
|
# output:
|
||||||
# salome_adm/unix/config_files/config.guess
|
# adm_local/unix/config_files/config.guess
|
||||||
# salome_adm/unix/config_files/config.sub
|
# adm_local/unix/config_files/config.sub
|
||||||
# salome_adm/unix/config_files/ltmain.sh
|
# adm_local/unix/config_files/ltmain.sh
|
||||||
#echo "====================================================== libtoolize"
|
echo "==================================================== libtoolize"
|
||||||
|
|
||||||
libtoolize --force --copy --automake || exit 1
|
libtoolize --force --copy --automake || exit 1
|
||||||
|
|
||||||
@ -173,11 +129,11 @@ autoconf
|
|||||||
# AC_CONFIG_AUX_DIR(<mydir>) tag (see configure.ac). This step also
|
# AC_CONFIG_AUX_DIR(<mydir>) tag (see configure.ac). This step also
|
||||||
# creates the Makefile.in files from the Makefile.am files.
|
# creates the Makefile.in files from the Makefile.am files.
|
||||||
# output:
|
# output:
|
||||||
# salome_adm/unix/config_files/compile
|
# adm_local/unix/config_files/compile
|
||||||
# salome_adm/unix/config_files/depcomp
|
# adm_local/unix/config_files/depcomp
|
||||||
# salome_adm/unix/config_files/install-sh
|
# adm_local/unix/config_files/install-sh
|
||||||
# salome_adm/unix/config_files/missing
|
# adm_local/unix/config_files/missing
|
||||||
# salome_adm/unix/config_files/py-compile
|
# adm_local/unix/config_files/py-compile
|
||||||
# Makefile.in (from Makefile.am)
|
# Makefile.in (from Makefile.am)
|
||||||
echo "====================================================== automake"
|
echo "====================================================== automake"
|
||||||
|
|
||||||
|
@ -1,35 +1,28 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
rm -rf autom4te.cache aclocal.m4 configure make_config
|
rm -rf autom4te.cache aclocal.m4 configure make_config
|
||||||
find . -name "*~" -print -exec rm {} \;
|
find . -name "*~" -print -exec rm {} \;
|
||||||
find . -name "*.pyc" -print -exec rm {} \;
|
find . -name "*.pyc" -print -exec rm {} \;
|
||||||
#exit
|
#exit
|
||||||
# ==================== ON SORT AVANT
|
# ==================== ON SORT AVANT
|
||||||
|
|
||||||
find bin -name Makefile.in | xargs rm -f
|
find . -name Makefile.in | xargs rm -f
|
||||||
find doc -name Makefile.in | xargs rm -f
|
( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh ltmain.sh missing py-compile )
|
||||||
find idl -name Makefile.in | xargs rm -f
|
|
||||||
find resources -name Makefile.in | xargs rm -f
|
|
||||||
find salome_adm -name Makefile.in | xargs rm -f
|
|
||||||
find src -name Makefile.in | xargs rm -f
|
|
||||||
rm -f Makefile.in
|
|
||||||
|
166
configure.ac
166
configure.ac
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# PLEASE DO NOT MODIFY configure.in FILE
|
# PLEASE DO NOT MODIFY configure.in FILE
|
||||||
# ALL CHANGES WILL BE DISCARDED BY THE NEXT
|
# ALL CHANGES WILL BE DISCARDED BY THE NEXT
|
||||||
# build_configure COMMAND
|
# build_configure COMMAND
|
||||||
@ -31,11 +29,11 @@
|
|||||||
# Reorganization for usage of autotools
|
# Reorganization for usage of autotools
|
||||||
# Created from configure.in.base
|
# Created from configure.in.base
|
||||||
#
|
#
|
||||||
AC_INIT([Salome2 Project NETGENPLUGIN module], [5.1.0], [webmaster.salome@opencascade.com], [SalomeNETGENPLUGIN])
|
AC_INIT([Salome2 Project NETGENPLUGIN module], [6.4.0], [webmaster.salome@opencascade.com], [SalomeNETGENPLUGIN])
|
||||||
AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
|
AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE([-Wno-portability])
|
||||||
|
|
||||||
XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
|
XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
|
||||||
AC_SUBST(XVERSION)
|
AC_SUBST(XVERSION)
|
||||||
@ -80,6 +78,7 @@ echo
|
|||||||
|
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
AC_LOCAL_INSTALL
|
||||||
dnl
|
dnl
|
||||||
dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !
|
dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !
|
||||||
|
|
||||||
@ -101,7 +100,7 @@ dnl Fix up the INSTALL macro if it s a relative path. We want the
|
|||||||
dnl full-path to the binary instead.
|
dnl full-path to the binary instead.
|
||||||
case "$INSTALL" in
|
case "$INSTALL" in
|
||||||
*install-sh*)
|
*install-sh*)
|
||||||
INSTALL='\${KERNEL_ROOT_DIR}'/salome_adm/unix/config_files/install-sh
|
INSTALL='\${KERNEL_ROOT_DIR}'/adm_local/unix/config_files/install-sh
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -161,7 +160,15 @@ dnl testing MPICH
|
|||||||
dnl ---------------------------------------------
|
dnl ---------------------------------------------
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
CHECK_MPICH
|
dnl CHECK_MPICH
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo testing MPI
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo
|
||||||
|
|
||||||
|
CHECK_MPI
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
@ -237,11 +244,34 @@ AC_SUBST_FILE(CORBA)
|
|||||||
corba=make_$ORB
|
corba=make_$ORB
|
||||||
CORBA=adm_local/unix/$corba
|
CORBA=adm_local/unix/$corba
|
||||||
|
|
||||||
NETGENPLUGIN_WITH_GUI=yes
|
echo
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo Testing GUI
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo
|
||||||
|
|
||||||
AM_CONDITIONAL(NETGENPLUGIN_ENABLE_GUI, [test "${NETGENPLUGIN_WITH_GUI}" = "yes"])
|
CHECK_GUI_MODULE
|
||||||
|
|
||||||
if test "${NETGENPLUGIN_WITH_GUI}" = "yes"; then
|
gui_ok=no
|
||||||
|
if test "${SalomeGUI_need}" != "no" -a "${FullGUI_ok}" = "yes" ; then
|
||||||
|
gui_ok=yes
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL(NETGENPLUGIN_ENABLE_GUI, [test "${gui_ok}" = "yes"])
|
||||||
|
|
||||||
|
if test "${SalomeGUI_need}" == "yes"; then
|
||||||
|
if test "${FullGUI_ok}" != "yes"; then
|
||||||
|
AC_MSG_WARN(For configure NETGENPLUGIN module necessary full GUI!)
|
||||||
|
fi
|
||||||
|
elif test "${SalomeGUI_need}" == "auto"; then
|
||||||
|
if test "${FullGUI_ok}" != "yes"; then
|
||||||
|
AC_MSG_WARN(Full GUI not found. Build will be done without GUI!)
|
||||||
|
fi
|
||||||
|
elif test "${SalomeGUI_need}" == "no"; then
|
||||||
|
echo Build without GUI option has been chosen
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "${gui_ok}" = "yes"; then
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo testing openGL
|
echo testing openGL
|
||||||
@ -257,36 +287,16 @@ if test "${NETGENPLUGIN_WITH_GUI}" = "yes"; then
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
CHECK_QT
|
CHECK_QT
|
||||||
|
|
||||||
echo
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo testing VTK
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo
|
|
||||||
|
|
||||||
CHECK_VTK
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo Testing GUI
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo
|
|
||||||
|
|
||||||
CHECK_SALOME_GUI
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo Testing full GUI
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo
|
|
||||||
|
|
||||||
CHECK_CORBA_IN_GUI
|
|
||||||
if test "x${CORBA_IN_GUI}" != "xyes"; then
|
|
||||||
echo "failed : For configure NETGENPLUGIN module necessary full GUI !"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo testing VTK
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo
|
||||||
|
|
||||||
|
CHECK_VTK
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo testing HDF5
|
echo testing HDF5
|
||||||
@ -357,14 +367,17 @@ echo Summary
|
|||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
AM_CONDITIONAL(CMAKE_BUILD, false)
|
||||||
#AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
|
#AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
|
||||||
|
|
||||||
echo Configure
|
echo Configure
|
||||||
if test "${NETGENPLUGIN_WITH_GUI}" = "yes"; then
|
|
||||||
variables="cc_ok boost_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok Geom_ok SMesh_ok Netgen_ok"
|
if test "${gui_ok}" = "yes"; then
|
||||||
fi
|
variables="cc_ok boost_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok gui_ok Geom_ok SMesh_ok Netgen_ok"
|
||||||
if test "${NETGENPLUGIN_WITH_GUI}" = "no"; then
|
elif test "${SalomeGUI_need}" != "no"; then
|
||||||
variables="cc_ok boost_ok lex_yacc_ok python_ok swig_ok threads_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok Geom_ok SMesh_ok Netgen_ok"
|
variables="cc_ok boost_ok lex_yacc_ok python_ok swig_ok threads_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok gui_ok Geom_ok SMesh_ok Netgen_ok"
|
||||||
|
else
|
||||||
|
variables="cc_ok boost_ok lex_yacc_ok python_ok swig_ok threads_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok Geom_ok SMesh_ok Netgen_ok"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for var in $variables
|
for var in $variables
|
||||||
@ -385,6 +398,9 @@ else
|
|||||||
AC_SUBST(SETX) SETX="set -x"
|
AC_SUBST(SETX) SETX="set -x"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dnl Build with SMESH cancel compute feature
|
||||||
|
AC_DEFINE(WITH_SMESH_CANCEL_COMPUTE)
|
||||||
|
|
||||||
dnl copy shells and utilities contained in the bin directory
|
dnl copy shells and utilities contained in the bin directory
|
||||||
dnl excluding .in files (treated in AC-OUTPUT below) and CVS
|
dnl excluding .in files (treated in AC-OUTPUT below) and CVS
|
||||||
dnl directory
|
dnl directory
|
||||||
@ -400,23 +416,33 @@ echo
|
|||||||
# chmod +x ./bin/salome/*;
|
# chmod +x ./bin/salome/*;
|
||||||
#])
|
#])
|
||||||
|
|
||||||
|
AC_HACK_LIBTOOL
|
||||||
|
AC_CONFIG_COMMANDS([hack_libtool],[
|
||||||
|
sed -i "s%^CC=\"\(.*\)\"%hack_libtool (){ \n\
|
||||||
|
$(pwd)/hack_libtool \1 \"\$[@]\" \n\
|
||||||
|
}\n\
|
||||||
|
CC=\"hack_libtool\"%g" libtool
|
||||||
|
sed -i "s%\(\s*\)for searchdir in \$newlib_search_path \$lib_search_path \$sys_lib_search_path \$shlib_search_path; do%\1searchdirs=\"\$newlib_search_path \$lib_search_path \$sys_lib_search_path \$shlib_search_path\"\n\1for searchdir in \$searchdirs; do%g" libtool
|
||||||
|
sed -i "s%\(\s*\)searchdirs=\"\$newlib_search_path \$lib_search_path \(.*\)\"%\1searchdirs=\"\$newlib_search_path \$lib_search_path\"\n\1sss_beg=\"\"\n\1sss_end=\"\2\"%g" libtool
|
||||||
|
sed -i "s%\(\s*\)\(for searchdir in \$searchdirs; do\)%\1for sss in \$searchdirs; do\n\1 if ! test -d \$sss; then continue; fi\n\1 ssss=\$(cd \$sss; pwd)\n\1 if test \"\$ssss\" != \"\" \&\& test -d \$ssss; then\n\1 case \$ssss in\n\1 /usr/lib | /usr/lib64 ) ;;\n\1 * ) sss_beg=\"\$sss_beg \$ssss\" ;;\n\1 esac\n\1 fi\n\1done\n\1searchdirs=\"\$sss_beg \$sss_end\"\n\1\2%g" libtool
|
||||||
|
],[])
|
||||||
|
|
||||||
# This list is initiated using autoscan and must be updated manually
|
# This list is initiated using autoscan and must be updated manually
|
||||||
# when adding a new file <filename>.in to manage. When you execute
|
# when adding a new file <filename>.in to manage. When you execute
|
||||||
# autoscan, the Makefile list is generated in the output file configure.scan.
|
# autoscan, the Makefile list is generated in the output file configure.scan.
|
||||||
# This could be helpfull to update de configuration.
|
# This could be helpfull to update de configuration.
|
||||||
AC_OUTPUT([ \
|
AC_OUTPUT([ \
|
||||||
./salome_adm/unix/SALOMEconfig.h \
|
adm_local/Makefile \
|
||||||
./adm_local/Makefile \
|
adm_local/unix/Makefile \
|
||||||
./adm_local/unix/Makefile \
|
adm_local/unix/config_files/Makefile \
|
||||||
./adm_local/unix/config_files/Makefile \
|
bin/VERSION \
|
||||||
./bin/VERSION \
|
bin/Makefile \
|
||||||
./bin/Makefile \
|
NETGENPLUGIN_version.h \
|
||||||
./NETGENPLUGIN_version.h \
|
src/Makefile \
|
||||||
./src/Makefile \
|
src/GUI/Makefile \
|
||||||
./src/GUI/Makefile \
|
src/NETGEN/Makefile \
|
||||||
./src/NETGEN/Makefile \
|
src/NETGENPlugin/Makefile \
|
||||||
./src/NETGENPlugin/Makefile \
|
resources/Makefile \
|
||||||
./resources/Makefile \
|
idl/Makefile \
|
||||||
./idl/Makefile \
|
|
||||||
Makefile \
|
Makefile \
|
||||||
])
|
])
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# This Makefile is responsible of generating the client and server
|
# This Makefile is responsible of generating the client and server
|
||||||
# implementation of IDL interfaces for both C++ and python usage.
|
# implementation of IDL interfaces for both C++ and python usage.
|
||||||
# The building process of the C++ files is in charge of each source
|
# The building process of the C++ files is in charge of each source
|
||||||
@ -46,7 +44,6 @@ libSalomeIDLNETGENPLUGIN_la_CPPFLAGS = \
|
|||||||
$(SMESH_CXXFLAGS) \
|
$(SMESH_CXXFLAGS) \
|
||||||
@CORBA_CXXFLAGS@ \
|
@CORBA_CXXFLAGS@ \
|
||||||
@CORBA_INCLUDES@ \
|
@CORBA_INCLUDES@ \
|
||||||
-I$(top_builddir)/salome_adm/unix \
|
|
||||||
-I$(top_builddir)/idl
|
-I$(top_builddir)/idl
|
||||||
|
|
||||||
libSalomeIDLNETGENPLUGIN_la_LDFLAGS = -no-undefined -version-info=0:0:0
|
libSalomeIDLNETGENPLUGIN_la_LDFLAGS = -no-undefined -version-info=0:0:0
|
||||||
@ -71,8 +68,7 @@ IDLCXXFLAGS = \
|
|||||||
-I$(top_builddir)/idl/salome \
|
-I$(top_builddir)/idl/salome \
|
||||||
-I$(KERNEL_ROOT_DIR)/idl/salome \
|
-I$(KERNEL_ROOT_DIR)/idl/salome \
|
||||||
-I$(GEOM_ROOT_DIR)/idl/salome \
|
-I$(GEOM_ROOT_DIR)/idl/salome \
|
||||||
-I$(SMESH_ROOT_DIR)/idl/salome \
|
-I$(SMESH_ROOT_DIR)/idl/salome
|
||||||
-I$(top_builddir)/salome_adm/unix
|
|
||||||
IDLPYFLAGS = \
|
IDLPYFLAGS = \
|
||||||
@IDLPYFLAGS@ \
|
@IDLPYFLAGS@ \
|
||||||
-I$(KERNEL_ROOT_DIR)/idl/salome \
|
-I$(KERNEL_ROOT_DIR)/idl/salome \
|
||||||
@ -108,7 +104,7 @@ mostlyclean-local:
|
|||||||
@for dep in $^ dummy; do \
|
@for dep in $^ dummy; do \
|
||||||
if [ $$dep != "dummy" ]; then \
|
if [ $$dep != "dummy" ]; then \
|
||||||
echo Building dependencies for $$dep; \
|
echo Building dependencies for $$dep; \
|
||||||
$(CPP) $(C_DEPEND_FLAG) -x c -I$(srcdir) -I$(KERNEL_ROOT_DIR)/idl/salome -I$(GEOM_ROOT_DIR)/idl/salome -I$(SMESH_ROOT_DIR)/idl/salome -I$(top_builddir)/salome_adm/unix $$dep 2>/dev/null | \
|
$(CPP) $(C_DEPEND_FLAG) -x c -I$(srcdir) -I$(KERNEL_ROOT_DIR)/idl/salome -I$(GEOM_ROOT_DIR)/idl/salome -I$(SMESH_ROOT_DIR)/idl/salome $$dep 2>/dev/null | \
|
||||||
sed 's/\.o/\SK.cc/' >>$@; \
|
sed 's/\.o/\SK.cc/' >>$@; \
|
||||||
fi; \
|
fi; \
|
||||||
done ;
|
done ;
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : NETGENPlugin_Algorithm.idl
|
// File : NETGENPlugin_Algorithm.idl
|
||||||
// Author : Julia DOROVSKIKH
|
// Author : Julia DOROVSKIKH
|
||||||
// $Header$
|
// $Header$
|
||||||
@ -28,12 +29,14 @@
|
|||||||
|
|
||||||
#include "SALOME_Exception.idl"
|
#include "SALOME_Exception.idl"
|
||||||
#include "SMESH_Hypothesis.idl"
|
#include "SMESH_Hypothesis.idl"
|
||||||
|
#include "GEOM_Gen.idl"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* NETGENPlugin: interfaces to NETGEN related hypotheses and algorithms
|
* NETGENPlugin: interfaces to NETGEN related hypotheses and algorithms
|
||||||
*/
|
*/
|
||||||
module NETGENPlugin
|
module NETGENPlugin
|
||||||
{
|
{
|
||||||
|
typedef sequence<string> string_array;
|
||||||
/*!
|
/*!
|
||||||
* NETGENPlugin_NETGEN_3D: interface of "Tetrahedron (Netgen)" algorithm
|
* NETGENPlugin_NETGEN_3D: interface of "Tetrahedron (Netgen)" algorithm
|
||||||
*/
|
*/
|
||||||
@ -72,6 +75,9 @@ module NETGENPlugin
|
|||||||
void SetMaxSize(in double value);
|
void SetMaxSize(in double value);
|
||||||
double GetMaxSize();
|
double GetMaxSize();
|
||||||
|
|
||||||
|
void SetMinSize(in double value);
|
||||||
|
double GetMinSize();
|
||||||
|
|
||||||
void SetSecondOrder(in boolean value);
|
void SetSecondOrder(in boolean value);
|
||||||
boolean GetSecondOrder();
|
boolean GetSecondOrder();
|
||||||
|
|
||||||
@ -89,6 +95,12 @@ module NETGENPlugin
|
|||||||
|
|
||||||
void SetNbSegPerRadius(in double value);
|
void SetNbSegPerRadius(in double value);
|
||||||
double GetNbSegPerRadius();
|
double GetNbSegPerRadius();
|
||||||
|
|
||||||
|
void SetLocalSizeOnShape(in GEOM::GEOM_Object GeomObj, in double localSize);
|
||||||
|
void SetLocalSizeOnEntry(in string entry, in double localSize);
|
||||||
|
double GetLocalSizeOnEntry(in string entry);
|
||||||
|
string_array GetLocalSizeEntries();
|
||||||
|
void UnsetLocalSizeOnEntry(in string entry);
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@ -100,6 +112,20 @@ module NETGENPlugin
|
|||||||
boolean GetQuadAllowed();
|
boolean GetQuadAllowed();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* interface of "NETGEN 2D parameters" hypothesis used by NETGENPlugin_NETGEN_2D_ONLY algoritm
|
||||||
|
*/
|
||||||
|
interface NETGENPlugin_Hypothesis_2D_ONLY : NETGENPlugin_Hypothesis_2D
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* interface of "NETGEN 3D parameters" hypothesis used by NETGENPlugin_NETGEN_3D algorithm
|
||||||
|
*/
|
||||||
|
interface NETGENPlugin_Hypothesis_3D : NETGENPlugin_Hypothesis
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* NETGENPlugin_Hypothesis: interface of "NETGEN 2D simple parameters" hypothesis
|
* NETGENPlugin_Hypothesis: interface of "NETGEN 2D simple parameters" hypothesis
|
||||||
*/
|
*/
|
||||||
@ -139,6 +165,15 @@ module NETGENPlugin
|
|||||||
* Can be zero in case of LengthFromEdges()
|
* Can be zero in case of LengthFromEdges()
|
||||||
*/
|
*/
|
||||||
double GetMaxElementArea();
|
double GetMaxElementArea();
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Enables/disables generation of quadrangular faces
|
||||||
|
*/
|
||||||
|
void SetAllowQuadrangles(in boolean toAllow);
|
||||||
|
/*!
|
||||||
|
* Returns true if generation of quadrangular faces is enabled
|
||||||
|
*/
|
||||||
|
boolean GetAllowQuadrangles();
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Date : 28/06/2001
|
# Date : 28/06/2001
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='us-ascii'?>
|
<?xml version='1.0' encoding='us-ascii'?>
|
||||||
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
||||||
<!--
|
<!--
|
||||||
Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
|
||||||
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
@ -41,6 +41,14 @@
|
|||||||
label-id="NETGEN 2D Parameters"
|
label-id="NETGEN 2D Parameters"
|
||||||
icon-id="mesh_hypo_netgen_2d.png"
|
icon-id="mesh_hypo_netgen_2d.png"
|
||||||
dim="2"/>
|
dim="2"/>
|
||||||
|
<hypothesis type="NETGEN_Parameters_3D"
|
||||||
|
label-id="NETGEN 3D Parameters"
|
||||||
|
icon-id="mesh_hypo_netgen.png"
|
||||||
|
dim="3"/>
|
||||||
|
<hypothesis type="NETGEN_Parameters_2D_ONLY"
|
||||||
|
label-id="NETGEN 2D Parameters"
|
||||||
|
icon-id="mesh_hypo_netgen_2d.png"
|
||||||
|
dim="2"/>
|
||||||
<hypothesis type="NETGEN_SimpleParameters_2D"
|
<hypothesis type="NETGEN_SimpleParameters_2D"
|
||||||
label-id="NETGEN 2D Simple Parameters"
|
label-id="NETGEN 2D Simple Parameters"
|
||||||
icon-id="mesh_hypo_netgen_2d.png"
|
icon-id="mesh_hypo_netgen_2d.png"
|
||||||
@ -54,10 +62,19 @@
|
|||||||
<algorithm type="NETGEN_3D"
|
<algorithm type="NETGEN_3D"
|
||||||
label-id="Tetrahedron (Netgen)"
|
label-id="Tetrahedron (Netgen)"
|
||||||
icon-id="mesh_algo_tetra.png"
|
icon-id="mesh_algo_tetra.png"
|
||||||
hypos="MaxElementVolume"
|
hypos="MaxElementVolume,NETGEN_Parameters_3D"
|
||||||
|
opt-hypos="ViscousLayers"
|
||||||
need-geom="false"
|
need-geom="false"
|
||||||
input="TRIA,QUAD"
|
input="TRIA,QUAD"
|
||||||
dim="3"/>
|
dim="3"/>
|
||||||
|
<algorithm type="NETGEN_2D_ONLY"
|
||||||
|
label-id="Netgen 2D"
|
||||||
|
icon-id="mesh_algo_netgen_2d.png"
|
||||||
|
hypos="LengthFromEdges,MaxElementArea,NETGEN_Parameters_2D_ONLY"
|
||||||
|
opt-hypos="QuadranglePreference"
|
||||||
|
input="EDGE"
|
||||||
|
output="TRIA,QUAD"
|
||||||
|
dim="2"/>
|
||||||
<algorithm type="NETGEN_2D"
|
<algorithm type="NETGEN_2D"
|
||||||
label-id="Netgen 1D-2D"
|
label-id="Netgen 1D-2D"
|
||||||
icon-id="mesh_algo_netgen_2d.png"
|
icon-id="mesh_algo_netgen_2d.png"
|
||||||
@ -73,14 +90,6 @@
|
|||||||
dim="3"
|
dim="3"
|
||||||
support-submeshes="true"
|
support-submeshes="true"
|
||||||
/>
|
/>
|
||||||
<algorithm type="NETGEN_2D_ONLY"
|
|
||||||
label-id="Netgen 2D"
|
|
||||||
icon-id="mesh_algo_netgen_2d.png"
|
|
||||||
hypos="LengthFromEdges,MaxElementArea"
|
|
||||||
opt-hypos="QuadranglePreference"
|
|
||||||
input="EDGE"
|
|
||||||
output="TRIA,QUAD"
|
|
||||||
dim="2"/>
|
|
||||||
</algorithms>
|
</algorithms>
|
||||||
</meshers-group>
|
</meshers-group>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
|
||||||
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# File : Makefile.in
|
# File : Makefile.in
|
||||||
# Author : Michael Sazonov
|
# Author : Michael Sazonov
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
@ -51,8 +49,9 @@ nodist_libNETGENPluginGUI_la_SOURCES= \
|
|||||||
# additionnal information to compil and link file
|
# additionnal information to compil and link file
|
||||||
|
|
||||||
libNETGENPluginGUI_la_CPPFLAGS = \
|
libNETGENPluginGUI_la_CPPFLAGS = \
|
||||||
$(QT_INCLUDES) \
|
|
||||||
$(CAS_CPPFLAGS) \
|
$(CAS_CPPFLAGS) \
|
||||||
|
$(NETGEN_INCLUDES) \
|
||||||
|
$(QT_INCLUDES) \
|
||||||
$(PYTHON_INCLUDES) \
|
$(PYTHON_INCLUDES) \
|
||||||
$(KERNEL_CXXFLAGS) \
|
$(KERNEL_CXXFLAGS) \
|
||||||
$(GUI_CXXFLAGS) \
|
$(GUI_CXXFLAGS) \
|
||||||
@ -63,16 +62,19 @@ libNETGENPluginGUI_la_CPPFLAGS = \
|
|||||||
$(CORBA_CXXFLAGS) \
|
$(CORBA_CXXFLAGS) \
|
||||||
$(CORBA_INCLUDES) \
|
$(CORBA_INCLUDES) \
|
||||||
-I$(srcdir)/../NETGENPlugin \
|
-I$(srcdir)/../NETGENPlugin \
|
||||||
-I$(top_builddir)/idl \
|
-I$(top_builddir)/idl
|
||||||
-I$(top_builddir)/salome_adm/unix
|
|
||||||
|
|
||||||
libNETGENPluginGUI_la_LDFLAGS = \
|
libNETGENPluginGUI_la_LDFLAGS = \
|
||||||
|
../../idl/libSalomeIDLNETGENPLUGIN.la \
|
||||||
../NETGENPlugin/libNETGENEngine.la \
|
../NETGENPlugin/libNETGENEngine.la \
|
||||||
${SMESH_LDFLAGS} -lSMESH \
|
${QT_MT_LIBS} \
|
||||||
|
${GUI_LDFLAGS} -lSalomeApp -lqtx -lsuit -lSalomeObject -lLightApp \
|
||||||
|
${SMESH_LDFLAGS} -lSMESH -lGeomSelectionTools \
|
||||||
$(CAS_KERNEL)
|
$(CAS_KERNEL)
|
||||||
|
|
||||||
# resources files
|
# resources files
|
||||||
nodist_salomeres_DATA= \
|
nodist_salomeres_DATA= \
|
||||||
NETGENPlugin_images.qm \
|
NETGENPlugin_images.qm \
|
||||||
NETGENPlugin_msg_en.qm
|
NETGENPlugin_msg_en.qm \
|
||||||
|
NETGENPlugin_msg_fr.qm
|
||||||
|
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
||||||
// File : NETGENPluginGUI.cxx
|
// File : NETGENPluginGUI.cxx
|
||||||
// Author : Michael Zorin
|
// Author : Michael Zorin
|
||||||
@ -40,7 +41,8 @@ extern "C"
|
|||||||
SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator( const QString& aHypType )
|
SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator( const QString& aHypType )
|
||||||
{
|
{
|
||||||
SMESHGUI_GenericHypothesisCreator* aCreator = NULL;
|
SMESHGUI_GenericHypothesisCreator* aCreator = NULL;
|
||||||
if( aHypType=="NETGEN_Parameters_2D" || aHypType=="NETGEN_Parameters" )
|
if( aHypType=="NETGEN_Parameters_2D" || aHypType=="NETGEN_Parameters" ||
|
||||||
|
aHypType=="NETGEN_Parameters_2D_ONLY" || aHypType=="NETGEN_Parameters_3D" )
|
||||||
aCreator = new NETGENPluginGUI_HypothesisCreator( aHypType );
|
aCreator = new NETGENPluginGUI_HypothesisCreator( aHypType );
|
||||||
else if ( aHypType=="NETGEN_SimpleParameters_2D" ||
|
else if ( aHypType=="NETGEN_SimpleParameters_2D" ||
|
||||||
aHypType=="NETGEN_SimpleParameters_3D" )
|
aHypType=="NETGEN_SimpleParameters_3D" )
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
||||||
// File : NETGENPluginGUI.h
|
// File : NETGENPluginGUI.h
|
||||||
// Author : Alexander A. BORODIN
|
// Author : Alexander A. BORODIN
|
||||||
@ -26,7 +24,7 @@
|
|||||||
// $Header:
|
// $Header:
|
||||||
//
|
//
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#ifdef NETGENPLUGIN_GUI_EXPORTS
|
#if defined NETGENPLUGIN_GUI_EXPORTS || defined NETGENPluginGUI_EXPORTS
|
||||||
#define NETGENPLUGIN_GUI_EXPORT __declspec( dllexport )
|
#define NETGENPLUGIN_GUI_EXPORT __declspec( dllexport )
|
||||||
#else
|
#else
|
||||||
#define NETGENPLUGIN_GUI_EXPORT __declspec( dllimport )
|
#define NETGENPLUGIN_GUI_EXPORT __declspec( dllimport )
|
||||||
|
@ -1,35 +1,36 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
||||||
// File : NETGENPluginGUI_HypothesisCreator.cxx
|
// File : NETGENPluginGUI_HypothesisCreator.cxx
|
||||||
// Author : Michael Zorin
|
// Author : Michael Zorin
|
||||||
// Module : NETGENPlugin
|
// Module : NETGENPlugin
|
||||||
// $Header:
|
|
||||||
//
|
//
|
||||||
#include "NETGENPluginGUI_HypothesisCreator.h"
|
#include "NETGENPluginGUI_HypothesisCreator.h"
|
||||||
|
|
||||||
#include <SMESHGUI_Utils.h>
|
#include <SMESHGUI_Utils.h>
|
||||||
#include <SMESHGUI_HypothesesUtils.h>
|
#include <SMESHGUI_HypothesesUtils.h>
|
||||||
#include <SMESHGUI.h>
|
#include <SMESHGUI_SpinBox.h>
|
||||||
|
#include <GeomSelectionTools.h>
|
||||||
|
|
||||||
#include CORBA_SERVER_HEADER(NETGENPlugin_Algorithm)
|
#include CORBA_SERVER_HEADER(NETGENPlugin_Algorithm)
|
||||||
|
|
||||||
@ -37,8 +38,8 @@
|
|||||||
#include <SUIT_ResourceMgr.h>
|
#include <SUIT_ResourceMgr.h>
|
||||||
|
|
||||||
#include <SalomeApp_Tools.h>
|
#include <SalomeApp_Tools.h>
|
||||||
|
#include <LightApp_SelectionMgr.h>
|
||||||
#include <SalomeApp_DoubleSpinBox.h>
|
#include <SALOME_ListIteratorOfListIO.hxx>
|
||||||
|
|
||||||
#include <QComboBox>
|
#include <QComboBox>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
@ -48,21 +49,51 @@
|
|||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QCheckBox>
|
#include <QCheckBox>
|
||||||
#include <QPixmap>
|
#include <QPixmap>
|
||||||
|
#include <QTableWidget>
|
||||||
|
#include <QHeaderView>
|
||||||
|
#include <QPushButton>
|
||||||
|
|
||||||
enum Fineness
|
enum Fineness
|
||||||
{
|
{
|
||||||
VeryCoarse,
|
VeryCoarse,
|
||||||
Coarse,
|
Coarse,
|
||||||
Moderate,
|
Moderate,
|
||||||
Fine,
|
Fine,
|
||||||
VeryFine,
|
VeryFine,
|
||||||
UserDefined
|
UserDefined
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum {
|
||||||
|
STD_TAB = 0,
|
||||||
|
LSZ_TAB
|
||||||
|
};
|
||||||
|
|
||||||
|
enum {
|
||||||
|
LSZ_ENTRY_COLUMN = 0,
|
||||||
|
LSZ_NAME_COLUMN,
|
||||||
|
LSZ_LOCALSIZE_COLUMN,
|
||||||
|
LSZ_NB_COLUMNS
|
||||||
|
};
|
||||||
|
|
||||||
|
enum {
|
||||||
|
LSZ_BTNS = 0,
|
||||||
|
LSZ_VERTEX_BTN,
|
||||||
|
LSZ_EDGE_BTN,
|
||||||
|
#ifdef NETGEN_NEW
|
||||||
|
LSZ_FACE_BTN,
|
||||||
|
#endif
|
||||||
|
LSZ_SEPARATOR2,
|
||||||
|
LSZ_REMOVE_BTN
|
||||||
|
};
|
||||||
|
|
||||||
NETGENPluginGUI_HypothesisCreator::NETGENPluginGUI_HypothesisCreator( const QString& theHypType )
|
NETGENPluginGUI_HypothesisCreator::NETGENPluginGUI_HypothesisCreator( const QString& theHypType )
|
||||||
: SMESHGUI_GenericHypothesisCreator( theHypType ),
|
: SMESHGUI_GenericHypothesisCreator( theHypType )
|
||||||
myIs2D(false)
|
|
||||||
{
|
{
|
||||||
|
myGeomSelectionTools = NULL;
|
||||||
|
myLocalSizeMap.clear();
|
||||||
|
myIs2D = ( theHypType.startsWith("NETGEN_Parameters_2D"));
|
||||||
|
myIsONLY = ( theHypType == "NETGEN_Parameters_2D_ONLY" ||
|
||||||
|
theHypType == "NETGEN_Parameters_3D");
|
||||||
}
|
}
|
||||||
|
|
||||||
NETGENPluginGUI_HypothesisCreator::~NETGENPluginGUI_HypothesisCreator()
|
NETGENPluginGUI_HypothesisCreator::~NETGENPluginGUI_HypothesisCreator()
|
||||||
@ -75,12 +106,19 @@ bool NETGENPluginGUI_HypothesisCreator::checkParams(QString& msg) const
|
|||||||
readParamsFromHypo( data_old );
|
readParamsFromHypo( data_old );
|
||||||
readParamsFromWidgets( data_new );
|
readParamsFromWidgets( data_new );
|
||||||
bool res = storeParamsToHypo( data_new );
|
bool res = storeParamsToHypo( data_new );
|
||||||
storeParamsToHypo( data_old );
|
//storeParamsToHypo( data_old ); -- issue 0021364: Dump of netgen parameters has duplicate lines
|
||||||
|
|
||||||
res = myMaxSize->isValid(msg,true) && res;
|
res = myMaxSize->isValid(msg,true) && res;
|
||||||
|
res = myMinSize->isValid(msg,true) && res;
|
||||||
res = myGrowthRate->isValid(msg,true) && res; ;
|
res = myGrowthRate->isValid(msg,true) && res; ;
|
||||||
res = myNbSegPerEdge->isValid(msg,true) && res;
|
if ( myNbSegPerEdge )
|
||||||
res = myNbSegPerRadius->isValid(msg,true) && res;
|
res = myNbSegPerEdge->isValid(msg,true) && res;
|
||||||
|
if ( myNbSegPerRadius )
|
||||||
|
res = myNbSegPerRadius->isValid(msg,true) && res;
|
||||||
|
|
||||||
|
if ( !res ) // -- issue 0021364: Dump of netgen parameters has duplicate lines
|
||||||
|
storeParamsToHypo( data_old );
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -92,8 +130,12 @@ QFrame* NETGENPluginGUI_HypothesisCreator::buildFrame()
|
|||||||
lay->setMargin( 5 );
|
lay->setMargin( 5 );
|
||||||
lay->setSpacing( 0 );
|
lay->setSpacing( 0 );
|
||||||
|
|
||||||
QGroupBox* GroupC1 = new QGroupBox( tr( "SMESH_ARGUMENTS" ), fr );
|
QTabWidget* tab = new QTabWidget( fr );
|
||||||
lay->addWidget( GroupC1 );
|
tab->setTabShape( QTabWidget::Rounded );
|
||||||
|
tab->setTabPosition( QTabWidget::North );
|
||||||
|
lay->addWidget( tab );
|
||||||
|
QWidget* GroupC1 = new QWidget();
|
||||||
|
tab->insertTab( STD_TAB, GroupC1, tr( "SMESH_ARGUMENTS" ) );
|
||||||
|
|
||||||
QGridLayout* aGroupLayout = new QGridLayout( GroupC1 );
|
QGridLayout* aGroupLayout = new QGridLayout( GroupC1 );
|
||||||
aGroupLayout->setSpacing( 6 );
|
aGroupLayout->setSpacing( 6 );
|
||||||
@ -105,23 +147,31 @@ QFrame* NETGENPluginGUI_HypothesisCreator::buildFrame()
|
|||||||
{
|
{
|
||||||
aGroupLayout->addWidget( new QLabel( tr( "SMESH_NAME" ), GroupC1 ), row, 0 );
|
aGroupLayout->addWidget( new QLabel( tr( "SMESH_NAME" ), GroupC1 ), row, 0 );
|
||||||
myName = new QLineEdit( GroupC1 );
|
myName = new QLineEdit( GroupC1 );
|
||||||
|
myName->setMinimumWidth(160);
|
||||||
aGroupLayout->addWidget( myName, row, 1 );
|
aGroupLayout->addWidget( myName, row, 1 );
|
||||||
row++;
|
row++;
|
||||||
}
|
}
|
||||||
|
|
||||||
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_MAX_SIZE" ), GroupC1 ), row, 0 );
|
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_MAX_SIZE" ), GroupC1 ), row, 0 );
|
||||||
myMaxSize = new SalomeApp_DoubleSpinBox( GroupC1 );
|
myMaxSize = new SMESHGUI_SpinBox( GroupC1 );
|
||||||
myMaxSize->setDecimals( 7 );
|
myMaxSize->RangeStepAndValidator( 1e-07, 1e+06, 10., "length_precision" );
|
||||||
myMaxSize->setMinimum( 1e-07 );
|
|
||||||
myMaxSize->setMaximum( 1e+06 );
|
|
||||||
myMaxSize->setSingleStep( 10 );
|
|
||||||
aGroupLayout->addWidget( myMaxSize, row, 1 );
|
aGroupLayout->addWidget( myMaxSize, row, 1 );
|
||||||
row++;
|
row++;
|
||||||
|
|
||||||
mySecondOrder = new QCheckBox( tr( "NETGEN_SECOND_ORDER" ), GroupC1 );
|
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_MIN_SIZE" ), GroupC1 ), row, 0 );
|
||||||
aGroupLayout->addWidget( mySecondOrder, row, 0 );
|
myMinSize = new SMESHGUI_SpinBox( GroupC1 );
|
||||||
|
myMinSize->RangeStepAndValidator( 0.0, 1e+06, 10., "length_precision" );
|
||||||
|
aGroupLayout->addWidget( myMinSize, row, 1 );
|
||||||
row++;
|
row++;
|
||||||
|
|
||||||
|
mySecondOrder = 0;
|
||||||
|
if ( !myIsONLY )
|
||||||
|
{
|
||||||
|
mySecondOrder = new QCheckBox( tr( "NETGEN_SECOND_ORDER" ), GroupC1 );
|
||||||
|
aGroupLayout->addWidget( mySecondOrder, row, 0 );
|
||||||
|
row++;
|
||||||
|
}
|
||||||
|
|
||||||
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_FINENESS" ), GroupC1 ), row, 0 );
|
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_FINENESS" ), GroupC1 ), row, 0 );
|
||||||
myFineness = new QComboBox( GroupC1 );
|
myFineness = new QComboBox( GroupC1 );
|
||||||
QStringList types;
|
QStringList types;
|
||||||
@ -132,43 +182,88 @@ QFrame* NETGENPluginGUI_HypothesisCreator::buildFrame()
|
|||||||
row++;
|
row++;
|
||||||
|
|
||||||
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_GROWTH_RATE" ), GroupC1 ), row, 0 );
|
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_GROWTH_RATE" ), GroupC1 ), row, 0 );
|
||||||
myGrowthRate = new SalomeApp_DoubleSpinBox( GroupC1 );
|
myGrowthRate = new SMESHGUI_SpinBox( GroupC1 );
|
||||||
myGrowthRate->setMinimum( 0.1 );
|
myGrowthRate->RangeStepAndValidator( .0001, 10., .1, "parametric_precision" );
|
||||||
myGrowthRate->setMaximum( 10 );
|
|
||||||
myGrowthRate->setSingleStep( 0.1 );
|
|
||||||
aGroupLayout->addWidget( myGrowthRate, row, 1 );
|
aGroupLayout->addWidget( myGrowthRate, row, 1 );
|
||||||
row++;
|
row++;
|
||||||
|
|
||||||
const double VALUE_MAX = 1.0e+6;
|
myNbSegPerEdge = 0;
|
||||||
|
myNbSegPerRadius = 0;
|
||||||
|
if ( !myIsONLY )
|
||||||
|
{
|
||||||
|
const double VALUE_MAX = 1.0e+6;
|
||||||
|
|
||||||
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_SEG_PER_EDGE" ), GroupC1 ), row, 0 );
|
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_SEG_PER_EDGE" ), GroupC1 ), row, 0 );
|
||||||
myNbSegPerEdge = new SalomeApp_DoubleSpinBox( GroupC1 );
|
myNbSegPerEdge = new SMESHGUI_SpinBox( GroupC1 );
|
||||||
myNbSegPerEdge->setMinimum( 0.2 );
|
myNbSegPerEdge->RangeStepAndValidator( .2, VALUE_MAX, .1, "parametric_precision" );
|
||||||
myNbSegPerEdge->setMaximum( VALUE_MAX ); // (PAL14890) max value in native netgen gui is 5
|
aGroupLayout->addWidget( myNbSegPerEdge, row, 1 );
|
||||||
aGroupLayout->addWidget( myNbSegPerEdge, row, 1 );
|
row++;
|
||||||
row++;
|
|
||||||
|
|
||||||
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_SEG_PER_RADIUS" ), GroupC1 ), row, 0 );
|
|
||||||
myNbSegPerRadius = new SalomeApp_DoubleSpinBox( GroupC1 );
|
|
||||||
myNbSegPerRadius->setMinimum( 0.2 );
|
|
||||||
myNbSegPerRadius->setMaximum( VALUE_MAX ); // (PAL14890) max value in native netgen gui is 5
|
|
||||||
aGroupLayout->addWidget( myNbSegPerRadius, row, 1 );
|
|
||||||
row++;
|
|
||||||
|
|
||||||
if ( hypType()=="NETGEN_Parameters_2D" )
|
aGroupLayout->addWidget( new QLabel( tr( "NETGEN_SEG_PER_RADIUS" ), GroupC1 ), row, 0 );
|
||||||
|
myNbSegPerRadius = new SMESHGUI_SpinBox( GroupC1 );
|
||||||
|
myNbSegPerRadius->RangeStepAndValidator( .2, VALUE_MAX, .1, "parametric_precision" );
|
||||||
|
aGroupLayout->addWidget( myNbSegPerRadius, row, 1 );
|
||||||
|
row++;
|
||||||
|
}
|
||||||
|
myAllowQuadrangles = 0;
|
||||||
|
if ( myIs2D )
|
||||||
{
|
{
|
||||||
myAllowQuadrangles = new QCheckBox( tr( "NETGEN_ALLOW_QUADRANGLES" ), GroupC1 );
|
myAllowQuadrangles = new QCheckBox( tr( "NETGEN_ALLOW_QUADRANGLES" ), GroupC1 );
|
||||||
aGroupLayout->addWidget( myAllowQuadrangles, row, 0 );
|
aGroupLayout->addWidget( myAllowQuadrangles, row, 0 );
|
||||||
myIs2D = true;
|
|
||||||
row++;
|
row++;
|
||||||
}
|
}
|
||||||
|
|
||||||
myOptimize = new QCheckBox( tr( "NETGEN_OPTIMIZE" ), GroupC1 );
|
myOptimize = new QCheckBox( tr( "NETGEN_OPTIMIZE" ), GroupC1 );
|
||||||
aGroupLayout->addWidget( myOptimize, row, 0 );
|
aGroupLayout->addWidget( myOptimize, row, 0 );
|
||||||
row++;
|
row++;
|
||||||
|
|
||||||
connect( myFineness, SIGNAL( activated( int ) ), this, SLOT( onFinenessChanged() ) );
|
connect( myFineness, SIGNAL( activated( int ) ), this, SLOT( onFinenessChanged() ) );
|
||||||
|
|
||||||
|
myLocalSizeTable = 0;
|
||||||
|
if ( !myIsONLY )
|
||||||
|
{
|
||||||
|
QWidget* localSizeGroup = new QWidget();
|
||||||
|
QGridLayout* localSizeLayout = new QGridLayout(localSizeGroup);
|
||||||
|
|
||||||
|
myLocalSizeTable = new QTableWidget(0, LSZ_NB_COLUMNS, localSizeGroup);
|
||||||
|
localSizeLayout->addWidget(myLocalSizeTable, 1, 0, 8, 1);
|
||||||
|
QStringList localSizeHeaders;
|
||||||
|
localSizeHeaders << tr( "LSZ_ENTRY_COLUMN" )<< tr( "LSZ_NAME_COLUMN" ) << tr( "LSZ_LOCALSIZE_COLUMN" );
|
||||||
|
myLocalSizeTable->setHorizontalHeaderLabels(localSizeHeaders);
|
||||||
|
myLocalSizeTable->horizontalHeader()->hideSection(LSZ_ENTRY_COLUMN);
|
||||||
|
myLocalSizeTable->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_NAME_COLUMN);
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_LOCALSIZE_COLUMN);
|
||||||
|
myLocalSizeTable->setAlternatingRowColors(true);
|
||||||
|
myLocalSizeTable->verticalHeader()->hide();
|
||||||
|
|
||||||
|
QPushButton* addVertexButton = new QPushButton(tr("NETGEN_LSZ_VERTEX"), localSizeGroup);
|
||||||
|
localSizeLayout->addWidget(addVertexButton, LSZ_VERTEX_BTN, 1, 1, 1);
|
||||||
|
QPushButton* addEdgeButton = new QPushButton(tr("NETGEN_LSZ_EDGE"), localSizeGroup);
|
||||||
|
localSizeLayout->addWidget(addEdgeButton, LSZ_EDGE_BTN, 1, 1, 1);
|
||||||
|
#ifdef NETGEN_NEW
|
||||||
|
QPushButton* addFaceButton = new QPushButton(tr("NETGEN_LSZ_FACE"), localSizeGroup);
|
||||||
|
localSizeLayout->addWidget(addFaceButton, LSZ_FACE_BTN, 1, 1, 1);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
QFrame *line2 = new QFrame(localSizeGroup);
|
||||||
|
line2->setFrameShape(QFrame::HLine);
|
||||||
|
line2->setFrameShadow(QFrame::Sunken);
|
||||||
|
localSizeLayout->addWidget(line2, LSZ_SEPARATOR2, 1, 1, 1);
|
||||||
|
|
||||||
|
QPushButton* removeButton = new QPushButton(tr("NETGEN_LSZ_REMOVE"), localSizeGroup);
|
||||||
|
localSizeLayout->addWidget(removeButton, LSZ_REMOVE_BTN, 1, 1, 1);
|
||||||
|
|
||||||
|
connect( addVertexButton, SIGNAL(clicked()), this, SLOT(onAddLocalSizeOnVertex()));
|
||||||
|
connect( addEdgeButton, SIGNAL(clicked()), this, SLOT(onAddLocalSizeOnEdge()));
|
||||||
|
#ifdef NETGEN_NEW
|
||||||
|
connect( addFaceButton, SIGNAL(clicked()), this, SLOT(onAddLocalSizeOnFace()));
|
||||||
|
#endif
|
||||||
|
connect( removeButton, SIGNAL(clicked()), this, SLOT(onRemoveLocalSizeOnShape()));
|
||||||
|
connect( myLocalSizeTable, SIGNAL(cellChanged(int, int)), this, SLOT(onSetLocalSize(int, int)));
|
||||||
|
|
||||||
|
tab->insertTab(LSZ_TAB, localSizeGroup, tr("NETGEN_LOCAL_SIZE"));
|
||||||
|
}
|
||||||
return fr;
|
return fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -183,9 +278,16 @@ void NETGENPluginGUI_HypothesisCreator::retrieveParams() const
|
|||||||
myMaxSize->setValue( data.myMaxSize );
|
myMaxSize->setValue( data.myMaxSize );
|
||||||
else
|
else
|
||||||
myMaxSize->setText( data.myMaxSizeVar );
|
myMaxSize->setText( data.myMaxSizeVar );
|
||||||
|
|
||||||
mySecondOrder->setChecked( data.mySecondOrder );
|
if(data.myMinSizeVar.isEmpty())
|
||||||
myOptimize->setChecked( data.myOptimize );
|
myMinSize->setValue( data.myMinSize );
|
||||||
|
else
|
||||||
|
myMinSize->setText( data.myMinSizeVar );
|
||||||
|
|
||||||
|
if ( mySecondOrder )
|
||||||
|
mySecondOrder->setChecked( data.mySecondOrder );
|
||||||
|
if ( myOptimize )
|
||||||
|
myOptimize->setChecked( data.myOptimize );
|
||||||
myFineness->setCurrentIndex( data.myFineness );
|
myFineness->setCurrentIndex( data.myFineness );
|
||||||
|
|
||||||
if(data.myGrowthRateVar.isEmpty())
|
if(data.myGrowthRateVar.isEmpty())
|
||||||
@ -193,24 +295,53 @@ void NETGENPluginGUI_HypothesisCreator::retrieveParams() const
|
|||||||
else
|
else
|
||||||
myGrowthRate->setText( data.myGrowthRateVar );
|
myGrowthRate->setText( data.myGrowthRateVar );
|
||||||
|
|
||||||
if(data.myNbSegPerEdgeVar.isEmpty())
|
if ( myNbSegPerEdge )
|
||||||
myNbSegPerEdge->setValue( data.myNbSegPerEdge );
|
{
|
||||||
else
|
if(data.myNbSegPerEdgeVar.isEmpty())
|
||||||
myNbSegPerEdge->setText( data.myNbSegPerEdgeVar );
|
myNbSegPerEdge->setValue( data.myNbSegPerEdge );
|
||||||
|
else
|
||||||
if(data.myNbSegPerRadiusVar.isEmpty())
|
myNbSegPerEdge->setText( data.myNbSegPerEdgeVar );
|
||||||
myNbSegPerRadius->setValue( data.myNbSegPerRadius );
|
}
|
||||||
else
|
if ( myNbSegPerRadius )
|
||||||
myNbSegPerRadius->setText( data.myNbSegPerRadiusVar );
|
{
|
||||||
|
if(data.myNbSegPerRadiusVar.isEmpty())
|
||||||
if (myIs2D)
|
myNbSegPerRadius->setValue( data.myNbSegPerRadius );
|
||||||
|
else
|
||||||
|
myNbSegPerRadius->setText( data.myNbSegPerRadiusVar );
|
||||||
|
}
|
||||||
|
if (myAllowQuadrangles)
|
||||||
myAllowQuadrangles->setChecked( data.myAllowQuadrangles );
|
myAllowQuadrangles->setChecked( data.myAllowQuadrangles );
|
||||||
|
|
||||||
// update widgets
|
// update widgets
|
||||||
bool isCustom = (myFineness->currentIndex() == UserDefined);
|
bool isCustom = (myFineness->currentIndex() == UserDefined);
|
||||||
myGrowthRate->setEnabled(isCustom);
|
myGrowthRate->setEnabled(isCustom);
|
||||||
myNbSegPerEdge->setEnabled(isCustom);
|
if ( myNbSegPerEdge )
|
||||||
myNbSegPerRadius->setEnabled(isCustom);
|
myNbSegPerEdge->setEnabled(isCustom);
|
||||||
|
if ( myNbSegPerRadius )
|
||||||
|
myNbSegPerRadius->setEnabled(isCustom);
|
||||||
|
|
||||||
|
if ( myLocalSizeTable )
|
||||||
|
{
|
||||||
|
NETGENPluginGUI_HypothesisCreator* that = (NETGENPluginGUI_HypothesisCreator*)this;
|
||||||
|
QMapIterator<QString, QString> i(myLocalSizeMap);
|
||||||
|
GeomSelectionTools* geomSelectionTools = that->getGeomSelectionTools();
|
||||||
|
while (i.hasNext()) {
|
||||||
|
i.next();
|
||||||
|
const QString entry = i.key();
|
||||||
|
std::string shapeName = geomSelectionTools->getNameFromEntry(entry.toStdString());
|
||||||
|
const QString localSize = i.value();
|
||||||
|
int row = myLocalSizeTable->rowCount();
|
||||||
|
myLocalSizeTable->setRowCount(row+1);
|
||||||
|
myLocalSizeTable->setItem(row, LSZ_ENTRY_COLUMN, new QTableWidgetItem(entry));
|
||||||
|
myLocalSizeTable->item(row, LSZ_ENTRY_COLUMN)->setFlags(0);
|
||||||
|
myLocalSizeTable->setItem(row, LSZ_NAME_COLUMN, new QTableWidgetItem(QString::fromStdString(shapeName)));
|
||||||
|
myLocalSizeTable->item(row, LSZ_NAME_COLUMN)->setFlags(0);
|
||||||
|
myLocalSizeTable->setItem(row, LSZ_LOCALSIZE_COLUMN, new QTableWidgetItem(localSize));
|
||||||
|
myLocalSizeTable->item(row, LSZ_LOCALSIZE_COLUMN)->setFlags(Qt::ItemIsSelectable|Qt::ItemIsEditable|Qt::ItemIsEnabled);
|
||||||
|
}
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_NAME_COLUMN);
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_LOCALSIZE_COLUMN);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QString NETGENPluginGUI_HypothesisCreator::storeParams() const
|
QString NETGENPluginGUI_HypothesisCreator::storeParams() const
|
||||||
@ -220,6 +351,7 @@ QString NETGENPluginGUI_HypothesisCreator::storeParams() const
|
|||||||
storeParamsToHypo( data );
|
storeParamsToHypo( data );
|
||||||
|
|
||||||
QString valStr = tr("NETGEN_MAX_SIZE") + " = " + QString::number( data.myMaxSize ) + "; ";
|
QString valStr = tr("NETGEN_MAX_SIZE") + " = " + QString::number( data.myMaxSize ) + "; ";
|
||||||
|
valStr += tr("NETGEN_MIN_SIZE") + " = " + QString::number( data.myMinSize ) + "; ";
|
||||||
if ( data.mySecondOrder )
|
if ( data.mySecondOrder )
|
||||||
valStr += tr("NETGEN_SECOND_ORDER") + "; ";
|
valStr += tr("NETGEN_SECOND_ORDER") + "; ";
|
||||||
if ( data.myOptimize )
|
if ( data.myOptimize )
|
||||||
@ -256,14 +388,35 @@ bool NETGENPluginGUI_HypothesisCreator::readParamsFromHypo( NetgenHypothesisData
|
|||||||
h_data.myNbSegPerEdgeVar = (aParameters->length() > 2) ? QString(aParameters[2].in()) : QString("");
|
h_data.myNbSegPerEdgeVar = (aParameters->length() > 2) ? QString(aParameters[2].in()) : QString("");
|
||||||
h_data.myNbSegPerRadius = h->GetNbSegPerRadius();
|
h_data.myNbSegPerRadius = h->GetNbSegPerRadius();
|
||||||
h_data.myNbSegPerRadiusVar = (aParameters->length() > 3) ? QString(aParameters[3].in()) : QString("");
|
h_data.myNbSegPerRadiusVar = (aParameters->length() > 3) ? QString(aParameters[3].in()) : QString("");
|
||||||
|
h_data.myMinSize = h->GetMinSize();
|
||||||
|
h_data.myMinSizeVar = (aParameters->length() > 4) ? QString(aParameters[4].in()) : QString("");
|
||||||
|
|
||||||
if ( myIs2D )
|
if ( myIs2D )
|
||||||
{
|
{
|
||||||
NETGENPlugin::NETGENPlugin_Hypothesis_2D_var h_2d =
|
NETGENPlugin::NETGENPlugin_Hypothesis_2D_var h_2d =
|
||||||
NETGENPlugin::NETGENPlugin_Hypothesis_2D::_narrow( initParamsHypothesis() );
|
NETGENPlugin::NETGENPlugin_Hypothesis_2D::_narrow( initParamsHypothesis() );
|
||||||
|
|
||||||
if ( !h_2d->_is_nil() )
|
if ( !h_2d->_is_nil() )
|
||||||
h_data.myAllowQuadrangles = h_2d->GetQuadAllowed();
|
h_data.myAllowQuadrangles = h_2d->GetQuadAllowed();
|
||||||
|
}
|
||||||
|
|
||||||
|
NETGENPluginGUI_HypothesisCreator* that = (NETGENPluginGUI_HypothesisCreator*)this;
|
||||||
|
NETGENPlugin::string_array_var myEntries = h->GetLocalSizeEntries();
|
||||||
|
for ( int i=0 ; i<myEntries->length() ; i++ )
|
||||||
|
{
|
||||||
|
QString entry = myEntries[i].in();
|
||||||
|
double val = h->GetLocalSizeOnEntry(entry.toStdString().c_str());
|
||||||
|
std::ostringstream tmp;
|
||||||
|
tmp << val;
|
||||||
|
QString valstring = QString::fromStdString(tmp.str());
|
||||||
|
if (myLocalSizeMap.contains(entry))
|
||||||
|
{
|
||||||
|
if (myLocalSizeMap[entry] == "__TO_DELETE__")
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
that->myLocalSizeMap[entry] = valstring;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
@ -289,32 +442,52 @@ bool NETGENPluginGUI_HypothesisCreator::storeParamsToHypo( const NetgenHypothesi
|
|||||||
|
|
||||||
if( fineness==UserDefined )
|
if( fineness==UserDefined )
|
||||||
{
|
{
|
||||||
h->SetGrowthRate( h_data.myGrowthRate );
|
h->SetGrowthRate( h_data.myGrowthRate );
|
||||||
h->SetNbSegPerEdge( h_data.myNbSegPerEdge );
|
h->SetNbSegPerEdge( h_data.myNbSegPerEdge );
|
||||||
h->SetNbSegPerRadius( h_data.myNbSegPerRadius );
|
h->SetNbSegPerRadius( h_data.myNbSegPerRadius );
|
||||||
|
|
||||||
aVariablesList.append(h_data.myGrowthRateVar);
|
aVariablesList.append(h_data.myGrowthRateVar);
|
||||||
aVariablesList.append(h_data.myNbSegPerEdgeVar);
|
aVariablesList.append(h_data.myNbSegPerEdgeVar);
|
||||||
aVariablesList.append(h_data.myNbSegPerRadiusVar);
|
aVariablesList.append(h_data.myNbSegPerRadiusVar);
|
||||||
}
|
}
|
||||||
|
h->SetMinSize( h_data.myMinSize );
|
||||||
|
aVariablesList.append(h_data.myMinSizeVar);
|
||||||
|
|
||||||
if ( myIs2D )
|
if ( myIs2D )
|
||||||
{
|
{
|
||||||
NETGENPlugin::NETGENPlugin_Hypothesis_2D_var h_2d =
|
NETGENPlugin::NETGENPlugin_Hypothesis_2D_var h_2d =
|
||||||
NETGENPlugin::NETGENPlugin_Hypothesis_2D::_narrow( h );
|
NETGENPlugin::NETGENPlugin_Hypothesis_2D::_narrow( h );
|
||||||
|
|
||||||
if ( !h_2d->_is_nil() )
|
if ( !h_2d->_is_nil() )
|
||||||
h_2d->SetQuadAllowed( h_data.myAllowQuadrangles );
|
h_2d->SetQuadAllowed( h_data.myAllowQuadrangles );
|
||||||
}
|
}
|
||||||
|
|
||||||
h->SetParameters(SMESHGUI::JoinObjectParameters(aVariablesList));
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
if( fineness==UserDefined )
|
if( fineness==UserDefined )
|
||||||
{
|
{
|
||||||
h->SetParameters(SMESHGUI::JoinObjectParameters(aVariablesList));
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
h->SetParameters(SMESHGUI::JoinObjectParameters(aVariablesList));
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
h->SetParameters(SMESHGUI::JoinObjectParameters(aVariablesList));
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
}
|
}
|
||||||
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
|
|
||||||
|
QMapIterator<QString,QString> i(myLocalSizeMap);
|
||||||
|
while (i.hasNext()) {
|
||||||
|
i.next();
|
||||||
|
const QString entry = i.key();
|
||||||
|
const QString localSize = i.value();
|
||||||
|
if (localSize == "__TO_DELETE__")
|
||||||
|
{
|
||||||
|
h->UnsetLocalSizeOnEntry(entry.toLatin1().constData());
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
std::istringstream tmp(localSize.toLatin1().constData());
|
||||||
|
double val;
|
||||||
|
tmp >> val;
|
||||||
|
h->SetLocalSizeOnEntry(entry.toLatin1().constData(), val);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch(const SALOME::SALOME_Exception& ex)
|
catch(const SALOME::SALOME_Exception& ex)
|
||||||
{
|
{
|
||||||
@ -329,21 +502,40 @@ bool NETGENPluginGUI_HypothesisCreator::readParamsFromWidgets( NetgenHypothesisD
|
|||||||
h_data.myName = myName ? myName->text() : "";
|
h_data.myName = myName ? myName->text() : "";
|
||||||
h_data.myMaxSize = myMaxSize->value();
|
h_data.myMaxSize = myMaxSize->value();
|
||||||
h_data.myMaxSizeVar = myMaxSize->text();
|
h_data.myMaxSizeVar = myMaxSize->text();
|
||||||
h_data.mySecondOrder = mySecondOrder->isChecked();
|
h_data.myMinSize = myMinSize->value();
|
||||||
h_data.myOptimize = myOptimize->isChecked();
|
h_data.myMinSizeVar = myMinSize->text();
|
||||||
|
if ( mySecondOrder )
|
||||||
|
h_data.mySecondOrder = mySecondOrder->isChecked();
|
||||||
|
if ( myOptimize )
|
||||||
|
h_data.myOptimize = myOptimize->isChecked();
|
||||||
h_data.myFineness = myFineness->currentIndex();
|
h_data.myFineness = myFineness->currentIndex();
|
||||||
h_data.myGrowthRate = myGrowthRate->value();
|
h_data.myGrowthRate = myGrowthRate->value();
|
||||||
h_data.myNbSegPerEdge = myNbSegPerEdge->value();
|
if ( myNbSegPerEdge )
|
||||||
h_data.myNbSegPerRadius = myNbSegPerRadius->value();
|
h_data.myNbSegPerEdge = myNbSegPerEdge->value();
|
||||||
|
if ( myNbSegPerRadius )
|
||||||
|
h_data.myNbSegPerRadius = myNbSegPerRadius->value();
|
||||||
|
|
||||||
h_data.myGrowthRateVar = myGrowthRate->text();
|
h_data.myGrowthRateVar = myGrowthRate->text();
|
||||||
h_data.myNbSegPerEdgeVar = myNbSegPerEdge->text();
|
if ( myNbSegPerEdge )
|
||||||
h_data.myNbSegPerRadiusVar = myNbSegPerRadius->text();
|
h_data.myNbSegPerEdgeVar = myNbSegPerEdge->text();
|
||||||
|
if ( myNbSegPerRadius )
|
||||||
|
h_data.myNbSegPerRadiusVar = myNbSegPerRadius->text();
|
||||||
|
|
||||||
|
|
||||||
if ( myIs2D )
|
if ( myAllowQuadrangles )
|
||||||
h_data.myAllowQuadrangles = myAllowQuadrangles->isChecked();
|
h_data.myAllowQuadrangles = myAllowQuadrangles->isChecked();
|
||||||
|
|
||||||
|
if ( myLocalSizeTable )
|
||||||
|
{
|
||||||
|
NETGENPluginGUI_HypothesisCreator* that = (NETGENPluginGUI_HypothesisCreator*)this;
|
||||||
|
int nbRows = myLocalSizeTable->rowCount();
|
||||||
|
for(int row=0 ; row < nbRows ; row++)
|
||||||
|
{
|
||||||
|
QString entry = myLocalSizeTable->item(row, LSZ_ENTRY_COLUMN)->text();
|
||||||
|
QString localSize = myLocalSizeTable->item(row, LSZ_LOCALSIZE_COLUMN)->text().trimmed();
|
||||||
|
that->myLocalSizeMap[entry] = localSize;
|
||||||
|
}
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -352,49 +544,175 @@ void NETGENPluginGUI_HypothesisCreator::onFinenessChanged()
|
|||||||
bool isCustom = (myFineness->currentIndex() == UserDefined);
|
bool isCustom = (myFineness->currentIndex() == UserDefined);
|
||||||
|
|
||||||
myGrowthRate->setEnabled(isCustom);
|
myGrowthRate->setEnabled(isCustom);
|
||||||
myNbSegPerEdge->setEnabled(isCustom);
|
if ( myNbSegPerEdge )
|
||||||
myNbSegPerRadius->setEnabled(isCustom);
|
myNbSegPerEdge->setEnabled(isCustom);
|
||||||
|
if ( myNbSegPerRadius )
|
||||||
|
myNbSegPerRadius->setEnabled(isCustom);
|
||||||
|
|
||||||
if (!isCustom)
|
if (!isCustom)
|
||||||
{
|
{
|
||||||
double aGrowthRate, aNbSegPerEdge, aNbSegPerRadius;
|
double aGrowthRate, aNbSegPerEdge, aNbSegPerRadius;
|
||||||
|
|
||||||
switch ( myFineness->currentIndex() )
|
switch ( myFineness->currentIndex() )
|
||||||
{
|
{
|
||||||
case VeryCoarse:
|
case VeryCoarse:
|
||||||
aGrowthRate = 0.7;
|
aGrowthRate = 0.7;
|
||||||
aNbSegPerEdge = 0.3;
|
aNbSegPerEdge = 0.3;
|
||||||
aNbSegPerRadius = 1;
|
aNbSegPerRadius = 1;
|
||||||
break;
|
break;
|
||||||
case Coarse:
|
case Coarse:
|
||||||
aGrowthRate = 0.5;
|
aGrowthRate = 0.5;
|
||||||
aNbSegPerEdge = 0.5;
|
aNbSegPerEdge = 0.5;
|
||||||
aNbSegPerRadius = 1.5;
|
aNbSegPerRadius = 1.5;
|
||||||
break;
|
break;
|
||||||
case Fine:
|
case Fine:
|
||||||
aGrowthRate = 0.2;
|
aGrowthRate = 0.2;
|
||||||
aNbSegPerEdge = 2;
|
aNbSegPerEdge = 2;
|
||||||
aNbSegPerRadius = 3;
|
aNbSegPerRadius = 3;
|
||||||
break;
|
break;
|
||||||
case VeryFine:
|
case VeryFine:
|
||||||
aGrowthRate = 0.1;
|
aGrowthRate = 0.1;
|
||||||
aNbSegPerEdge = 3;
|
aNbSegPerEdge = 3;
|
||||||
aNbSegPerRadius = 5;
|
aNbSegPerRadius = 5;
|
||||||
break;
|
break;
|
||||||
case Moderate:
|
case Moderate:
|
||||||
default:
|
default:
|
||||||
aGrowthRate = 0.3;
|
aGrowthRate = 0.3;
|
||||||
aNbSegPerEdge = 1;
|
aNbSegPerEdge = 1;
|
||||||
aNbSegPerRadius = 2;
|
aNbSegPerRadius = 2;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
myGrowthRate->setValue( aGrowthRate );
|
myGrowthRate->setValue( aGrowthRate );
|
||||||
myNbSegPerEdge->setValue( aNbSegPerEdge );
|
if ( myNbSegPerEdge )
|
||||||
myNbSegPerRadius->setValue( aNbSegPerRadius );
|
myNbSegPerEdge->setValue( aNbSegPerEdge );
|
||||||
|
if ( myNbSegPerRadius )
|
||||||
|
myNbSegPerRadius->setValue( aNbSegPerRadius );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void NETGENPluginGUI_HypothesisCreator::onAddLocalSizeOnVertex()
|
||||||
|
{
|
||||||
|
addLocalSizeOnShape(TopAbs_VERTEX);
|
||||||
|
}
|
||||||
|
|
||||||
|
void NETGENPluginGUI_HypothesisCreator::onAddLocalSizeOnEdge()
|
||||||
|
{
|
||||||
|
addLocalSizeOnShape(TopAbs_EDGE);
|
||||||
|
}
|
||||||
|
|
||||||
|
void NETGENPluginGUI_HypothesisCreator::onAddLocalSizeOnFace()
|
||||||
|
{
|
||||||
|
addLocalSizeOnShape(TopAbs_FACE);
|
||||||
|
}
|
||||||
|
|
||||||
|
void NETGENPluginGUI_HypothesisCreator::addLocalSizeOnShape(TopAbs_ShapeEnum typeShapeAsked)
|
||||||
|
{
|
||||||
|
NETGENPlugin::NETGENPlugin_Hypothesis_var h = NETGENPlugin::NETGENPlugin_Hypothesis::_narrow(initParamsHypothesis());
|
||||||
|
GeomSelectionTools* geomSelectionTools = getGeomSelectionTools();
|
||||||
|
LightApp_SelectionMgr* mySel = geomSelectionTools->selectionMgr();
|
||||||
|
SALOME_ListIO ListSelectedObjects;
|
||||||
|
mySel->selectedObjects(ListSelectedObjects, NULL, false );
|
||||||
|
SALOME_ListIteratorOfListIO Object_It(ListSelectedObjects);
|
||||||
|
for (Object_It ; Object_It.More() ; Object_It.Next())
|
||||||
|
{
|
||||||
|
Handle(SALOME_InteractiveObject) anObject = Object_It.Value();
|
||||||
|
std::string entry, shapeName;
|
||||||
|
entry = geomSelectionTools->getEntryOfObject(anObject);
|
||||||
|
shapeName = anObject->getName();
|
||||||
|
TopAbs_ShapeEnum shapeType;
|
||||||
|
shapeType = geomSelectionTools->entryToShapeType(entry);
|
||||||
|
if (shapeType == TopAbs_SHAPE)
|
||||||
|
{
|
||||||
|
// E.A. if shapeType == TopAbs_SHAPE, it is NOT a TopoDS_Shape !!!
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
// --
|
||||||
|
if(shapeType != typeShapeAsked)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
// --
|
||||||
|
myLocalSizeTable->setFocus();
|
||||||
|
QString shapeEntry;
|
||||||
|
shapeEntry = QString::fromStdString(entry);
|
||||||
|
if (myLocalSizeMap.contains(shapeEntry))
|
||||||
|
{
|
||||||
|
if (myLocalSizeMap[shapeEntry] != "__TO_DELETE__")
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
double phySize = h->GetMaxSize();
|
||||||
|
std::ostringstream oss;
|
||||||
|
oss << phySize;
|
||||||
|
QString localSize;
|
||||||
|
localSize = QString::fromStdString(oss.str());
|
||||||
|
// --
|
||||||
|
int row = myLocalSizeTable->rowCount() ;
|
||||||
|
myLocalSizeTable->setRowCount(row+1);
|
||||||
|
myLocalSizeTable->setItem(row, LSZ_ENTRY_COLUMN, new QTableWidgetItem(shapeEntry));
|
||||||
|
myLocalSizeTable->item(row, LSZ_ENTRY_COLUMN )->setFlags(0);
|
||||||
|
myLocalSizeTable->setItem(row, LSZ_NAME_COLUMN, new QTableWidgetItem(QString::fromStdString(shapeName)));
|
||||||
|
myLocalSizeTable->item(row, LSZ_NAME_COLUMN )->setFlags(0);
|
||||||
|
myLocalSizeTable->setItem(row, LSZ_LOCALSIZE_COLUMN, new QTableWidgetItem(localSize));
|
||||||
|
myLocalSizeTable->item(row, LSZ_LOCALSIZE_COLUMN )->setFlags(Qt::ItemIsSelectable|Qt::ItemIsEditable|Qt::ItemIsEnabled);
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_NAME_COLUMN);
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_LOCALSIZE_COLUMN);
|
||||||
|
myLocalSizeTable->clearSelection();
|
||||||
|
myLocalSizeTable->scrollToItem( myLocalSizeTable->item( row, LSZ_LOCALSIZE_COLUMN ) );
|
||||||
|
// --
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void NETGENPluginGUI_HypothesisCreator::onRemoveLocalSizeOnShape()
|
||||||
|
{
|
||||||
|
QList<int> selectedRows;
|
||||||
|
QList<QTableWidgetItem*> selected = myLocalSizeTable->selectedItems();
|
||||||
|
QTableWidgetItem* item;
|
||||||
|
int row;
|
||||||
|
foreach(item, selected) {
|
||||||
|
row = item->row();
|
||||||
|
if (!selectedRows.contains(row))
|
||||||
|
selectedRows.append( row );
|
||||||
|
}
|
||||||
|
qSort( selectedRows );
|
||||||
|
QListIterator<int> it( selectedRows );
|
||||||
|
it.toBack();
|
||||||
|
while (it.hasPrevious())
|
||||||
|
{
|
||||||
|
row = it.previous();
|
||||||
|
QString entry = myLocalSizeTable->item(row,LSZ_ENTRY_COLUMN)->text();
|
||||||
|
if (myLocalSizeMap.contains(entry))
|
||||||
|
{
|
||||||
|
myLocalSizeMap[entry] = "__TO_DELETE__";
|
||||||
|
}
|
||||||
|
myLocalSizeTable->removeRow(row );
|
||||||
|
}
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_NAME_COLUMN);
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_LOCALSIZE_COLUMN);
|
||||||
|
}
|
||||||
|
|
||||||
|
void NETGENPluginGUI_HypothesisCreator::onSetLocalSize(int row,int col)
|
||||||
|
{
|
||||||
|
if (col == LSZ_LOCALSIZE_COLUMN) {
|
||||||
|
QString entry = myLocalSizeTable->item(row, LSZ_ENTRY_COLUMN)->text();
|
||||||
|
QString localSize = myLocalSizeTable->item(row, LSZ_LOCALSIZE_COLUMN)->text().trimmed();
|
||||||
|
myLocalSizeMap[entry] = localSize;
|
||||||
|
myLocalSizeTable->resizeColumnToContents(LSZ_LOCALSIZE_COLUMN);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GeomSelectionTools* NETGENPluginGUI_HypothesisCreator::getGeomSelectionTools()
|
||||||
|
{
|
||||||
|
_PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
|
||||||
|
if (myGeomSelectionTools == NULL || myGeomSelectionTools->getMyStudy() != aStudy) {
|
||||||
|
delete myGeomSelectionTools;
|
||||||
|
myGeomSelectionTools = new GeomSelectionTools(aStudy);
|
||||||
|
}
|
||||||
|
return myGeomSelectionTools;
|
||||||
|
}
|
||||||
|
|
||||||
QString NETGENPluginGUI_HypothesisCreator::caption() const
|
QString NETGENPluginGUI_HypothesisCreator::caption() const
|
||||||
{
|
{
|
||||||
return tr( QString( "NETGEN_%1_TITLE" ).arg(myIs2D?QString("2D"):QString("3D")).toLatin1().data() );
|
return tr( QString( "NETGEN_%1_TITLE" ).arg(myIs2D?QString("2D"):QString("3D")).toLatin1().data() );
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
// NETGENPlugin GUI: GUI for plugged-in mesher NETGENPlugin
|
||||||
// File : NETGENPluginGUI_HypothesisCreator.h
|
// File : NETGENPluginGUI_HypothesisCreator.h
|
||||||
// Author : Michael Zorin
|
// Author : Michael Zorin
|
||||||
@ -32,18 +33,22 @@
|
|||||||
|
|
||||||
#include <SMESHGUI_Hypotheses.h>
|
#include <SMESHGUI_Hypotheses.h>
|
||||||
|
|
||||||
class SalomeApp_DoubleSpinBox;
|
#include <TopAbs_ShapeEnum.hxx>
|
||||||
|
|
||||||
|
class SMESHGUI_SpinBox;
|
||||||
|
class GeomSelectionTools;
|
||||||
class QComboBox;
|
class QComboBox;
|
||||||
class QCheckBox;
|
class QCheckBox;
|
||||||
class QLineEdit;
|
class QLineEdit;
|
||||||
|
class QTableWidget;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
double myMaxSize, myGrowthRate, myNbSegPerEdge, myNbSegPerRadius;
|
double myMaxSize, myMinSize, myGrowthRate, myNbSegPerEdge, myNbSegPerRadius;
|
||||||
int myFineness;
|
int myFineness;
|
||||||
bool mySecondOrder, myAllowQuadrangles, myOptimize;
|
bool mySecondOrder, myAllowQuadrangles, myOptimize;
|
||||||
QString myName;
|
QString myName;
|
||||||
QString myMaxSizeVar, myGrowthRateVar, myNbSegPerEdgeVar, myNbSegPerRadiusVar;
|
QString myMaxSizeVar, myMinSizeVar, myGrowthRateVar, myNbSegPerEdgeVar, myNbSegPerRadiusVar;
|
||||||
} NetgenHypothesisData;
|
} NetgenHypothesisData;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@ -71,24 +76,37 @@ protected:
|
|||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
virtual void onFinenessChanged();
|
virtual void onFinenessChanged();
|
||||||
|
virtual void onAddLocalSizeOnVertex();
|
||||||
|
virtual void onAddLocalSizeOnEdge();
|
||||||
|
virtual void onAddLocalSizeOnFace();
|
||||||
|
virtual void onRemoveLocalSizeOnShape();
|
||||||
|
virtual void onSetLocalSize(int,int);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool readParamsFromHypo( NetgenHypothesisData& ) const;
|
bool readParamsFromHypo( NetgenHypothesisData& ) const;
|
||||||
bool readParamsFromWidgets( NetgenHypothesisData& ) const;
|
bool readParamsFromWidgets( NetgenHypothesisData& ) const;
|
||||||
bool storeParamsToHypo( const NetgenHypothesisData& ) const;
|
bool storeParamsToHypo( const NetgenHypothesisData& ) const;
|
||||||
|
GeomSelectionTools* getGeomSelectionTools();
|
||||||
|
void addLocalSizeOnShape(TopAbs_ShapeEnum);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QLineEdit* myName;
|
QLineEdit* myName;
|
||||||
SalomeApp_DoubleSpinBox* myMaxSize;
|
SMESHGUI_SpinBox* myMaxSize;
|
||||||
|
SMESHGUI_SpinBox* myMinSize;
|
||||||
QCheckBox* mySecondOrder;
|
QCheckBox* mySecondOrder;
|
||||||
QCheckBox* myOptimize;
|
QCheckBox* myOptimize;
|
||||||
QComboBox* myFineness;
|
QComboBox* myFineness;
|
||||||
SalomeApp_DoubleSpinBox* myGrowthRate;
|
SMESHGUI_SpinBox* myGrowthRate;
|
||||||
SalomeApp_DoubleSpinBox* myNbSegPerEdge;
|
SMESHGUI_SpinBox* myNbSegPerEdge;
|
||||||
SalomeApp_DoubleSpinBox* myNbSegPerRadius;
|
SMESHGUI_SpinBox* myNbSegPerRadius;
|
||||||
QCheckBox* myAllowQuadrangles;
|
QCheckBox* myAllowQuadrangles;
|
||||||
|
|
||||||
bool myIs2D;
|
bool myIs2D;
|
||||||
|
bool myIsONLY;
|
||||||
|
|
||||||
|
QTableWidget* myLocalSizeTable;
|
||||||
|
GeomSelectionTools* myGeomSelectionTools;
|
||||||
|
QMap<QString, QString> myLocalSizeMap;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : NETGENPluginGUI_SimpleCreator.cxx
|
// File : NETGENPluginGUI_SimpleCreator.cxx
|
||||||
// Author : Open CASCADE S.A.S.
|
// Author : Open CASCADE S.A.S.
|
||||||
// SMESH includes
|
// SMESH includes
|
||||||
@ -28,7 +26,6 @@
|
|||||||
#include <SMESHGUI_Utils.h>
|
#include <SMESHGUI_Utils.h>
|
||||||
#include <SMESHGUI_HypothesesUtils.h>
|
#include <SMESHGUI_HypothesesUtils.h>
|
||||||
#include <SMESHGUI_SpinBox.h>
|
#include <SMESHGUI_SpinBox.h>
|
||||||
#include <SMESHGUI.h>
|
|
||||||
|
|
||||||
// IDL includes
|
// IDL includes
|
||||||
#include CORBA_SERVER_HEADER(NETGENPlugin_Algorithm)
|
#include CORBA_SERVER_HEADER(NETGENPlugin_Algorithm)
|
||||||
@ -74,6 +71,7 @@ NETGENPluginGUI_SimpleCreator::NETGENPluginGUI_SimpleCreator(const QString& theH
|
|||||||
myLengthRadioBut(0),
|
myLengthRadioBut(0),
|
||||||
myLenFromEdgesCheckBox(0),
|
myLenFromEdgesCheckBox(0),
|
||||||
myArea(0),
|
myArea(0),
|
||||||
|
myAllowQuadCheckBox(0),
|
||||||
myLenFromFacesCheckBox(0),
|
myLenFromFacesCheckBox(0),
|
||||||
myVolume(0)
|
myVolume(0)
|
||||||
{
|
{
|
||||||
@ -86,12 +84,15 @@ NETGENPluginGUI_SimpleCreator::~NETGENPluginGUI_SimpleCreator()
|
|||||||
bool NETGENPluginGUI_SimpleCreator::checkParams(QString& msg) const
|
bool NETGENPluginGUI_SimpleCreator::checkParams(QString& msg) const
|
||||||
{
|
{
|
||||||
bool result = true;
|
bool result = true;
|
||||||
result = myNbSeg->isValid(msg,true) && result;
|
if ( myNbSeg->isEnabled() )
|
||||||
result = myLength->isValid(msg,true) && result;
|
result = myNbSeg->isValid(msg,true) && result;
|
||||||
result = myArea->isValid(msg,true) && result;
|
if ( myLength->isEnabled() )
|
||||||
if (myVolume)
|
result = myLength->isValid(msg,true) && result;
|
||||||
|
if ( myArea->isEnabled() )
|
||||||
|
result = myArea->isValid(msg,true) && result;
|
||||||
|
if (myVolume && myVolume->isEnabled() )
|
||||||
result = myVolume->isValid(msg,true) && result;
|
result = myVolume->isValid(msg,true) && result;
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -151,7 +152,7 @@ QFrame* NETGENPluginGUI_SimpleCreator::buildFrame()
|
|||||||
// * local length
|
// * local length
|
||||||
myLengthRadioBut = new QRadioButton( tr( "SMESH_LOCAL_LENGTH_HYPOTHESIS" ), dimGroup );
|
myLengthRadioBut = new QRadioButton( tr( "SMESH_LOCAL_LENGTH_HYPOTHESIS" ), dimGroup );
|
||||||
myLength = new SMESHGUI_SpinBox( dimGroup );
|
myLength = new SMESHGUI_SpinBox( dimGroup );
|
||||||
myLength->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 0.1, 6 );
|
myLength->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 0.1, "length_precision" );
|
||||||
myLength->setValue( 1. );
|
myLength->setValue( 1. );
|
||||||
dimLay->addWidget( myLengthRadioBut, dimRow, 0 );
|
dimLay->addWidget( myLengthRadioBut, dimRow, 0 );
|
||||||
dimLay->addWidget( myLength, dimRow, 1 );
|
dimLay->addWidget( myLength, dimRow, 1 );
|
||||||
@ -178,13 +179,22 @@ QFrame* NETGENPluginGUI_SimpleCreator::buildFrame()
|
|||||||
// * max area
|
// * max area
|
||||||
dimLay->addWidget( new QLabel( tr( "SMESH_MAX_ELEMENT_AREA_HYPOTHESIS" ), dimGroup), dimRow, 0);
|
dimLay->addWidget( new QLabel( tr( "SMESH_MAX_ELEMENT_AREA_HYPOTHESIS" ), dimGroup), dimRow, 0);
|
||||||
myArea = new SMESHGUI_SpinBox( dimGroup );
|
myArea = new SMESHGUI_SpinBox( dimGroup );
|
||||||
myArea->RangeStepAndValidator( VALUE_SMALL_2, VALUE_MAX_2, 0.1, 6 );
|
myArea->RangeStepAndValidator( VALUE_SMALL_2, VALUE_MAX_2, 0.1, "area_precision" );
|
||||||
myArea->setValue( 1. );
|
myArea->setValue( 1. );
|
||||||
dimLay->addWidget( myArea, dimRow, 1 );
|
dimLay->addWidget( myArea, dimRow, 1 );
|
||||||
dimRow++;
|
dimRow++;
|
||||||
|
|
||||||
|
// * allow quadrangles
|
||||||
|
const bool is3D = ( hypType()=="NETGEN_SimpleParameters_3D" );
|
||||||
|
if ( !is3D )
|
||||||
|
{
|
||||||
|
myAllowQuadCheckBox = new QCheckBox( tr( "NETGEN_ALLOW_QUADRANGLES" ), dimGroup );
|
||||||
|
dimLay->addWidget( myAllowQuadCheckBox, dimRow, 0, 1, 2 );
|
||||||
|
dimRow++;
|
||||||
|
}
|
||||||
|
|
||||||
// 3D params group
|
// 3D params group
|
||||||
if ( hypType()=="NETGEN_SimpleParameters_3D" )
|
if ( is3D )
|
||||||
{
|
{
|
||||||
dimGroup = new QGroupBox( tr( "NG_3D" ), argGroup );
|
dimGroup = new QGroupBox( tr( "NG_3D" ), argGroup );
|
||||||
argLay->addWidget( dimGroup, argRow, 0, 1, 2 );
|
argLay->addWidget( dimGroup, argRow, 0, 1, 2 );
|
||||||
@ -205,7 +215,7 @@ QFrame* NETGENPluginGUI_SimpleCreator::buildFrame()
|
|||||||
// * max volume
|
// * max volume
|
||||||
dimLay->addWidget(new QLabel( tr("SMESH_MAX_ELEMENT_VOLUME_HYPOTHESIS"), dimGroup), dimRow, 0);
|
dimLay->addWidget(new QLabel( tr("SMESH_MAX_ELEMENT_VOLUME_HYPOTHESIS"), dimGroup), dimRow, 0);
|
||||||
myVolume = new SMESHGUI_SpinBox( dimGroup );
|
myVolume = new SMESHGUI_SpinBox( dimGroup );
|
||||||
myVolume->RangeStepAndValidator( VALUE_SMALL_3, VALUE_MAX_3, 0.1, 6 );
|
myVolume->RangeStepAndValidator( VALUE_SMALL_3, VALUE_MAX_3, 0.1, "volume_precision" );
|
||||||
myVolume->setValue( 1. );
|
myVolume->setValue( 1. );
|
||||||
dimLay->addWidget( myVolume, dimRow, 1 );
|
dimLay->addWidget( myVolume, dimRow, 1 );
|
||||||
dimRow++;
|
dimRow++;
|
||||||
@ -225,20 +235,18 @@ void NETGENPluginGUI_SimpleCreator::retrieveParams() const
|
|||||||
if ( isCreation() )
|
if ( isCreation() )
|
||||||
myName->setText( hypName() );
|
myName->setText( hypName() );
|
||||||
|
|
||||||
// set default real values
|
// Set default values
|
||||||
|
|
||||||
NETGENPlugin_SimpleHypothesis_2D_var h =
|
NETGENPlugin_SimpleHypothesis_2D_var h =
|
||||||
NETGENPlugin_SimpleHypothesis_2D::_narrow( initParamsHypothesis( hasInitParamsHypothesis() ));
|
NETGENPlugin_SimpleHypothesis_2D::_narrow( initParamsHypothesis( hasInitParamsHypothesis() ));
|
||||||
|
|
||||||
if ( double len = h->GetLocalLength() )
|
int dfltNbSeg = (int) h->GetNumberOfSegments();
|
||||||
|
myNbSeg->setValue( dfltNbSeg );
|
||||||
|
if ( double len = h->GetLocalLength() ) {
|
||||||
myLength->setValue( len );
|
myLength->setValue( len );
|
||||||
if ( double area = h->GetMaxElementArea() )
|
myArea->setValue( len * len );
|
||||||
myArea->setValue( area );
|
if ( myVolume )
|
||||||
if ( myVolume ) {
|
myVolume->setValue( len * len * len );
|
||||||
NETGENPlugin_SimpleHypothesis_3D_var h3d =
|
|
||||||
NETGENPlugin_SimpleHypothesis_3D::_narrow( initParamsHypothesis( hasInitParamsHypothesis()) );
|
|
||||||
if ( double volume = (double) h3d->GetMaxElementVolume() )
|
|
||||||
myVolume->setValue( volume );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h = NETGENPlugin_SimpleHypothesis_2D::_narrow( hypothesis() );
|
h = NETGENPlugin_SimpleHypothesis_2D::_narrow( hypothesis() );
|
||||||
@ -248,7 +256,7 @@ void NETGENPluginGUI_SimpleCreator::retrieveParams() const
|
|||||||
SMESH::ListOfParameters_var aParameters = h->GetLastParameters();
|
SMESH::ListOfParameters_var aParameters = h->GetLastParameters();
|
||||||
|
|
||||||
// 1D
|
// 1D
|
||||||
int nbSeg = (int) h->GetNumberOfSegments();
|
int nbSeg = isCreation() ? dfltNbSeg : (int) h->GetNumberOfSegments();
|
||||||
myNbSegRadioBut->setChecked( nbSeg );
|
myNbSegRadioBut->setChecked( nbSeg );
|
||||||
myLengthRadioBut->setChecked( !nbSeg );
|
myLengthRadioBut->setChecked( !nbSeg );
|
||||||
QString aPrm;
|
QString aPrm;
|
||||||
@ -285,6 +293,8 @@ void NETGENPluginGUI_SimpleCreator::retrieveParams() const
|
|||||||
myLenFromEdgesCheckBox->setChecked( true );
|
myLenFromEdgesCheckBox->setChecked( true );
|
||||||
myArea->setEnabled( false );
|
myArea->setEnabled( false );
|
||||||
}
|
}
|
||||||
|
if ( myAllowQuadCheckBox )
|
||||||
|
myAllowQuadCheckBox->setChecked( h->GetAllowQuadrangles() );
|
||||||
|
|
||||||
// 3D
|
// 3D
|
||||||
if ( myVolume ) {
|
if ( myVolume ) {
|
||||||
@ -331,7 +341,7 @@ QString NETGENPluginGUI_SimpleCreator::storeParams() const
|
|||||||
aVariablesList.append(myLength->text());
|
aVariablesList.append(myLength->text());
|
||||||
}
|
}
|
||||||
|
|
||||||
h->SetParameters(SMESHGUI::JoinObjectParameters(aVariablesList));
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
|
|
||||||
// 2D
|
// 2D
|
||||||
if ( myArea->isEnabled() ) {
|
if ( myArea->isEnabled() ) {
|
||||||
@ -344,8 +354,10 @@ QString NETGENPluginGUI_SimpleCreator::storeParams() const
|
|||||||
valStr += "; lenFromEdges";
|
valStr += "; lenFromEdges";
|
||||||
aVariablesList.append(QString());
|
aVariablesList.append(QString());
|
||||||
}
|
}
|
||||||
|
if ( myAllowQuadCheckBox )
|
||||||
|
h->SetAllowQuadrangles( myAllowQuadCheckBox->isChecked() );
|
||||||
|
|
||||||
h->SetParameters(SMESHGUI::JoinObjectParameters(aVariablesList));
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
|
|
||||||
// 3D
|
// 3D
|
||||||
if ( myVolume ) {
|
if ( myVolume ) {
|
||||||
@ -361,7 +373,7 @@ QString NETGENPluginGUI_SimpleCreator::storeParams() const
|
|||||||
valStr += "; lenFromFaces";
|
valStr += "; lenFromFaces";
|
||||||
aVariablesList.append(QString());
|
aVariablesList.append(QString());
|
||||||
}
|
}
|
||||||
h->SetParameters(SMESHGUI::JoinObjectParameters(aVariablesList));
|
h->SetParameters(aVariablesList.join(":").toLatin1().constData());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(const SALOME::SALOME_Exception& ex)
|
catch(const SALOME::SALOME_Exception& ex)
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : NETGENPluginGUI_SimpleCreator.h
|
// File : NETGENPluginGUI_SimpleCreator.h
|
||||||
// Author : Open CASCADE S.A.S.
|
// Author : Open CASCADE S.A.S.
|
||||||
//
|
//
|
||||||
@ -69,6 +67,7 @@ private:
|
|||||||
|
|
||||||
QCheckBox* myLenFromEdgesCheckBox;
|
QCheckBox* myLenFromEdgesCheckBox;
|
||||||
SMESHGUI_SpinBox* myArea;
|
SMESHGUI_SpinBox* myArea;
|
||||||
|
QCheckBox* myAllowQuadCheckBox;
|
||||||
|
|
||||||
QCheckBox* myLenFromFacesCheckBox;
|
QCheckBox* myLenFromFacesCheckBox;
|
||||||
SMESHGUI_SpinBox* myVolume;
|
SMESHGUI_SpinBox* myVolume;
|
||||||
|
@ -1,28 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<!--
|
<TS version="2.0" language="en_US">
|
||||||
Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
|
|
||||||
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Lesser General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2.1 of the License.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Lesser General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
|
||||||
License along with this library; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
|
|
||||||
-->
|
|
||||||
<TS version="1.1" >
|
|
||||||
<context>
|
<context>
|
||||||
<name>@default</name>
|
<name>@default</name>
|
||||||
<message>
|
<message>
|
||||||
@ -45,13 +23,17 @@
|
|||||||
<source>ICON_SMESH_TREE_ALGO_NETGEN_2D</source>
|
<source>ICON_SMESH_TREE_ALGO_NETGEN_2D</source>
|
||||||
<translation>mesh_tree_algo_netgen_2d.png</translation>
|
<translation>mesh_tree_algo_netgen_2d.png</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>ICON_SMESH_TREE_ALGO_NETGEN_2D_ONLY</source>
|
||||||
|
<translation>mesh_tree_algo_netgen_2d.png</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>ICON_SMESH_TREE_ALGO_NETGEN_2D3D</source>
|
<source>ICON_SMESH_TREE_ALGO_NETGEN_2D3D</source>
|
||||||
<translation>mesh_tree_algo_netgen_2d3d.png</translation>
|
<translation>mesh_tree_algo_netgen_2d3d.png</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>ICON_SMESH_TREE_ALGO_NETGEN_3D</source>
|
<source>ICON_SMESH_TREE_ALGO_NETGEN_3D</source>
|
||||||
<translation>mesh_tree_algo_tetra.png</translation>
|
<translation>mesh_tree_algo_netgen_2d3d.png</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>ICON_SMESH_TREE_HYPO_NETGEN_Parameters</source>
|
<source>ICON_SMESH_TREE_HYPO_NETGEN_Parameters</source>
|
||||||
|
@ -1,137 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<!--
|
<TS version="2.0" language="en_US">
|
||||||
Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
<context>
|
||||||
|
<name>@default</name>
|
||||||
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
<message>
|
||||||
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
<source>NETGEN_2D_HYPOTHESIS</source>
|
||||||
|
<translation>Netgen 2D</translation>
|
||||||
This library is free software; you can redistribute it and/or
|
</message>
|
||||||
modify it under the terms of the GNU Lesser General Public
|
<message>
|
||||||
License as published by the Free Software Foundation; either
|
<source>NETGEN_2D_TITLE</source>
|
||||||
version 2.1 of the License.
|
<translation>Hypothesis Construction</translation>
|
||||||
|
</message>
|
||||||
This library is distributed in the hope that it will be useful,
|
<message>
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
<source>NETGEN_3D_HYPOTHESIS</source>
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
<translation>Netgen 3D</translation>
|
||||||
Lesser General Public License for more details.
|
</message>
|
||||||
|
<message>
|
||||||
You should have received a copy of the GNU Lesser General Public
|
<source>NETGEN_3D_TITLE</source>
|
||||||
License along with this library; if not, write to the Free Software
|
<translation>Hypothesis Construction</translation>
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
</message>
|
||||||
|
<message>
|
||||||
See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
<source>NETGEN_SimpleParameters_3D_HYPOTHESIS</source>
|
||||||
|
<translation>Netgen 3D simple parameters</translation>
|
||||||
-->
|
</message>
|
||||||
<TS version="1.1" >
|
<message>
|
||||||
<context>
|
<source>NETGEN_SimpleParameters_3D_TITLE</source>
|
||||||
<name>@default</name>
|
<translation>Hypothesis Construction</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_2D_HYPOTHESIS</source>
|
<message>
|
||||||
<translation>Netgen 2D</translation>
|
<source>NETGEN_SimpleParameters_2D_HYPOTHESIS</source>
|
||||||
</message>
|
<translation>Netgen 2D simple parameters</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_2D_TITLE</source>
|
<message>
|
||||||
<translation>Hypothesis Construction</translation>
|
<source>NETGEN_SimpleParameters_2D_TITLE</source>
|
||||||
</message>
|
<translation>Hypothesis Construction</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_3D_HYPOTHESIS</source>
|
<message>
|
||||||
<translation>Netgen 3D</translation>
|
<source>NETGEN_ALLOW_QUADRANGLES</source>
|
||||||
</message>
|
<translation>Allow Quadrangles</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_3D_TITLE</source>
|
<message>
|
||||||
<translation>Hypothesis Construction</translation>
|
<source>NETGEN_COARSE</source>
|
||||||
</message>
|
<translation>Coarse</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_SimpleParameters_3D_HYPOTHESIS</source>
|
<message>
|
||||||
<translation>Netgen 3D simple parameters</translation>
|
<source>NETGEN_CUSTOM</source>
|
||||||
</message>
|
<translation>Custom</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_SimpleParameters_3D_TITLE</source>
|
<message>
|
||||||
<translation>Hypothesis Construction</translation>
|
<source>NETGEN_FINE</source>
|
||||||
</message>
|
<translation>Fine</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_SimpleParameters_2D_HYPOTHESIS</source>
|
<message>
|
||||||
<translation>Netgen 2D simple parameters</translation>
|
<source>NETGEN_FINENESS</source>
|
||||||
</message>
|
<translation>Fineness</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_SimpleParameters_2D_TITLE</source>
|
<message>
|
||||||
<translation>Hypothesis Construction</translation>
|
<source>NETGEN_GROWTH_RATE</source>
|
||||||
</message>
|
<translation>Growth Rate</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_ALLOW_QUADRANGLES</source>
|
<message>
|
||||||
<translation>Allow Quadrangles</translation>
|
<source>NETGEN_MAX_SIZE</source>
|
||||||
</message>
|
<translation>Max. Size</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_COARSE</source>
|
<message>
|
||||||
<translation>Coarse</translation>
|
<source>NETGEN_MIN_SIZE</source>
|
||||||
</message>
|
<translation>Min. Size</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_CUSTOM</source>
|
<message>
|
||||||
<translation>Custom</translation>
|
<source>NETGEN_MODERATE</source>
|
||||||
</message>
|
<translation>Moderate</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_FINE</source>
|
<message>
|
||||||
<translation>Fine</translation>
|
<source>NETGEN_OPTIMIZE</source>
|
||||||
</message>
|
<translation>Optimize</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_FINENESS</source>
|
<message>
|
||||||
<translation>Fineness</translation>
|
<source>NETGEN_SECOND_ORDER</source>
|
||||||
</message>
|
<translation>Second Order</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_GROWTH_RATE</source>
|
<message>
|
||||||
<translation>Growth Rate</translation>
|
<source>NETGEN_SEG_PER_EDGE</source>
|
||||||
</message>
|
<translation>Nb. Segs per Edge</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_MAX_SIZE</source>
|
<message>
|
||||||
<translation>Max. Size</translation>
|
<source>NETGEN_SEG_PER_RADIUS</source>
|
||||||
</message>
|
<translation>Nb. Segs per Radius</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_MODERATE</source>
|
<message>
|
||||||
<translation>Moderate</translation>
|
<source>NETGEN_VERYCOARSE</source>
|
||||||
</message>
|
<translation>Very Coarse</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_OPTIMIZE</source>
|
<message>
|
||||||
<translation>Optimize</translation>
|
<source>NETGEN_VERYFINE</source>
|
||||||
</message>
|
<translation>Very Fine</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_SECOND_ORDER</source>
|
<message>
|
||||||
<translation>Second Order</translation>
|
<source>NG_1D</source>
|
||||||
</message>
|
<translation>1D</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_SEG_PER_EDGE</source>
|
<message>
|
||||||
<translation>Nb. Segs per Edge</translation>
|
<source>NG_2D</source>
|
||||||
</message>
|
<translation>2D</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_SEG_PER_RADIUS</source>
|
<message>
|
||||||
<translation>Nb. Segs per Radius</translation>
|
<source>NG_3D</source>
|
||||||
</message>
|
<translation>3D</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_VERYCOARSE</source>
|
<message>
|
||||||
<translation>Very Coarse</translation>
|
<source>NG_LENGTH_FROM_EDGES</source>
|
||||||
</message>
|
<translation>Length from edges</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NETGEN_VERYFINE</source>
|
<message>
|
||||||
<translation>Very Fine</translation>
|
<source>NG_LENGTH_FROM_FACES</source>
|
||||||
</message>
|
<translation>Length from faces</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NG_1D</source>
|
<message>
|
||||||
<translation>1D</translation>
|
<source>NETGEN_LOCAL_SIZE</source>
|
||||||
</message>
|
<translation>Local sizes</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NG_2D</source>
|
<message>
|
||||||
<translation>2D</translation>
|
<source>NETGEN_LSZ_VERTEX</source>
|
||||||
</message>
|
<translation>On Vertex</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NG_3D</source>
|
<message>
|
||||||
<translation>3D</translation>
|
<source>NETGEN_LSZ_EDGE</source>
|
||||||
</message>
|
<translation>On Edge</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NG_LENGTH_FROM_EDGES</source>
|
<message>
|
||||||
<translation>Length from edges</translation>
|
<source>NETGEN_LSZ_FACE</source>
|
||||||
</message>
|
<translation>On Sub-Face</translation>
|
||||||
<message>
|
</message>
|
||||||
<source>NG_LENGTH_FROM_FACES</source>
|
<message>
|
||||||
<translation>Length from faces</translation>
|
<source>NETGEN_LSZ_REMOVE</source>
|
||||||
</message>
|
<translation>Remove</translation>
|
||||||
</context>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LSZ_ENTRY_COLUMN</source>
|
||||||
|
<translation>Entry</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LSZ_NAME_COLUMN</source>
|
||||||
|
<translation>Name</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LSZ_LOCALSIZE_COLUMN</source>
|
||||||
|
<translation>Value</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
151
src/GUI/NETGENPlugin_msg_fr.ts
Executable file
151
src/GUI/NETGENPlugin_msg_fr.ts
Executable file
@ -0,0 +1,151 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0" language="fr_FR">
|
||||||
|
<context>
|
||||||
|
<name>@default</name>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_2D_HYPOTHESIS</source>
|
||||||
|
<translation>Netgen 2D</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_2D_TITLE</source>
|
||||||
|
<translation>Construction d'une hypothèse</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_3D_HYPOTHESIS</source>
|
||||||
|
<translation>Netgen 3D</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_3D_TITLE</source>
|
||||||
|
<translation>Construction d'une hypothèse</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_SimpleParameters_3D_HYPOTHESIS</source>
|
||||||
|
<translation>Netgen 3D paramètres simplifiés</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_SimpleParameters_3D_TITLE</source>
|
||||||
|
<translation>Construction d'une hypothèse</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_SimpleParameters_2D_HYPOTHESIS</source>
|
||||||
|
<translation>Netgen 2D paramètres simplifiés</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_SimpleParameters_2D_TITLE</source>
|
||||||
|
<translation>Construction d'une hypothèse</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_ALLOW_QUADRANGLES</source>
|
||||||
|
<translation>Autoriser les quadrangles</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_COARSE</source>
|
||||||
|
<translation>Grossier</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_CUSTOM</source>
|
||||||
|
<translation>Personnalisé</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_FINE</source>
|
||||||
|
<translation>Fin</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_FINENESS</source>
|
||||||
|
<translation>Finesse</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_GROWTH_RATE</source>
|
||||||
|
<translation>Taux d'accroissement</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_MAX_SIZE</source>
|
||||||
|
<translation>Taille maximale</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_MIN_SIZE</source>
|
||||||
|
<translation>Taille minimale</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_MODERATE</source>
|
||||||
|
<translation>Moyen</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_OPTIMIZE</source>
|
||||||
|
<translation>Optimiser</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_SECOND_ORDER</source>
|
||||||
|
<translation>Second ordre</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_SEG_PER_EDGE</source>
|
||||||
|
<translation>Nb. segments par arête</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_SEG_PER_RADIUS</source>
|
||||||
|
<translation>Nb. segments par rayon</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_VERYCOARSE</source>
|
||||||
|
<translation>Très grossier</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_VERYFINE</source>
|
||||||
|
<translation>Très fin</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NG_1D</source>
|
||||||
|
<translation>1D</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NG_2D</source>
|
||||||
|
<translation>2D</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NG_3D</source>
|
||||||
|
<translation>3D</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NG_LENGTH_FROM_EDGES</source>
|
||||||
|
<translation>Longueur à partir des arêtes</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NG_LENGTH_FROM_FACES</source>
|
||||||
|
<translation>Longueur à partir des faces</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_LOCAL_SIZE</source>
|
||||||
|
<translation>Tailles locales</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_LSZ_VERTEX</source>
|
||||||
|
<translation>Sur un point</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_LSZ_EDGE</source>
|
||||||
|
<translation>Sur une arête</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_LSZ_FACE</source>
|
||||||
|
<translation>Sur une sous-face</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>NETGEN_LSZ_REMOVE</source>
|
||||||
|
<translation>Supprimer</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LSZ_ENTRY_COLUMN</source>
|
||||||
|
<translation>Entrée</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LSZ_NAME_COLUMN</source>
|
||||||
|
<translation>Nom</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LSZ_LOCALSIZE_COLUMN</source>
|
||||||
|
<translation>Valeur</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# File : Makefile.in
|
# File : Makefile.in
|
||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
@ -27,7 +25,15 @@
|
|||||||
#
|
#
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
SUBDIRS = NETGEN NETGENPlugin
|
SUBDIRS =
|
||||||
|
if CMAKE_BUILD
|
||||||
|
else
|
||||||
|
if NETGEN_NEW
|
||||||
|
else
|
||||||
|
SUBDIRS += NETGEN
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
SUBDIRS += NETGENPlugin
|
||||||
|
|
||||||
if NETGENPLUGIN_ENABLE_GUI
|
if NETGENPLUGIN_ENABLE_GUI
|
||||||
SUBDIRS += GUI
|
SUBDIRS += GUI
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
# Author : Edward AGAPOV (OCC)
|
# Author : Edward AGAPOV (OCC)
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
# ------------------------------------------------------------------
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# Notes for Netgen >= 4.9
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
|
||||||
|
Netgen can be find at http://www.hpfem.jku.at/netgen/
|
||||||
|
|
||||||
|
1. How to build Netgen for Netgen Plugin
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
1.1. Download Netgen archive (here netgen-4.9.12.tar.gz) and unpack it
|
||||||
|
|
||||||
|
1.2. Configure the netgen compilation. The "good" options are
|
||||||
|
../netgen-4.9.12/configure \
|
||||||
|
--prefix=THE_INSTALLATION_PATH \
|
||||||
|
--with-occ=${CASROOT} \
|
||||||
|
CXXFLAGS="-I${TOGL_HOME}/include" \
|
||||||
|
LDFLAGS="-L${TOGL_HOME}/lib/Togl1.7"
|
||||||
|
|
||||||
|
1.3. Compile the netgen product
|
||||||
|
make then make install
|
||||||
|
|
||||||
|
1.4. Patch the installation directory to copy include files
|
||||||
|
needed by NETGEN Plugin. Use the script
|
||||||
|
NETGENPLUGIN_SRC/src/NETGEN/netgen_copy_include_for_salome
|
||||||
|
to achieve that. The first argument is the directory containing
|
||||||
|
the Netgen sources. The second argument is THE_INSTALLATION_PATH
|
||||||
|
|
||||||
|
Erwan ADAM
|
||||||
|
erwan.adam@cea.fr
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# Notes for Netgen 4.5
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
|
||||||
The Netgen 4.5 from the web location : http://www.hpfem.jku.at/netgen/
|
The Netgen 4.5 from the web location : http://www.hpfem.jku.at/netgen/
|
||||||
(CVS access) is used in the SMESH Module of Salome3 distribution.
|
(CVS access) is used in the SMESH Module of Salome3 distribution.
|
||||||
|
|
||||||
@ -92,3 +130,8 @@ The suggested patch alters some Netgen sources to compile them.
|
|||||||
|
|
||||||
Michael SAZONOV
|
Michael SAZONOV
|
||||||
m-sazonov@opencascade.com
|
m-sazonov@opencascade.com
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
# ------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,66 @@
|
|||||||
diff -Naur netgen-4.5.old/libsrc/csg/meshsurf.cpp netgen-4.5.new/libsrc/csg/meshsurf.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/csg/algprim.cpp netgen-4.5_new/libsrc/csg/algprim.cpp
|
||||||
--- netgen-4.5.old/libsrc/csg/meshsurf.cpp 2006-02-14 11:54:35.000000000 +0300
|
--- netgen-4.5_orig/libsrc/csg/algprim.cpp 2006-01-25 16:30:28.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/csg/meshsurf.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/csg/algprim.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -108,7 +108,7 @@
|
||||||
|
void Plane :: GetPrimitiveData (char *& classname,
|
||||||
|
ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "plane";
|
||||||
|
+ classname = (char*)"plane";
|
||||||
|
coeffs.SetSize (6);
|
||||||
|
coeffs.Elem(1) = p(0);
|
||||||
|
coeffs.Elem(2) = p(1);
|
||||||
|
@@ -355,7 +355,7 @@
|
||||||
|
|
||||||
|
void Sphere :: GetPrimitiveData (char *& classname, ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "sphere";
|
||||||
|
+ classname = (char*)"sphere";
|
||||||
|
coeffs.SetSize (4);
|
||||||
|
coeffs.Elem(1) = c(0);
|
||||||
|
coeffs.Elem(2) = c(1);
|
||||||
|
@@ -760,7 +760,7 @@
|
||||||
|
|
||||||
|
void Cylinder :: GetPrimitiveData (char *& classname, ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "cylinder";
|
||||||
|
+ classname = (char*)"cylinder";
|
||||||
|
coeffs.SetSize (7);
|
||||||
|
coeffs.Elem(1) = a(0);
|
||||||
|
coeffs.Elem(2) = a(1);
|
||||||
|
@@ -1243,7 +1243,7 @@
|
||||||
|
|
||||||
|
void Cone :: GetPrimitiveData (char *& classname, ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "cone";
|
||||||
|
+ classname = (char*)"cone";
|
||||||
|
coeffs.SetSize (8);
|
||||||
|
coeffs.Elem(1) = a(0);
|
||||||
|
coeffs.Elem(2) = a(1);
|
||||||
|
@@ -1446,7 +1446,7 @@
|
||||||
|
|
||||||
|
void Torus :: GetPrimitiveData (char *& classname, ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "torus";
|
||||||
|
+ classname = (char*)"torus";
|
||||||
|
coeffs.SetSize (8);
|
||||||
|
coeffs.Elem(1) = c(0);
|
||||||
|
coeffs.Elem(2) = c(1);
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/csg/brick.cpp netgen-4.5_new/libsrc/csg/brick.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/csg/brick.cpp 2006-02-08 15:23:15.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/csg/brick.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -345,7 +345,7 @@
|
||||||
|
void Brick ::
|
||||||
|
GetPrimitiveData (char *& classname, ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "brick";
|
||||||
|
+ classname = (char*)"brick";
|
||||||
|
coeffs.SetSize(12);
|
||||||
|
coeffs.Elem(1) = p1(0);
|
||||||
|
coeffs.Elem(2) = p1(1);
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/csg/meshsurf.cpp netgen-4.5_new/libsrc/csg/meshsurf.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/csg/meshsurf.cpp 2006-02-14 11:54:35.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/csg/meshsurf.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -77,11 +77,12 @@
|
@@ -77,11 +77,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -15,9 +75,9 @@ diff -Naur netgen-4.5.old/libsrc/csg/meshsurf.cpp netgen-4.5.new/libsrc/csg/mesh
|
|||||||
}
|
}
|
||||||
|
|
||||||
void MeshOptimize2dSurfaces :: ProjectPoint2 (INDEX surfind, INDEX surfind2,
|
void MeshOptimize2dSurfaces :: ProjectPoint2 (INDEX surfind, INDEX surfind2,
|
||||||
diff -Naur netgen-4.5.old/libsrc/csg/meshsurf.hpp netgen-4.5.new/libsrc/csg/meshsurf.hpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/csg/meshsurf.hpp netgen-4.5_new/libsrc/csg/meshsurf.hpp
|
||||||
--- netgen-4.5.old/libsrc/csg/meshsurf.hpp 2004-01-20 14:49:44.000000000 +0300
|
--- netgen-4.5_orig/libsrc/csg/meshsurf.hpp 2004-01-20 14:49:44.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/csg/meshsurf.hpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/csg/meshsurf.hpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -45,7 +45,7 @@
|
@@ -45,7 +45,7 @@
|
||||||
MeshOptimize2dSurfaces (const CSGeometry & ageometry);
|
MeshOptimize2dSurfaces (const CSGeometry & ageometry);
|
||||||
|
|
||||||
@ -27,9 +87,104 @@ diff -Naur netgen-4.5.old/libsrc/csg/meshsurf.hpp netgen-4.5.new/libsrc/csg/mesh
|
|||||||
///
|
///
|
||||||
virtual void ProjectPoint2 (INDEX surfind, INDEX surfind2, Point3d & p) const;
|
virtual void ProjectPoint2 (INDEX surfind, INDEX surfind2, Point3d & p) const;
|
||||||
///
|
///
|
||||||
diff -Naur netgen-4.5.old/libsrc/interface/Makefile netgen-4.5.new/libsrc/interface/Makefile
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/csg/polyhedra.cpp netgen-4.5_new/libsrc/csg/polyhedra.cpp
|
||||||
--- netgen-4.5.old/libsrc/interface/Makefile 2005-08-09 18:14:59.000000000 +0400
|
--- netgen-4.5_orig/libsrc/csg/polyhedra.cpp 2006-02-09 13:33:11.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/interface/Makefile 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/csg/polyhedra.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -287,7 +287,7 @@
|
||||||
|
void Polyhedra :: GetPrimitiveData (char *& classname,
|
||||||
|
ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "Polyhedra";
|
||||||
|
+ classname = (char*)"Polyhedra";
|
||||||
|
coeffs.SetSize(0);
|
||||||
|
coeffs.Append (points.Size());
|
||||||
|
coeffs.Append (faces.Size());
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/csg/surface.cpp netgen-4.5_new/libsrc/csg/surface.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/csg/surface.cpp 2006-02-08 15:23:16.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/csg/surface.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -215,7 +215,7 @@
|
||||||
|
void Primitive :: GetPrimitiveData (char *& classname,
|
||||||
|
ARRAY<double> & coeffs) const
|
||||||
|
{
|
||||||
|
- classname = "undef";
|
||||||
|
+ classname = (char*)"undef";
|
||||||
|
coeffs.SetSize (0);
|
||||||
|
}
|
||||||
|
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/general/profiler.cpp netgen-4.5_new/libsrc/general/profiler.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/general/profiler.cpp 2006-01-11 13:05:59.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/general/profiler.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -34,8 +34,14 @@
|
||||||
|
{
|
||||||
|
StopTimer (total_timer);
|
||||||
|
|
||||||
|
- ofstream prof ("netgen.prof");
|
||||||
|
- Print (prof);
|
||||||
|
+ char* env;
|
||||||
|
+ if ((env = getenv("NETGEN_PROF")) && !strcmp(env, "1")) {
|
||||||
|
+ ofstream prof ("netgen.prof");
|
||||||
|
+ Print (prof);
|
||||||
|
+ }
|
||||||
|
+ else if ((env = getenv("NETGEN_PROF")) && !strcmp(env, "0")) {
|
||||||
|
+ Print (std::cout);
|
||||||
|
+ }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/geom2d/genmesh2d.cpp netgen-4.5_new/libsrc/geom2d/genmesh2d.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/geom2d/genmesh2d.cpp 2006-02-16 19:17:47.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/geom2d/genmesh2d.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -121,11 +121,11 @@
|
||||||
|
|
||||||
|
int hsteps = mp.optsteps2d;
|
||||||
|
|
||||||
|
- mp.optimize2d = "smcm";
|
||||||
|
+ mp.optimize2d = (char*)"smcm";
|
||||||
|
mp.optsteps2d = hsteps/2;
|
||||||
|
Optimize2d (*mesh, mp);
|
||||||
|
|
||||||
|
- mp.optimize2d = "Smcm";
|
||||||
|
+ mp.optimize2d = (char*)"Smcm";
|
||||||
|
mp.optsteps2d = (hsteps+1)/2;
|
||||||
|
Optimize2d (*mesh, mp);
|
||||||
|
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/gprim/geom2d.hpp netgen-4.5_new/libsrc/gprim/geom2d.hpp
|
||||||
|
--- netgen-4.5_orig/libsrc/gprim/geom2d.hpp 2004-01-20 14:49:44.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/gprim/geom2d.hpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -53,7 +53,7 @@
|
||||||
|
int IsOnLongLine (const Line2d & l, const Point2d & p);
|
||||||
|
int Hit (const Line2d & l1, const Line2d & l2, double heps = EPSGEOM);
|
||||||
|
ostream & operator<<(ostream & s, const Line2d & l);
|
||||||
|
-Point2d CrossPoint (const PLine2d & l1, const PLine2d & l2);
|
||||||
|
+Point2d CrossPoint (const Line2d & l1, const Line2d & l2);
|
||||||
|
int Parallel (const PLine2d & l1, const PLine2d & l2, double peps = EPSGEOM);
|
||||||
|
int IsOnLine (const PLine2d & l, const Point2d & p, double heps = EPSGEOM);
|
||||||
|
int IsOnLongLine (const PLine2d & l, const Point2d & p);
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/gprim/geom3d.hpp netgen-4.5_new/libsrc/gprim/geom3d.hpp
|
||||||
|
--- netgen-4.5_orig/libsrc/gprim/geom3d.hpp 2004-08-30 16:04:04.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/gprim/geom3d.hpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -25,6 +25,7 @@
|
||||||
|
inline Point3d Center (const Point3d & p1, const Point3d & p2, const Point3d & p3);
|
||||||
|
inline Point3d Center (const Point3d & p1, const Point3d & p2,
|
||||||
|
const Point3d & p3, const Point3d & p4);
|
||||||
|
+inline double Dist2 (const Point3d & p1, const Point3d & p2);
|
||||||
|
ostream & operator<<(ostream & s, const Point3d & p);
|
||||||
|
inline Vec3d operator- (const Vec3d & p1, const Vec3d & v);
|
||||||
|
inline Vec3d operator+ (const Vec3d & p1, const Vec3d & v);
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/include/mystdlib.h netgen-4.5_new/libsrc/include/mystdlib.h
|
||||||
|
--- netgen-4.5_orig/libsrc/include/mystdlib.h 2006-01-16 17:16:56.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/include/mystdlib.h 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -25,6 +25,7 @@
|
||||||
|
#include <cmath>
|
||||||
|
#include <cctype>
|
||||||
|
#include <ctime>
|
||||||
|
+#include <cstring>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/interface/Makefile netgen-4.5_new/libsrc/interface/Makefile
|
||||||
|
--- netgen-4.5_orig/libsrc/interface/Makefile 2005-08-09 18:14:59.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/interface/Makefile 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -1,4 +1,5 @@
|
@@ -1,4 +1,5 @@
|
||||||
-src = nginterface.cpp writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp writegmsh.cpp writejcm.cpp readuser.cpp importsolution.cpp
|
-src = nginterface.cpp writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp writegmsh.cpp writejcm.cpp readuser.cpp importsolution.cpp
|
||||||
+#src = nginterface.cpp writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp writegmsh.cpp writejcm.cpp readuser.cpp importsolution.cpp
|
+#src = nginterface.cpp writeuser.cpp writediffpack.cpp writeabaqus.cpp writefluent.cpp writepermas.cpp writetochnog.cpp writetecplot.cpp wuchemnitz.cpp writetochnog.cpp writefeap.cpp writeelmer.cpp writegmsh.cpp writejcm.cpp readuser.cpp importsolution.cpp
|
||||||
@ -37,9 +192,9 @@ diff -Naur netgen-4.5.old/libsrc/interface/Makefile netgen-4.5.new/libsrc/interf
|
|||||||
#
|
#
|
||||||
lib = nginterface
|
lib = nginterface
|
||||||
libpath = libsrc/interface
|
libpath = libsrc/interface
|
||||||
diff -Naur netgen-4.5.old/libsrc/interface/nglib.cpp netgen-4.5.new/libsrc/interface/nglib.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/interface/nglib.cpp netgen-4.5_new/libsrc/interface/nglib.cpp
|
||||||
--- netgen-4.5.old/libsrc/interface/nglib.cpp 2005-10-18 17:53:18.000000000 +0400
|
--- netgen-4.5_orig/libsrc/interface/nglib.cpp 2005-10-18 17:53:18.000000000 +0400
|
||||||
+++ netgen-4.5.new/libsrc/interface/nglib.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/interface/nglib.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -56,7 +56,8 @@
|
@@ -56,7 +56,8 @@
|
||||||
|
|
||||||
void Ng_Exit ()
|
void Ng_Exit ()
|
||||||
@ -50,9 +205,33 @@ diff -Naur netgen-4.5.old/libsrc/interface/nglib.cpp netgen-4.5.new/libsrc/inter
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/makefile.inc netgen-4.5.new/libsrc/makefile.inc
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/interface/writeuser.cpp netgen-4.5_new/libsrc/interface/writeuser.cpp
|
||||||
--- netgen-4.5.old/libsrc/makefile.inc 2005-09-02 17:17:51.000000000 +0400
|
--- netgen-4.5_orig/libsrc/interface/writeuser.cpp 2005-08-09 18:14:59.000000000 +0400
|
||||||
+++ netgen-4.5.new/libsrc/makefile.inc 2008-02-12 14:59:55.000000000 +0300
|
+++ netgen-4.5_new/libsrc/interface/writeuser.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -17,7 +17,7 @@
|
||||||
|
|
||||||
|
void RegisterUserFormats (ARRAY<const char*> & names)
|
||||||
|
{
|
||||||
|
- char *types[] =
|
||||||
|
+ const char *types[] =
|
||||||
|
{
|
||||||
|
"Neutral Format",
|
||||||
|
"Surface Mesh Format" ,
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/linalg/densemat.hpp netgen-4.5_new/libsrc/linalg/densemat.hpp
|
||||||
|
--- netgen-4.5_orig/libsrc/linalg/densemat.hpp 2005-12-09 15:26:19.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/linalg/densemat.hpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -14,6 +14,8 @@
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
|
+class DenseMatrix;
|
||||||
|
+void CalcAtA (const DenseMatrix & a, DenseMatrix & m2);
|
||||||
|
|
||||||
|
class DenseMatrix
|
||||||
|
{
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/makefile.inc netgen-4.5_new/libsrc/makefile.inc
|
||||||
|
--- netgen-4.5_orig/libsrc/makefile.inc 2005-09-02 17:17:51.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/makefile.inc 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -8,17 +8,14 @@
|
@@ -8,17 +8,14 @@
|
||||||
LIBSRC_DIR=$(CPP_DIR)/libsrc
|
LIBSRC_DIR=$(CPP_DIR)/libsrc
|
||||||
LIB_DIR=$(CPP_DIR)/lib/$(MACHINE)
|
LIB_DIR=$(CPP_DIR)/lib/$(MACHINE)
|
||||||
@ -76,9 +255,9 @@ diff -Naur netgen-4.5.old/libsrc/makefile.inc netgen-4.5.new/libsrc/makefile.inc
|
|||||||
#
|
#
|
||||||
ARFLAGS = r
|
ARFLAGS = r
|
||||||
#
|
#
|
||||||
diff -Naur netgen-4.5.old/libsrc/makefile.mach.LINUX netgen-4.5.new/libsrc/makefile.mach.LINUX
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/makefile.mach.LINUX netgen-4.5_new/libsrc/makefile.mach.LINUX
|
||||||
--- netgen-4.5.old/libsrc/makefile.mach.LINUX 2004-10-11 23:49:26.000000000 +0400
|
--- netgen-4.5_orig/libsrc/makefile.mach.LINUX 2004-10-11 23:49:26.000000000 +0400
|
||||||
+++ netgen-4.5.new/libsrc/makefile.mach.LINUX 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/makefile.mach.LINUX 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -16,7 +16,7 @@
|
@@ -16,7 +16,7 @@
|
||||||
#
|
#
|
||||||
CFLAGS2 =
|
CFLAGS2 =
|
||||||
@ -88,29 +267,9 @@ diff -Naur netgen-4.5.old/libsrc/makefile.mach.LINUX netgen-4.5.new/libsrc/makef
|
|||||||
-ftemplate-depth-99 -finline-limit=10000 \
|
-ftemplate-depth-99 -finline-limit=10000 \
|
||||||
-Wdisabled-optimization -funroll-loops -DnoNGSOLVE
|
-Wdisabled-optimization -funroll-loops -DnoNGSOLVE
|
||||||
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/meshing/meshtype.cpp netgen-4.5.new/libsrc/meshing/meshtype.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/meshing/improve2.cpp netgen-4.5_new/libsrc/meshing/improve2.cpp
|
||||||
--- netgen-4.5.old/libsrc/meshing/meshtype.cpp 2006-02-10 13:11:08.000000000 +0300
|
--- netgen-4.5_orig/libsrc/meshing/improve2.cpp 2006-01-11 19:08:19.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/meshing/meshtype.cpp 2008-03-14 13:19:53.000000000 +0300
|
+++ netgen-4.5_new/libsrc/meshing/improve2.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -1,4 +1,5 @@
|
|
||||||
#include <mystdlib.h>
|
|
||||||
+#include <float.h>
|
|
||||||
|
|
||||||
#include "meshing.hpp"
|
|
||||||
|
|
||||||
@@ -774,7 +775,7 @@
|
|
||||||
frob /= 2;
|
|
||||||
|
|
||||||
double det = trans.Det();
|
|
||||||
- if (det <= 0)
|
|
||||||
+ if (det <= DBL_MIN)
|
|
||||||
err += 1e12;
|
|
||||||
else
|
|
||||||
err += frob * frob / det;
|
|
||||||
|
|
||||||
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/meshing/improve2.cpp netgen-4.5.new/libsrc/meshing/improve2.cpp
|
|
||||||
--- netgen-4.5.old/libsrc/meshing/improve2.cpp 2006-01-11 19:08:19.000000000 +0300
|
|
||||||
+++ netgen-4.5.new/libsrc/meshing/improve2.cpp 2008-02-12 14:57:01.000000000 +0300
|
|
||||||
@@ -4,7 +4,7 @@
|
@@ -4,7 +4,7 @@
|
||||||
#include <opti.hpp>
|
#include <opti.hpp>
|
||||||
|
|
||||||
@ -120,9 +279,9 @@ diff -Naur netgen-4.5.old/libsrc/meshing/improve2.cpp netgen-4.5.new/libsrc/mesh
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace netgen
|
namespace netgen
|
||||||
diff -Naur netgen-4.5.old/libsrc/meshing/improve2.hpp netgen-4.5.new/libsrc/meshing/improve2.hpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/meshing/improve2.hpp netgen-4.5_new/libsrc/meshing/improve2.hpp
|
||||||
--- netgen-4.5.old/libsrc/meshing/improve2.hpp 2004-10-12 23:22:55.000000000 +0400
|
--- netgen-4.5_orig/libsrc/meshing/improve2.hpp 2004-10-12 23:22:55.000000000 +0400
|
||||||
+++ netgen-4.5.new/libsrc/meshing/improve2.hpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/meshing/improve2.hpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -32,17 +32,16 @@
|
@@ -32,17 +32,16 @@
|
||||||
///
|
///
|
||||||
virtual void SelectSurfaceOfPoint (const Point3d & p,
|
virtual void SelectSurfaceOfPoint (const Point3d & p,
|
||||||
@ -149,9 +308,51 @@ diff -Naur netgen-4.5.old/libsrc/meshing/improve2.hpp netgen-4.5.new/libsrc/mesh
|
|||||||
|
|
||||||
///
|
///
|
||||||
virtual void GetNormalVector(INDEX surfind, const Point3d & p, PointGeomInfo & gi, Vec3d & n) const;
|
virtual void GetNormalVector(INDEX surfind, const Point3d & p, PointGeomInfo & gi, Vec3d & n) const;
|
||||||
diff -Naur netgen-4.5.old/libsrc/meshing/smoothing2.cpp netgen-4.5.new/libsrc/meshing/smoothing2.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/meshing/meshtype.cpp netgen-4.5_new/libsrc/meshing/meshtype.cpp
|
||||||
--- netgen-4.5.old/libsrc/meshing/smoothing2.cpp 2006-01-11 19:08:20.000000000 +0300
|
--- netgen-4.5_orig/libsrc/meshing/meshtype.cpp 2006-02-10 13:11:08.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/meshing/smoothing2.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/meshing/meshtype.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
#include <mystdlib.h>
|
||||||
|
+#include <float.h>
|
||||||
|
|
||||||
|
#include "meshing.hpp"
|
||||||
|
|
||||||
|
@@ -774,7 +775,7 @@
|
||||||
|
frob /= 2;
|
||||||
|
|
||||||
|
double det = trans.Det();
|
||||||
|
- if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN)
|
||||||
|
err += 1e12;
|
||||||
|
else
|
||||||
|
err += frob * frob / det;
|
||||||
|
@@ -2222,9 +2223,9 @@
|
||||||
|
|
||||||
|
MeshingParameters :: MeshingParameters ()
|
||||||
|
{
|
||||||
|
- optimize3d = "cmdmstm";
|
||||||
|
+ optimize3d = (char*)"cmdmstm";
|
||||||
|
optsteps3d = 3;
|
||||||
|
- optimize2d = "smsmsmSmSmSm";
|
||||||
|
+ optimize2d = (char*)"smsmsmSmSmSm";
|
||||||
|
optsteps2d = 3;
|
||||||
|
opterrpow = 2;
|
||||||
|
blockfill = 1;
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/meshing/meshtype.hpp netgen-4.5_new/libsrc/meshing/meshtype.hpp
|
||||||
|
--- netgen-4.5_orig/libsrc/meshing/meshtype.hpp 2006-02-10 13:11:08.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/meshing/meshtype.hpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
|
@@ -13,7 +13,7 @@
|
||||||
|
Classes for NETGEN
|
||||||
|
*/
|
||||||
|
|
||||||
|
-
|
||||||
|
+class Mesh;
|
||||||
|
enum ELEMENT_TYPE {
|
||||||
|
SEGMENT = 1, SEGMENT3 = 2,
|
||||||
|
TRIG = 10, QUAD=11, TRIG6 = 12, QUAD6 = 13, QUAD8 = 14,
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/meshing/smoothing2.cpp netgen-4.5_new/libsrc/meshing/smoothing2.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/meshing/smoothing2.cpp 2006-01-11 19:08:20.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/meshing/smoothing2.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -300,7 +300,7 @@
|
@@ -300,7 +300,7 @@
|
||||||
double Opti2SurfaceMinFunction ::
|
double Opti2SurfaceMinFunction ::
|
||||||
FuncGrad (const Vector & x, Vector & grad) const
|
FuncGrad (const Vector & x, Vector & grad) const
|
||||||
@ -270,9 +471,119 @@ diff -Naur netgen-4.5.old/libsrc/meshing/smoothing2.cpp netgen-4.5.new/libsrc/me
|
|||||||
if (moveisok)
|
if (moveisok)
|
||||||
{
|
{
|
||||||
for (j = 0; j < locelements.Size(); j++)
|
for (j = 0; j < locelements.Size(); j++)
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/occconstruction.cpp netgen-4.5.new/libsrc/occ/occconstruction.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/Partition_Inter2d.cxx netgen-4.5_new/libsrc/occ/Partition_Inter2d.cxx
|
||||||
--- netgen-4.5.old/libsrc/occ/occconstruction.cpp 2005-12-06 18:15:53.000000000 +0300
|
--- netgen-4.5_orig/libsrc/occ/Partition_Inter2d.cxx 2005-06-09 18:51:10.000000000 +0400
|
||||||
+++ netgen-4.5.new/libsrc/occ/occconstruction.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/occ/Partition_Inter2d.cxx 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -29,10 +29,10 @@
|
||||||
|
// $Header$
|
||||||
|
|
||||||
|
//using namespace std;
|
||||||
|
-#include "Partition_Inter2d.ixx"
|
||||||
|
-
|
||||||
|
#include "utilities.h"
|
||||||
|
|
||||||
|
+#include "Partition_Inter2d.ixx"
|
||||||
|
+
|
||||||
|
#include <BRepAdaptor_Curve.hxx>
|
||||||
|
#include <BRepAlgo_AsDes.hxx>
|
||||||
|
#include <BRepLib_MakeVertex.hxx>
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/Partition_Inter3d.cxx netgen-4.5_new/libsrc/occ/Partition_Inter3d.cxx
|
||||||
|
--- netgen-4.5_orig/libsrc/occ/Partition_Inter3d.cxx 2005-06-09 18:51:10.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/occ/Partition_Inter3d.cxx 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -29,13 +29,17 @@
|
||||||
|
// $Header$
|
||||||
|
|
||||||
|
//using namespace std;
|
||||||
|
+
|
||||||
|
+#include "utilities.h"
|
||||||
|
+
|
||||||
|
#include "Partition_Inter2d.hxx"
|
||||||
|
#include "Partition_Inter3d.ixx"
|
||||||
|
-#include "utilities.h"
|
||||||
|
|
||||||
|
#include <BRepAlgo_AsDes.hxx>
|
||||||
|
#include <BRepAlgo_Image.hxx>
|
||||||
|
#include <BRepLib.hxx>
|
||||||
|
+//using namespace std;
|
||||||
|
+
|
||||||
|
#include <BRepOffset_Tool.hxx>
|
||||||
|
#include <BRep_Builder.hxx>
|
||||||
|
#include <BRep_Tool.hxx>
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/Partition_Loop.cxx netgen-4.5_new/libsrc/occ/Partition_Loop.cxx
|
||||||
|
--- netgen-4.5_orig/libsrc/occ/Partition_Loop.cxx 2005-06-09 18:51:10.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/occ/Partition_Loop.cxx 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -29,12 +29,14 @@
|
||||||
|
// $Header$
|
||||||
|
|
||||||
|
//using namespace std;
|
||||||
|
-#include <stdio.h>
|
||||||
|
|
||||||
|
-#include "Partition_Loop.ixx"
|
||||||
|
|
||||||
|
#include "utilities.h"
|
||||||
|
|
||||||
|
+#include <stdio.h>
|
||||||
|
+
|
||||||
|
+#include "Partition_Loop.ixx"
|
||||||
|
+
|
||||||
|
#include <BRep_Builder.hxx>
|
||||||
|
#include <BRepAlgo_FaceRestrictor.hxx>
|
||||||
|
#include <BRep_Tool.hxx>
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/Partition_Loop2d.cxx netgen-4.5_new/libsrc/occ/Partition_Loop2d.cxx
|
||||||
|
--- netgen-4.5_orig/libsrc/occ/Partition_Loop2d.cxx 2005-06-09 18:51:10.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/occ/Partition_Loop2d.cxx 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -12,9 +12,11 @@
|
||||||
|
// $Header$
|
||||||
|
|
||||||
|
//using namespace std;
|
||||||
|
-#include "Partition_Loop2d.ixx"
|
||||||
|
+
|
||||||
|
|
||||||
|
#include "utilities.h"
|
||||||
|
+
|
||||||
|
+#include "Partition_Loop2d.ixx"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#include <BRepAdaptor_Curve2d.hxx>
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/Partition_Loop3d.cxx netgen-4.5_new/libsrc/occ/Partition_Loop3d.cxx
|
||||||
|
--- netgen-4.5_orig/libsrc/occ/Partition_Loop3d.cxx 2005-06-09 18:51:10.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/occ/Partition_Loop3d.cxx 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -10,6 +10,11 @@
|
||||||
|
// Module : GEOM
|
||||||
|
|
||||||
|
//using namespace std;
|
||||||
|
+
|
||||||
|
+
|
||||||
|
+
|
||||||
|
+#include "utilities.h"
|
||||||
|
+
|
||||||
|
#include "Partition_Loop3d.ixx"
|
||||||
|
|
||||||
|
#include <TopExp_Explorer.hxx>
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/Partition_Spliter.cxx netgen-4.5_new/libsrc/occ/Partition_Spliter.cxx
|
||||||
|
--- netgen-4.5_orig/libsrc/occ/Partition_Spliter.cxx 2005-07-11 10:33:27.000000000 +0400
|
||||||
|
+++ netgen-4.5_new/libsrc/occ/Partition_Spliter.cxx 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -29,14 +29,15 @@
|
||||||
|
// $Header$
|
||||||
|
|
||||||
|
//using namespace std;
|
||||||
|
+
|
||||||
|
+#include "utilities.h"
|
||||||
|
+
|
||||||
|
#include "Partition_Inter2d.hxx"
|
||||||
|
#include "Partition_Inter3d.hxx"
|
||||||
|
#include "Partition_Loop2d.hxx"
|
||||||
|
#include "Partition_Loop3d.hxx"
|
||||||
|
#include "Partition_Spliter.ixx"
|
||||||
|
|
||||||
|
-#include "utilities.h"
|
||||||
|
-
|
||||||
|
#include <Precision.hxx>
|
||||||
|
#include <TopAbs_Orientation.hxx>
|
||||||
|
#include <TopExp.hxx>
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/occconstruction.cpp netgen-4.5_new/libsrc/occ/occconstruction.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/occ/occconstruction.cpp 2005-12-06 18:15:53.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/occ/occconstruction.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -28,8 +28,8 @@
|
@@ -28,8 +28,8 @@
|
||||||
#include <BRepAlgoAPI_Common.hxx>
|
#include <BRepAlgoAPI_Common.hxx>
|
||||||
#include <BRepAlgoAPI_Fuse.hxx>
|
#include <BRepAlgoAPI_Fuse.hxx>
|
||||||
@ -284,9 +595,9 @@ diff -Naur netgen-4.5.old/libsrc/occ/occconstruction.cpp netgen-4.5.new/libsrc/o
|
|||||||
#include <BRepOffsetAPI_MakeOffsetShape.hxx>
|
#include <BRepOffsetAPI_MakeOffsetShape.hxx>
|
||||||
#include <ShapeFix_Shape.hxx>
|
#include <ShapeFix_Shape.hxx>
|
||||||
namespace netgen
|
namespace netgen
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/occgenmesh.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/occgenmesh.cpp netgen-4.5_new/libsrc/occ/occgenmesh.cpp
|
||||||
--- netgen-4.5.old/libsrc/occ/occgenmesh.cpp 2006-02-07 13:12:48.000000000 +0300
|
--- netgen-4.5_orig/libsrc/occ/occgenmesh.cpp 2006-02-07 13:12:48.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/occ/occgenmesh.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/occ/occgenmesh.cpp 2010-11-25 10:11:30.000000000 +0300
|
||||||
@@ -28,7 +28,7 @@
|
@@ -28,7 +28,7 @@
|
||||||
return Point<3> (p.X(), p.Y(), p.Z());
|
return Point<3> (p.X(), p.Y(), p.Z());
|
||||||
}
|
}
|
||||||
@ -296,7 +607,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
ARRAY<MeshPoint> & ps,
|
ARRAY<MeshPoint> & ps,
|
||||||
ARRAY<double> & params,
|
ARRAY<double> & params,
|
||||||
Mesh & mesh)
|
Mesh & mesh)
|
||||||
@@ -49,23 +49,19 @@
|
@@ -49,23 +49,18 @@
|
||||||
hvalue[0] = 0;
|
hvalue[0] = 0;
|
||||||
pnt = c->Value(s0);
|
pnt = c->Value(s0);
|
||||||
|
|
||||||
@ -309,11 +620,12 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
{
|
{
|
||||||
oldpnt = pnt;
|
oldpnt = pnt;
|
||||||
pnt = c->Value(s0+(i/double(DIVIDEEDGESECTIONS))*(s1-s0));
|
pnt = c->Value(s0+(i/double(DIVIDEEDGESECTIONS))*(s1-s0));
|
||||||
+ double dist = pnt.Distance(oldpnt);
|
- hvalue[i] = hvalue[i-1] +
|
||||||
hvalue[i] = hvalue[i-1] +
|
- 1.0/mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))*
|
||||||
1.0/mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))*
|
|
||||||
- pnt.Distance(oldpnt);
|
- pnt.Distance(oldpnt);
|
||||||
+ dist;
|
+ double dist = pnt.Distance(oldpnt);
|
||||||
|
+ hvalue[i] = hvalue[i-1] + min( 1.0,
|
||||||
|
+ 1.0/mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))*dist);
|
||||||
|
|
||||||
//(*testout) << "mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z())) " << mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))
|
//(*testout) << "mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z())) " << mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))
|
||||||
// << " pnt.Distance(oldpnt) " << pnt.Distance(oldpnt) << endl;
|
// << " pnt.Distance(oldpnt) " << pnt.Distance(oldpnt) << endl;
|
||||||
@ -324,7 +636,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
}
|
}
|
||||||
|
|
||||||
// nsubedges = int(ceil(hvalue[DIVIDEEDGESECTIONS]));
|
// nsubedges = int(ceil(hvalue[DIVIDEEDGESECTIONS]));
|
||||||
@@ -74,7 +70,7 @@
|
@@ -74,13 +69,16 @@
|
||||||
ps.SetSize(nsubedges-1);
|
ps.SetSize(nsubedges-1);
|
||||||
params.SetSize(nsubedges+1);
|
params.SetSize(nsubedges+1);
|
||||||
|
|
||||||
@ -333,7 +645,17 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
int i1 = 0;
|
int i1 = 0;
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
@@ -112,7 +108,7 @@
|
if (hvalue[i1]/hvalue[DIVIDEEDGESECTIONS]*nsubedges >= i)
|
||||||
|
{
|
||||||
|
- params[i] = s0+(i1/double(DIVIDEEDGESECTIONS))*(s1-s0);
|
||||||
|
+ // EAP. For nsubedges comparable to DIVIDEEDGESECTIONS (issue 0021073)
|
||||||
|
+ double d1 = i1 - (hvalue[i1] - i*hvalue[DIVIDEEDGESECTIONS]/nsubedges)/(hvalue[i1]-hvalue[i1-1]);
|
||||||
|
+ params[i] = s0+(d1/double(DIVIDEEDGESECTIONS))*(s1-s0);
|
||||||
|
+ //params[i] = s0+(i1/double(DIVIDEEDGESECTIONS))*(s1-s0);
|
||||||
|
pnt = c->Value(params[i]);
|
||||||
|
ps[i-1] = MeshPoint (Point3d(pnt.X(), pnt.Y(), pnt.Z()));
|
||||||
|
i++;
|
||||||
|
@@ -112,7 +110,7 @@
|
||||||
|
|
||||||
static void FindEdges (OCCGeometry & geom, Mesh & mesh)
|
static void FindEdges (OCCGeometry & geom, Mesh & mesh)
|
||||||
{
|
{
|
||||||
@ -342,7 +664,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
multithread.task = "Edge meshing";
|
multithread.task = "Edge meshing";
|
||||||
|
|
||||||
(*testout) << "edge meshing" << endl;
|
(*testout) << "edge meshing" << endl;
|
||||||
@@ -124,6 +120,7 @@
|
@@ -124,6 +122,7 @@
|
||||||
(*testout) << "nedges = " << nedges << endl;
|
(*testout) << "nedges = " << nedges << endl;
|
||||||
|
|
||||||
double eps = 1e-6 * geom.GetBoundingBox().Diam();
|
double eps = 1e-6 * geom.GetBoundingBox().Diam();
|
||||||
@ -350,7 +672,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
|
|
||||||
for (int i = 1; i <= nvertices; i++)
|
for (int i = 1; i <= nvertices; i++)
|
||||||
{
|
{
|
||||||
@@ -133,7 +130,7 @@
|
@@ -133,7 +132,7 @@
|
||||||
bool exists = 0;
|
bool exists = 0;
|
||||||
if (merge_solids)
|
if (merge_solids)
|
||||||
for (PointIndex pi = 1; pi <= mesh.GetNP(); pi++)
|
for (PointIndex pi = 1; pi <= mesh.GetNP(); pi++)
|
||||||
@ -359,7 +681,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
{
|
{
|
||||||
exists = 1;
|
exists = 1;
|
||||||
break;
|
break;
|
||||||
@@ -163,6 +160,7 @@
|
@@ -163,6 +162,7 @@
|
||||||
{
|
{
|
||||||
TopoDS_Face face = TopoDS::Face(exp1.Current());
|
TopoDS_Face face = TopoDS::Face(exp1.Current());
|
||||||
int facenr = geom.fmap.FindIndex(face);
|
int facenr = geom.fmap.FindIndex(face);
|
||||||
@ -367,7 +689,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
|
|
||||||
if (face2solid[0][facenr-1] == 0)
|
if (face2solid[0][facenr-1] == 0)
|
||||||
face2solid[0][facenr-1] = solidnr;
|
face2solid[0][facenr-1] = solidnr;
|
||||||
@@ -184,6 +182,9 @@
|
@@ -184,6 +184,9 @@
|
||||||
int facenr = 0;
|
int facenr = 0;
|
||||||
int edgenr = 0;
|
int edgenr = 0;
|
||||||
|
|
||||||
@ -377,7 +699,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
|
|
||||||
(*testout) << "faces = " << geom.fmap.Extent() << endl;
|
(*testout) << "faces = " << geom.fmap.Extent() << endl;
|
||||||
int curr = 0;
|
int curr = 0;
|
||||||
@@ -232,6 +233,11 @@
|
@@ -232,6 +235,11 @@
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -389,7 +711,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
if (geom.vmap.FindIndex(TopExp::FirstVertex (edge)) ==
|
if (geom.vmap.FindIndex(TopExp::FirstVertex (edge)) ==
|
||||||
geom.vmap.FindIndex(TopExp::LastVertex (edge)))
|
geom.vmap.FindIndex(TopExp::LastVertex (edge)))
|
||||||
{
|
{
|
||||||
@@ -276,8 +282,8 @@
|
@@ -276,8 +284,8 @@
|
||||||
pnums.Last() = -1;
|
pnums.Last() = -1;
|
||||||
for (PointIndex pi = 1; pi < first_ep; pi++)
|
for (PointIndex pi = 1; pi < first_ep; pi++)
|
||||||
{
|
{
|
||||||
@ -400,7 +722,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -287,7 +293,7 @@
|
@@ -287,7 +295,7 @@
|
||||||
bool exists = 0;
|
bool exists = 0;
|
||||||
int j;
|
int j;
|
||||||
for (j = first_ep; j <= mesh.GetNP(); j++)
|
for (j = first_ep; j <= mesh.GetNP(); j++)
|
||||||
@ -409,7 +731,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
{
|
{
|
||||||
exists = 1;
|
exists = 1;
|
||||||
break;
|
break;
|
||||||
@@ -394,7 +400,7 @@
|
@@ -394,7 +402,7 @@
|
||||||
int i, j, k;
|
int i, j, k;
|
||||||
int changed;
|
int changed;
|
||||||
|
|
||||||
@ -418,7 +740,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
multithread.task = "Surface meshing";
|
multithread.task = "Surface meshing";
|
||||||
|
|
||||||
geom.facemeshstatus = 0;
|
geom.facemeshstatus = 0;
|
||||||
@@ -751,7 +760,7 @@
|
@@ -751,7 +759,7 @@
|
||||||
multithread.task = savetask;
|
multithread.task = savetask;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -427,7 +749,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
{
|
{
|
||||||
double hret;
|
double hret;
|
||||||
kappa *= mparam.curvaturesafety;
|
kappa *= mparam.curvaturesafety;
|
||||||
@@ -779,7 +788,7 @@
|
@@ -779,7 +787,7 @@
|
||||||
double nq = n*q;
|
double nq = n*q;
|
||||||
|
|
||||||
Point<3> p = p0 + 0.5*n;
|
Point<3> p = p0 + 0.5*n;
|
||||||
@ -436,7 +758,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
|
|
||||||
if (lambda >= 0 && lambda <= 1)
|
if (lambda >= 0 && lambda <= 1)
|
||||||
{
|
{
|
||||||
@@ -799,55 +808,55 @@
|
@@ -799,55 +807,55 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -512,7 +834,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
|
|
||||||
//(*testout) << "curvature " << curvature << endl;
|
//(*testout) << "curvature " << curvature << endl;
|
||||||
|
|
||||||
@@ -886,51 +895,47 @@
|
@@ -886,51 +894,47 @@
|
||||||
pm1.SetX(0.5*(par0.X()+par2.X())); pm1.SetY(0.5*(par0.Y()+par2.Y()));
|
pm1.SetX(0.5*(par0.X()+par2.X())); pm1.SetY(0.5*(par0.Y()+par2.Y()));
|
||||||
pm2.SetX(0.5*(par1.X()+par0.X())); pm2.SetY(0.5*(par1.Y()+par0.Y()));
|
pm2.SetX(0.5*(par1.X()+par0.X())); pm2.SetY(0.5*(par1.Y()+par0.Y()));
|
||||||
|
|
||||||
@ -579,7 +901,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
(*testout) << pnt.X() << " " << pnt.Y() << " " << pnt.Z() << endl;
|
(*testout) << pnt.X() << " " << pnt.Y() << " " << pnt.Z() << endl;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
@@ -970,7 +975,7 @@
|
@@ -970,7 +974,7 @@
|
||||||
if (mparam.uselocalh)
|
if (mparam.uselocalh)
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -588,7 +910,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
multithread.percent = 0;
|
multithread.percent = 0;
|
||||||
|
|
||||||
mesh->SetLocalH (bb.PMin(), bb.PMax(), mparam.grading);
|
mesh->SetLocalH (bb.PMin(), bb.PMax(), mparam.grading);
|
||||||
@@ -1075,7 +1080,6 @@
|
@@ -1075,7 +1079,6 @@
|
||||||
if (triangulation.IsNull()) continue;
|
if (triangulation.IsNull()) continue;
|
||||||
|
|
||||||
BRepAdaptor_Surface sf(face, Standard_True);
|
BRepAdaptor_Surface sf(face, Standard_True);
|
||||||
@ -596,7 +918,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
|
|
||||||
int ntriangles = triangulation -> NbTriangles();
|
int ntriangles = triangulation -> NbTriangles();
|
||||||
for (int j = 1; j <= ntriangles; j++)
|
for (int j = 1; j <= ntriangles; j++)
|
||||||
@@ -1096,7 +1100,7 @@
|
@@ -1096,7 +1099,7 @@
|
||||||
maxside = max (maxside, p[1].Distance(p[2]));
|
maxside = max (maxside, p[1].Distance(p[2]));
|
||||||
//cout << "\rFace " << i << " pos11 ntriangles " << ntriangles << " maxside " << maxside << flush;
|
//cout << "\rFace " << i << " pos11 ntriangles " << ntriangles << " maxside " << maxside << flush;
|
||||||
|
|
||||||
@ -605,9 +927,9 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgenmesh.cpp netgen-4.5.new/libsrc/occ/oc
|
|||||||
//cout << "\rFace " << i << " pos12 ntriangles " << ntriangles << flush;
|
//cout << "\rFace " << i << " pos12 ntriangles " << ntriangles << flush;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/occgeom.cpp netgen-4.5.new/libsrc/occ/occgeom.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/occgeom.cpp netgen-4.5_new/libsrc/occ/occgeom.cpp
|
||||||
--- netgen-4.5.old/libsrc/occ/occgeom.cpp 2006-01-25 16:35:50.000000000 +0300
|
--- netgen-4.5_orig/libsrc/occ/occgeom.cpp 2006-01-25 16:35:50.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/occ/occgeom.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/occ/occgeom.cpp 2010-11-25 10:11:31.000000000 +0300
|
||||||
@@ -7,6 +7,8 @@
|
@@ -7,6 +7,8 @@
|
||||||
#include "ShapeAnalysis_ShapeContents.hxx"
|
#include "ShapeAnalysis_ShapeContents.hxx"
|
||||||
#include "ShapeAnalysis_CheckSmallFace.hxx"
|
#include "ShapeAnalysis_CheckSmallFace.hxx"
|
||||||
@ -650,7 +972,7 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgeom.cpp netgen-4.5.new/libsrc/occ/occge
|
|||||||
BRepTools::Clean (shape);
|
BRepTools::Clean (shape);
|
||||||
//WriteOCC_STL("test.stl");
|
//WriteOCC_STL("test.stl");
|
||||||
- BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, vispar.occdeflection, true);
|
- BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, vispar.occdeflection, true);
|
||||||
+ BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, vispar_occdeflection, true);
|
+ BRepMesh_IncrementalMesh (shape, vispar_occdeflection, true);
|
||||||
cout << "done" << endl;
|
cout << "done" << endl;
|
||||||
|
|
||||||
|
|
||||||
@ -784,9 +1106,29 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgeom.cpp netgen-4.5.new/libsrc/occ/occge
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/occgeom.hpp netgen-4.5.new/libsrc/occ/occgeom.hpp
|
@@ -1190,16 +1189,16 @@
|
||||||
--- netgen-4.5.old/libsrc/occ/occgeom.hpp 2006-01-25 16:35:50.000000000 +0300
|
return occgeo;
|
||||||
+++ netgen-4.5.new/libsrc/occ/occgeom.hpp 2008-02-12 14:57:01.000000000 +0300
|
}
|
||||||
|
|
||||||
|
- char * shapesname[] =
|
||||||
|
+ const char * shapesname[] =
|
||||||
|
{" ", "CompSolids", "Solids", "Shells",
|
||||||
|
|
||||||
|
"Faces", "Wires", "Edges", "Vertices"};
|
||||||
|
|
||||||
|
- char * shapename[] =
|
||||||
|
+ const char * shapename[] =
|
||||||
|
{" ", "CompSolid", "Solid", "Shell",
|
||||||
|
"Face", "Wire", "Edge", "Vertex"};
|
||||||
|
|
||||||
|
- char * orientationstring[] =
|
||||||
|
+ const char * orientationstring[] =
|
||||||
|
{"+", "-"};
|
||||||
|
|
||||||
|
void OCCGeometry :: RecursiveTopologyTree (const TopoDS_Shape & sh,
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/occgeom.hpp netgen-4.5_new/libsrc/occ/occgeom.hpp
|
||||||
|
--- netgen-4.5_orig/libsrc/occ/occgeom.hpp 2006-01-25 16:35:50.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/occ/occgeom.hpp 2010-11-25 10:11:31.000000000 +0300
|
||||||
@@ -15,8 +15,6 @@
|
@@ -15,8 +15,6 @@
|
||||||
#include "Geom_Curve.hxx"
|
#include "Geom_Curve.hxx"
|
||||||
#include "Geom2d_Curve.hxx"
|
#include "Geom2d_Curve.hxx"
|
||||||
@ -863,9 +1205,9 @@ diff -Naur netgen-4.5.old/libsrc/occ/occgeom.hpp netgen-4.5.new/libsrc/occ/occge
|
|||||||
OCCSurface GetSurface (int surfi)
|
OCCSurface GetSurface (int surfi)
|
||||||
{
|
{
|
||||||
cout << "OCCGeometry::GetSurface using PLANESPACE" << endl;
|
cout << "OCCGeometry::GetSurface using PLANESPACE" << endl;
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/occmeshsurf.cpp netgen-4.5.new/libsrc/occ/occmeshsurf.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/occmeshsurf.cpp netgen-4.5_new/libsrc/occ/occmeshsurf.cpp
|
||||||
--- netgen-4.5.old/libsrc/occ/occmeshsurf.cpp 2006-01-25 16:36:26.000000000 +0300
|
--- netgen-4.5_orig/libsrc/occ/occmeshsurf.cpp 2006-01-25 16:36:26.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/occ/occmeshsurf.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/occ/occmeshsurf.cpp 2010-11-25 10:11:31.000000000 +0300
|
||||||
@@ -5,6 +5,8 @@
|
@@ -5,6 +5,8 @@
|
||||||
#include <occgeom.hpp>
|
#include <occgeom.hpp>
|
||||||
#include <meshing.hpp>
|
#include <meshing.hpp>
|
||||||
@ -981,9 +1323,9 @@ diff -Naur netgen-4.5.old/libsrc/occ/occmeshsurf.cpp netgen-4.5.new/libsrc/occ/o
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/occmeshsurf.hpp netgen-4.5.new/libsrc/occ/occmeshsurf.hpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/occmeshsurf.hpp netgen-4.5_new/libsrc/occ/occmeshsurf.hpp
|
||||||
--- netgen-4.5.old/libsrc/occ/occmeshsurf.hpp 2005-06-09 18:51:10.000000000 +0400
|
--- netgen-4.5_orig/libsrc/occ/occmeshsurf.hpp 2005-06-09 18:51:10.000000000 +0400
|
||||||
+++ netgen-4.5.new/libsrc/occ/occmeshsurf.hpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/occ/occmeshsurf.hpp 2010-11-25 10:11:31.000000000 +0300
|
||||||
@@ -151,7 +151,7 @@
|
@@ -151,7 +151,7 @@
|
||||||
MeshOptimize2dOCCSurfaces (const OCCGeometry & ageometry);
|
MeshOptimize2dOCCSurfaces (const OCCGeometry & ageometry);
|
||||||
|
|
||||||
@ -1003,9 +1345,20 @@ diff -Naur netgen-4.5.old/libsrc/occ/occmeshsurf.hpp netgen-4.5.new/libsrc/occ/o
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/stlgeom/meshstlsurface.cpp netgen-4.5.new/libsrc/stlgeom/meshstlsurface.cpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/utilities.h netgen-4.5_new/libsrc/occ/utilities.h
|
||||||
--- netgen-4.5.old/libsrc/stlgeom/meshstlsurface.cpp 2006-01-11 19:08:20.000000000 +0300
|
--- netgen-4.5_orig/libsrc/occ/utilities.h 2005-02-11 14:35:43.000000000 +0300
|
||||||
+++ netgen-4.5.new/libsrc/stlgeom/meshstlsurface.cpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/occ/utilities.h 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -33,6 +33,7 @@
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <iostream>
|
||||||
|
+#include <iomanip>
|
||||||
|
#include <cstdlib>
|
||||||
|
// #include "SALOME_Log.hxx"
|
||||||
|
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/stlgeom/meshstlsurface.cpp netgen-4.5_new/libsrc/stlgeom/meshstlsurface.cpp
|
||||||
|
--- netgen-4.5_orig/libsrc/stlgeom/meshstlsurface.cpp 2006-01-11 19:08:20.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/libsrc/stlgeom/meshstlsurface.cpp 2010-11-25 10:11:31.000000000 +0300
|
||||||
@@ -946,20 +946,23 @@
|
@@ -946,20 +946,23 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1054,9 +1407,9 @@ diff -Naur netgen-4.5.old/libsrc/stlgeom/meshstlsurface.cpp netgen-4.5.new/libsr
|
|||||||
void MeshOptimizeSTLSurface :: GetNormalVector(INDEX surfind, const Point3d & p, Vec3d & n) const
|
void MeshOptimizeSTLSurface :: GetNormalVector(INDEX surfind, const Point3d & p, Vec3d & n) const
|
||||||
{
|
{
|
||||||
n = geom.GetChartNormalVector();
|
n = geom.GetChartNormalVector();
|
||||||
diff -Naur netgen-4.5.old/libsrc/stlgeom/meshstlsurface.hpp netgen-4.5.new/libsrc/stlgeom/meshstlsurface.hpp
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/stlgeom/meshstlsurface.hpp netgen-4.5_new/libsrc/stlgeom/meshstlsurface.hpp
|
||||||
--- netgen-4.5.old/libsrc/stlgeom/meshstlsurface.hpp 2004-09-30 17:13:56.000000000 +0400
|
--- netgen-4.5_orig/libsrc/stlgeom/meshstlsurface.hpp 2004-09-30 17:13:56.000000000 +0400
|
||||||
+++ netgen-4.5.new/libsrc/stlgeom/meshstlsurface.hpp 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/stlgeom/meshstlsurface.hpp 2010-11-25 10:11:31.000000000 +0300
|
||||||
@@ -79,12 +79,10 @@
|
@@ -79,12 +79,10 @@
|
||||||
virtual void SelectSurfaceOfPoint (const Point3d & p,
|
virtual void SelectSurfaceOfPoint (const Point3d & p,
|
||||||
const PointGeomInfo & gi);
|
const PointGeomInfo & gi);
|
||||||
@ -1071,14 +1424,48 @@ diff -Naur netgen-4.5.old/libsrc/stlgeom/meshstlsurface.hpp netgen-4.5.new/libsr
|
|||||||
virtual void GetNormalVector(INDEX surfind, const Point3d & p, Vec3d & n) const;
|
virtual void GetNormalVector(INDEX surfind, const Point3d & p, Vec3d & n) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
diff -Naur netgen-4.5.old/makeForSalome.sh netgen-4.5.new/makeForSalome.sh
|
diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/stlgeom/stlgeommesh.cpp netgen-4.5_new/libsrc/stlgeom/stlgeommesh.cpp
|
||||||
--- netgen-4.5.old/makeForSalome.sh 1970-01-01 03:00:00.000000000 +0300
|
--- netgen-4.5_orig/libsrc/stlgeom/stlgeommesh.cpp 2004-08-10 03:39:45.000000000 +0400
|
||||||
+++ netgen-4.5.new/makeForSalome.sh 2008-02-12 14:57:01.000000000 +0300
|
+++ netgen-4.5_new/libsrc/stlgeom/stlgeommesh.cpp 2010-11-25 10:11:31.000000000 +0300
|
||||||
@@ -0,0 +1,31 @@
|
@@ -1437,7 +1437,7 @@
|
||||||
|
|
||||||
|
if (!optstring || strlen(optstring) == 0)
|
||||||
|
{
|
||||||
|
- mparam.optimize2d = "smcm";
|
||||||
|
+ mparam.optimize2d = (char*)"smcm";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
@@ -1453,7 +1453,7 @@
|
||||||
|
mparam.grading);
|
||||||
|
mesh -> LoadLocalMeshSize (mparam.meshsizefilename);
|
||||||
|
mesh -> CalcLocalHFromSurfaceCurvature (stlparam.resthsurfmeshcurvfac);
|
||||||
|
- mparam.optimize2d = "cmsmSm";
|
||||||
|
+ mparam.optimize2d = (char*)"cmsmSm";
|
||||||
|
STLSurfaceOptimization (*stlgeometry, *mesh, mparam);
|
||||||
|
#ifdef STAT_STREAM
|
||||||
|
(*statout) << GetTime() << " & ";
|
||||||
|
@@ -1559,7 +1559,7 @@
|
||||||
|
|
||||||
|
if (!optstring || strlen(optstring) == 0)
|
||||||
|
{
|
||||||
|
- mparam.optimize3d = "cmdmstm";
|
||||||
|
+ mparam.optimize3d = (char*)"cmdmstm";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
diff -Naur --exclude=CVS netgen-4.5_orig/makeForSalome.sh netgen-4.5_new/makeForSalome.sh
|
||||||
|
--- netgen-4.5_orig/makeForSalome.sh 1970-01-01 03:00:00.000000000 +0300
|
||||||
|
+++ netgen-4.5_new/makeForSalome.sh 2010-11-25 10:11:31.000000000 +0300
|
||||||
|
@@ -0,0 +1,35 @@
|
||||||
+#! /bin/sh
|
+#! /bin/sh
|
||||||
+cp ngtcltk/ngnewdelete.* libsrc/interface/
|
+cp ngtcltk/ngnewdelete.* libsrc/interface/
|
||||||
+
|
+
|
||||||
+MACHINE=LINUX
|
+if test `uname -m` = "x86_64" ; then
|
||||||
|
+ MACHINE=LINUX64
|
||||||
|
+else
|
||||||
|
+ MACHINE=LINUX
|
||||||
|
+fi
|
||||||
+export MACHINE
|
+export MACHINE
|
||||||
+make -C libsrc/csg
|
+make -C libsrc/csg
|
||||||
+make -C libsrc/general
|
+make -C libsrc/general
|
||||||
@ -1102,128 +1489,7 @@ diff -Naur netgen-4.5.old/makeForSalome.sh netgen-4.5.new/makeForSalome.sh
|
|||||||
+fi
|
+fi
|
||||||
+
|
+
|
||||||
+cp libsrc/interface/nglib.h libsrc/general/*.hpp libsrc/csg/*.hpp libsrc/geom2d/*.hpp \
|
+cp libsrc/interface/nglib.h libsrc/general/*.hpp libsrc/csg/*.hpp libsrc/geom2d/*.hpp \
|
||||||
+ libsrc/gprim/*.hpp libsrc/linalg/*.hpp libsrc/meshing/*.hpp \
|
+ libsrc/gprim/*.hpp libsrc/linalg/*.hpp libsrc/meshing/*.hpp \
|
||||||
+ libsrc/occ/*.hpp libsrc/opti/*.hpp libsrc/include/mydefs.hpp \
|
+ libsrc/occ/*.hpp libsrc/opti/*.hpp libsrc/include/mydefs.hpp \
|
||||||
+ libsrc/stlgeom/*.hpp libsrc/include/mystdlib.h \
|
+ libsrc/stlgeom/*.hpp libsrc/include/mystdlib.h \
|
||||||
+ install/include
|
+ install/include
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/Partition_Inter2d.cxx netgen-4.5.new/libsrc/occ/Partition_Inter2d.cxx
|
|
||||||
--- netgen-4.5.old/libsrc/occ/Partition_Inter2d.cxx 2005-06-09 18:51:10.000000000 +0400
|
|
||||||
+++ netgen-4.5.new/libsrc/occ/Partition_Inter2d.cxx 2008-02-26 12:34:14.000000000 +0300
|
|
||||||
@@ -29,10 +29,10 @@
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
//using namespace std;
|
|
||||||
-#include "Partition_Inter2d.ixx"
|
|
||||||
-
|
|
||||||
#include "utilities.h"
|
|
||||||
|
|
||||||
+#include "Partition_Inter2d.ixx"
|
|
||||||
+
|
|
||||||
#include <BRepAdaptor_Curve.hxx>
|
|
||||||
#include <BRepAlgo_AsDes.hxx>
|
|
||||||
#include <BRepLib_MakeVertex.hxx>
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/Partition_Inter3d.cxx netgen-4.5.new/libsrc/occ/Partition_Inter3d.cxx
|
|
||||||
--- netgen-4.5.old/libsrc/occ/Partition_Inter3d.cxx 2005-06-09 18:51:10.000000000 +0400
|
|
||||||
+++ netgen-4.5.new/libsrc/occ/Partition_Inter3d.cxx 2008-02-26 12:36:27.000000000 +0300
|
|
||||||
@@ -29,13 +29,17 @@
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
//using namespace std;
|
|
||||||
+
|
|
||||||
+#include "utilities.h"
|
|
||||||
+
|
|
||||||
#include "Partition_Inter2d.hxx"
|
|
||||||
#include "Partition_Inter3d.ixx"
|
|
||||||
-#include "utilities.h"
|
|
||||||
|
|
||||||
#include <BRepAlgo_AsDes.hxx>
|
|
||||||
#include <BRepAlgo_Image.hxx>
|
|
||||||
#include <BRepLib.hxx>
|
|
||||||
+//using namespace std;
|
|
||||||
+
|
|
||||||
#include <BRepOffset_Tool.hxx>
|
|
||||||
#include <BRep_Builder.hxx>
|
|
||||||
#include <BRep_Tool.hxx>
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/Partition_Loop2d.cxx netgen-4.5.new/libsrc/occ/Partition_Loop2d.cxx
|
|
||||||
--- netgen-4.5.old/libsrc/occ/Partition_Loop2d.cxx 2005-06-09 18:51:10.000000000 +0400
|
|
||||||
+++ netgen-4.5.new/libsrc/occ/Partition_Loop2d.cxx 2008-02-26 12:37:10.000000000 +0300
|
|
||||||
@@ -12,9 +12,11 @@
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
//using namespace std;
|
|
||||||
-#include "Partition_Loop2d.ixx"
|
|
||||||
+
|
|
||||||
|
|
||||||
#include "utilities.h"
|
|
||||||
+
|
|
||||||
+#include "Partition_Loop2d.ixx"
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#include <BRepAdaptor_Curve2d.hxx>
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/Partition_Loop3d.cxx netgen-4.5.new/libsrc/occ/Partition_Loop3d.cxx
|
|
||||||
--- netgen-4.5.old/libsrc/occ/Partition_Loop3d.cxx 2005-06-09 18:51:10.000000000 +0400
|
|
||||||
+++ netgen-4.5.new/libsrc/occ/Partition_Loop3d.cxx 2008-02-26 12:39:32.000000000 +0300
|
|
||||||
@@ -10,6 +10,11 @@
|
|
||||||
// Module : GEOM
|
|
||||||
|
|
||||||
//using namespace std;
|
|
||||||
+
|
|
||||||
+
|
|
||||||
+
|
|
||||||
+#include "utilities.h"
|
|
||||||
+
|
|
||||||
#include "Partition_Loop3d.ixx"
|
|
||||||
|
|
||||||
#include <TopExp_Explorer.hxx>
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/Partition_Loop.cxx netgen-4.5.new/libsrc/occ/Partition_Loop.cxx
|
|
||||||
--- netgen-4.5.old/libsrc/occ/Partition_Loop.cxx 2005-06-09 18:51:10.000000000 +0400
|
|
||||||
+++ netgen-4.5.new/libsrc/occ/Partition_Loop.cxx 2008-02-26 12:40:41.000000000 +0300
|
|
||||||
@@ -29,12 +29,14 @@
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
//using namespace std;
|
|
||||||
-#include <stdio.h>
|
|
||||||
|
|
||||||
-#include "Partition_Loop.ixx"
|
|
||||||
|
|
||||||
#include "utilities.h"
|
|
||||||
|
|
||||||
+#include <stdio.h>
|
|
||||||
+
|
|
||||||
+#include "Partition_Loop.ixx"
|
|
||||||
+
|
|
||||||
#include <BRep_Builder.hxx>
|
|
||||||
#include <BRepAlgo_FaceRestrictor.hxx>
|
|
||||||
#include <BRep_Tool.hxx>
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/Partition_Spliter.cxx netgen-4.5.new/libsrc/occ/Partition_Spliter.cxx
|
|
||||||
--- netgen-4.5.old/libsrc/occ/Partition_Spliter.cxx 2005-07-11 10:33:27.000000000 +0400
|
|
||||||
+++ netgen-4.5.new/libsrc/occ/Partition_Spliter.cxx 2008-02-26 12:41:32.000000000 +0300
|
|
||||||
@@ -29,14 +29,15 @@
|
|
||||||
// $Header$
|
|
||||||
|
|
||||||
//using namespace std;
|
|
||||||
+
|
|
||||||
+#include "utilities.h"
|
|
||||||
+
|
|
||||||
#include "Partition_Inter2d.hxx"
|
|
||||||
#include "Partition_Inter3d.hxx"
|
|
||||||
#include "Partition_Loop2d.hxx"
|
|
||||||
#include "Partition_Loop3d.hxx"
|
|
||||||
#include "Partition_Spliter.ixx"
|
|
||||||
|
|
||||||
-#include "utilities.h"
|
|
||||||
-
|
|
||||||
#include <Precision.hxx>
|
|
||||||
#include <TopAbs_Orientation.hxx>
|
|
||||||
#include <TopExp.hxx>
|
|
||||||
diff -Naur netgen-4.5.old/libsrc/occ/utilities.h netgen-4.5.new/libsrc/occ/utilities.h
|
|
||||||
--- netgen-4.5.old/libsrc/occ/utilities.h 2005-02-11 14:35:43.000000000 +0300
|
|
||||||
+++ netgen-4.5.new/libsrc/occ/utilities.h 2008-02-26 12:28:02.000000000 +0300
|
|
||||||
@@ -33,6 +33,7 @@
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <iostream>
|
|
||||||
+#include <iomanip>
|
|
||||||
#include <cstdlib>
|
|
||||||
// #include "SALOME_Log.hxx"
|
|
||||||
|
|
||||||
|
984
src/NETGEN/netgen49ForSalome.patch
Normal file
984
src/NETGEN/netgen49ForSalome.patch
Normal file
@ -0,0 +1,984 @@
|
|||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/meshing/meshtype.cpp netgen-4.9.13_new/libsrc/meshing/meshtype.cpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/meshing/meshtype.cpp 2009-09-13 14:28:38.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/meshing/meshtype.cpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
#include <mystdlib.h>
|
||||||
|
+#include <float.h> // to get DBL_MIN defined
|
||||||
|
|
||||||
|
#include "meshing.hpp"
|
||||||
|
|
||||||
|
@@ -650,7 +651,8 @@
|
||||||
|
|
||||||
|
double det = trans.Det();
|
||||||
|
|
||||||
|
- if (det <= 0)
|
||||||
|
+ // if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN) // avoid FPE
|
||||||
|
err += 1e12;
|
||||||
|
else
|
||||||
|
err += frob * frob / det;
|
||||||
|
@@ -706,7 +708,8 @@
|
||||||
|
|
||||||
|
double det = trans(0,0)*trans(1,1)-trans(1,0)*trans(0,1);
|
||||||
|
|
||||||
|
- if (det <= 0)
|
||||||
|
+ // if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN) // avoid FPE
|
||||||
|
{
|
||||||
|
dd = 0;
|
||||||
|
return 1e12;
|
||||||
|
@@ -790,7 +793,8 @@
|
||||||
|
= dtrans(0,0) * trans(1,1) - trans(0,1) * dtrans(1,0)
|
||||||
|
+ trans(0,0) * dtrans(1,1) - dtrans(0,1) * trans(1,0);
|
||||||
|
|
||||||
|
- if (det <= 0)
|
||||||
|
+ // if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN) // avoid FPE
|
||||||
|
err += 1e12;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
@@ -840,7 +844,8 @@
|
||||||
|
frob /= 2;
|
||||||
|
|
||||||
|
double det = trans.Det();
|
||||||
|
- if (det <= 0)
|
||||||
|
+ //if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN) // avoid FPE
|
||||||
|
err += 1e12;
|
||||||
|
else
|
||||||
|
err += frob * frob / det;
|
||||||
|
@@ -1857,7 +1862,8 @@
|
||||||
|
case PYRAMID:
|
||||||
|
{
|
||||||
|
double noz = 1-p(2);
|
||||||
|
- if (noz == 0.0) noz = 1e-10;
|
||||||
|
+ //if (noz == 0.0) noz = 1e-10;
|
||||||
|
+ if (noz <= DBL_MIN) noz = 1e-10; // avoid FPE
|
||||||
|
|
||||||
|
double xi = p(0) / noz;
|
||||||
|
double eta = p(1) / noz;
|
||||||
|
@@ -2035,7 +2041,8 @@
|
||||||
|
|
||||||
|
double det = -trans.Det();
|
||||||
|
|
||||||
|
- if (det <= 0)
|
||||||
|
+ //if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN) // avoid FPE
|
||||||
|
err += 1e12;
|
||||||
|
else
|
||||||
|
err += frob * frob * frob / det;
|
||||||
|
@@ -2107,7 +2114,8 @@
|
||||||
|
ddet *= -1;
|
||||||
|
|
||||||
|
|
||||||
|
- if (det <= 0)
|
||||||
|
+ //if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN) // avoid FPE
|
||||||
|
err += 1e12;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
@@ -2189,7 +2197,7 @@
|
||||||
|
|
||||||
|
det *= -1;
|
||||||
|
|
||||||
|
- if (det <= 0)
|
||||||
|
+ if (det <= DBL_MIN)
|
||||||
|
err += 1e12;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
@@ -2522,10 +2530,10 @@
|
||||||
|
|
||||||
|
MeshingParameters :: MeshingParameters ()
|
||||||
|
{
|
||||||
|
- optimize3d = "cmdmustm";
|
||||||
|
+ optimize3d = (char*)"cmdmustm"; // optimize3d = "cmdmustm";
|
||||||
|
//optimize3d = "cmdmstm";
|
||||||
|
optsteps3d = 3;
|
||||||
|
- optimize2d = "smsmsmSmSmSm";
|
||||||
|
+ optimize2d = (char*)"smsmsmSmSmSm"; // optimize2d = "smsmsmSmSmSm";
|
||||||
|
optsteps2d = 3;
|
||||||
|
opterrpow = 2;
|
||||||
|
blockfill = 1;
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/meshing/meshtype.hpp netgen-4.9.13_new/libsrc/meshing/meshtype.hpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/meshing/meshtype.hpp 2009-11-09 13:50:43.000000000 +0300
|
||||||
|
+++ netgen-4.9.13_new/libsrc/meshing/meshtype.hpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -12,6 +12,7 @@
|
||||||
|
Classes for NETGEN
|
||||||
|
*/
|
||||||
|
|
||||||
|
+class Mesh; // added due to compilation errors on some platforms
|
||||||
|
|
||||||
|
enum ELEMENT_TYPE {
|
||||||
|
SEGMENT = 1, SEGMENT3 = 2,
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/meshing/smoothing2.cpp netgen-4.9.13_new/libsrc/meshing/smoothing2.cpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/meshing/smoothing2.cpp 2009-11-09 13:47:09.000000000 +0300
|
||||||
|
+++ netgen-4.9.13_new/libsrc/meshing/smoothing2.cpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -302,7 +302,8 @@
|
||||||
|
vgrad = 0;
|
||||||
|
badness = 0;
|
||||||
|
|
||||||
|
- meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ //normal already computed: meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ n = normal;
|
||||||
|
pp1 = sp1 + x(0) * t1 + x(1) * t2;
|
||||||
|
|
||||||
|
// meshthis -> ProjectPoint (surfi, pp1);
|
||||||
|
@@ -360,7 +361,8 @@
|
||||||
|
vgrad = 0;
|
||||||
|
badness = 0;
|
||||||
|
|
||||||
|
- meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ //normal already computed: meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ n = normal;
|
||||||
|
|
||||||
|
pp1 = sp1 + x(0) * t1 + x(1) * t2;
|
||||||
|
|
||||||
|
@@ -514,7 +516,8 @@
|
||||||
|
vgrad = 0;
|
||||||
|
badness = 0;
|
||||||
|
|
||||||
|
- meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ //normal already computed: meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ n = normal;
|
||||||
|
|
||||||
|
pp1 = sp1 + x(0) * t1 + x(1) * t2;
|
||||||
|
|
||||||
|
@@ -586,7 +589,8 @@
|
||||||
|
vgrad = 0;
|
||||||
|
badness = 0;
|
||||||
|
|
||||||
|
- meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ //normal already computed: meshthis -> GetNormalVector (surfi, sp1, gi1, n);
|
||||||
|
+ n = normal;
|
||||||
|
|
||||||
|
// pp1 = sp1;
|
||||||
|
// pp1.Add2 (x.Get(1), t1, x.Get(2), t2);
|
||||||
|
@@ -973,7 +977,7 @@
|
||||||
|
{
|
||||||
|
mesh[pi] = Point<3> (origp);
|
||||||
|
}
|
||||||
|
-
|
||||||
|
+ break; // exit as <fact> is not used anymore
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/occconstruction.cpp netgen-4.9.13_new/libsrc/occ/occconstruction.cpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/occconstruction.cpp 2009-08-24 06:32:47.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/occconstruction.cpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -28,7 +28,7 @@
|
||||||
|
#include <BRepAlgoAPI_Common.hxx>
|
||||||
|
#include <BRepAlgoAPI_Fuse.hxx>
|
||||||
|
#include <BRepAlgoAPI_Section.hxx>
|
||||||
|
-#include <BRepOffsetAPI_Sewing.hxx>
|
||||||
|
+//#include <BRepOffsetAPI_Sewing.hxx>
|
||||||
|
//#include <BRepAlgo_Sewing.hxx>
|
||||||
|
#include <BRepOffsetAPI_MakeOffsetShape.hxx>
|
||||||
|
#include <ShapeFix_Shape.hxx>
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/occgenmesh.cpp netgen-4.9.13_new/libsrc/occ/occgenmesh.cpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/occgenmesh.cpp 2010-03-16 09:30:07.000000000 +0300
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/occgenmesh.cpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -15,6 +15,8 @@
|
||||||
|
|
||||||
|
#define DIVIDEEDGESECTIONS 1000
|
||||||
|
#define IGNORECURVELENGTH 1e-4
|
||||||
|
+// a small value used to avoid FPE
|
||||||
|
+#define VSMALL 1e-10
|
||||||
|
|
||||||
|
|
||||||
|
bool merge_solids = 1;
|
||||||
|
@@ -26,7 +28,8 @@
|
||||||
|
double nq = n*q;
|
||||||
|
|
||||||
|
Point<3> p = p0 + 0.5*n;
|
||||||
|
- double lambda = (p-l.p0)*n / nq;
|
||||||
|
+ // double lambda = (p-l.p0)*n / nq; -- avoid FPE
|
||||||
|
+ double lambda = (fabs(nq) > 1e-10) ? (p-l.p0)*n / nq : -1;
|
||||||
|
|
||||||
|
if (lambda >= 0 && lambda <= 1)
|
||||||
|
{
|
||||||
|
@@ -54,6 +57,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
+
|
||||||
|
+ static // useless out of this file
|
||||||
|
double ComputeH (double kappa)
|
||||||
|
{
|
||||||
|
double hret;
|
||||||
|
@@ -62,7 +67,8 @@
|
||||||
|
if (mparam.maxh * kappa < 1)
|
||||||
|
hret = mparam.maxh;
|
||||||
|
else
|
||||||
|
- hret = 1 / kappa;
|
||||||
|
+ // hret = 1 / kappa; -- avoid FPE
|
||||||
|
+ hret = 1 / (kappa + VSMALL);
|
||||||
|
|
||||||
|
if (mparam.maxh < hret)
|
||||||
|
hret = mparam.maxh;
|
||||||
|
@@ -71,8 +77,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
-
|
||||||
|
-
|
||||||
|
+ static // useless out of this file
|
||||||
|
void RestrictHTriangle (gp_Pnt2d & par0, gp_Pnt2d & par1, gp_Pnt2d & par2,
|
||||||
|
BRepLProp_SLProps * prop, Mesh & mesh, int depth, double h = 0)
|
||||||
|
{
|
||||||
|
@@ -168,8 +173,8 @@
|
||||||
|
if(h < 1e-4*maxside)
|
||||||
|
return;
|
||||||
|
|
||||||
|
-
|
||||||
|
- if (h > 30) return;
|
||||||
|
+ // commented to restrict H on a large sphere for example
|
||||||
|
+ //if (h > 30) return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (h < maxside && depth < 10)
|
||||||
|
@@ -228,6 +233,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
+ static // useless out of this file
|
||||||
|
void DivideEdge (TopoDS_Edge & edge, Array<MeshPoint> & ps,
|
||||||
|
Array<double> & params, Mesh & mesh)
|
||||||
|
{
|
||||||
|
@@ -247,8 +253,8 @@
|
||||||
|
hvalue[0] = 0;
|
||||||
|
pnt = c->Value(s0);
|
||||||
|
|
||||||
|
- double olddist = 0;
|
||||||
|
- double dist = 0;
|
||||||
|
+ //double olddist = 0; -- useless variables
|
||||||
|
+ //double dist = 0;
|
||||||
|
|
||||||
|
int tmpVal = (int)(DIVIDEEDGESECTIONS);
|
||||||
|
|
||||||
|
@@ -256,15 +262,19 @@
|
||||||
|
{
|
||||||
|
oldpnt = pnt;
|
||||||
|
pnt = c->Value(s0+(i/double(DIVIDEEDGESECTIONS))*(s1-s0));
|
||||||
|
+ // -- no more than 1 segment per <edge length>/DIVIDEEDGESECTIONS
|
||||||
|
hvalue[i] = hvalue[i-1] +
|
||||||
|
- 1.0/mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))*
|
||||||
|
- pnt.Distance(oldpnt);
|
||||||
|
+ // 1.0/mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))*
|
||||||
|
+ // pnt.Distance(oldpnt);
|
||||||
|
+ min( 1.0,
|
||||||
|
+ 1.0/mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))*
|
||||||
|
+ pnt.Distance(oldpnt));
|
||||||
|
|
||||||
|
//(*testout) << "mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z())) " << mesh.GetH(Point3d(pnt.X(), pnt.Y(), pnt.Z()))
|
||||||
|
// << " pnt.Distance(oldpnt) " << pnt.Distance(oldpnt) << endl;
|
||||||
|
|
||||||
|
- olddist = dist;
|
||||||
|
- dist = pnt.Distance(oldpnt);
|
||||||
|
+ //olddist = dist; -- useless variables
|
||||||
|
+ //dist = pnt.Distance(oldpnt);
|
||||||
|
}
|
||||||
|
|
||||||
|
// nsubedges = int(ceil(hvalue[DIVIDEEDGESECTIONS]));
|
||||||
|
@@ -279,7 +289,10 @@
|
||||||
|
{
|
||||||
|
if (hvalue[i1]/hvalue[DIVIDEEDGESECTIONS]*nsubedges >= i)
|
||||||
|
{
|
||||||
|
- params[i] = s0+(i1/double(DIVIDEEDGESECTIONS))*(s1-s0);
|
||||||
|
+ // -- for nsubedges comparable to DIVIDEEDGESECTIONS
|
||||||
|
+ //params[i] = s0+(i1/double(DIVIDEEDGESECTIONS))*(s1-s0);
|
||||||
|
+ double d1 = i1 - (hvalue[i1] - i*hvalue[DIVIDEEDGESECTIONS]/nsubedges)/(hvalue[i1]-hvalue[i1-1]);
|
||||||
|
+ params[i] = s0+(d1/double(DIVIDEEDGESECTIONS))*(s1-s0);
|
||||||
|
pnt = c->Value(params[i]);
|
||||||
|
ps[i-1] = MeshPoint (Point3d(pnt.X(), pnt.Y(), pnt.Z()));
|
||||||
|
i++;
|
||||||
|
@@ -323,6 +336,7 @@
|
||||||
|
(*testout) << "nedges = " << nedges << endl;
|
||||||
|
|
||||||
|
double eps = 1e-6 * geom.GetBoundingBox().Diam();
|
||||||
|
+ const double eps2 = eps * eps; // -- small optimization
|
||||||
|
|
||||||
|
for (int i = 1; i <= nvertices; i++)
|
||||||
|
{
|
||||||
|
@@ -332,7 +346,8 @@
|
||||||
|
bool exists = 0;
|
||||||
|
if (merge_solids)
|
||||||
|
for (PointIndex pi = 1; pi <= mesh.GetNP(); pi++)
|
||||||
|
- if ( Dist2 (mesh[pi], Point<3>(mp)) < eps*eps)
|
||||||
|
+ //if ( Dist2 (mesh[pi], Point<3>(mp)) < eps*eps)
|
||||||
|
+ if ( Dist2 (mesh[pi], Point<3>(mp)) < eps2 ) // -- small optimization
|
||||||
|
{
|
||||||
|
exists = 1;
|
||||||
|
break;
|
||||||
|
@@ -362,6 +377,7 @@
|
||||||
|
{
|
||||||
|
TopoDS_Face face = TopoDS::Face(exp1.Current());
|
||||||
|
int facenr = geom.fmap.FindIndex(face);
|
||||||
|
+ if ( facenr < 1 ) continue; // -- to support SALOME sub-meshes
|
||||||
|
|
||||||
|
if (face2solid[0][facenr-1] == 0)
|
||||||
|
face2solid[0][facenr-1] = solidnr;
|
||||||
|
@@ -381,6 +397,7 @@
|
||||||
|
int facenr = 0;
|
||||||
|
int edgenr = 0;
|
||||||
|
|
||||||
|
+ edgenr = mesh.GetNSeg(); // to support SALOME sub-meshes
|
||||||
|
|
||||||
|
(*testout) << "faces = " << geom.fmap.Extent() << endl;
|
||||||
|
int curr = 0;
|
||||||
|
@@ -442,6 +459,7 @@
|
||||||
|
//(*testout) << "ignoring degenerated edge" << endl;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
+ if ( geom.emap.FindIndex(edge) < 1 ) continue; // to support SALOME sub-meshes
|
||||||
|
|
||||||
|
if (geom.vmap.FindIndex(TopExp::FirstVertex (edge)) ==
|
||||||
|
geom.vmap.FindIndex(TopExp::LastVertex (edge)))
|
||||||
|
@@ -479,15 +497,64 @@
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
- Point<3> fp = occ2ng (BRep_Tool::Pnt (TopExp::FirstVertex (edge)));
|
||||||
|
- Point<3> lp = occ2ng (BRep_Tool::Pnt (TopExp::LastVertex (edge)));
|
||||||
|
+ TopoDS_Iterator vIt( edge, false );
|
||||||
|
+ TopoDS_Vertex v1 = TopoDS::Vertex( vIt.Value() ); vIt.Next();
|
||||||
|
+ TopoDS_Vertex v2 = TopoDS::Vertex( vIt.Value() );
|
||||||
|
+ if ( v1.Orientation() == TopAbs_REVERSED )
|
||||||
|
+ std::swap( v1, v2 );
|
||||||
|
+ const bool isClosedEdge = v1.IsSame( v2 );
|
||||||
|
+
|
||||||
|
+ Point<3> fp = occ2ng (BRep_Tool::Pnt (v1));
|
||||||
|
+ Point<3> lp = occ2ng (BRep_Tool::Pnt (v2));
|
||||||
|
+ double tol2 = std::min( eps*eps, 1e-6 * Dist2( fp, lp ));
|
||||||
|
+ if ( isClosedEdge )
|
||||||
|
+ tol2 = BRep_Tool::Tolerance( v1 ) * BRep_Tool::Tolerance( v1 );
|
||||||
|
|
||||||
|
pnums[0] = -1;
|
||||||
|
pnums.Last() = -1;
|
||||||
|
for (PointIndex pi = 1; pi < first_ep; pi++)
|
||||||
|
{
|
||||||
|
- if (Dist2 (mesh[pi], fp) < eps*eps) pnums[0] = pi;
|
||||||
|
- if (Dist2 (mesh[pi], lp) < eps*eps) pnums.Last() = pi;
|
||||||
|
+ if (Dist2 (mesh[pi], fp) < tol2) pnums[0] = pi;
|
||||||
|
+ if (Dist2 (mesh[pi], lp) < tol2) pnums.Last() = pi;
|
||||||
|
+ }
|
||||||
|
+ if (( isClosedEdge && pnums[0] != pnums.Last() ) ||
|
||||||
|
+ ( !isClosedEdge && pnums[0] == pnums.Last() ))
|
||||||
|
+ pnums[0] = pnums.Last() = -1;
|
||||||
|
+ if ( pnums[0] == -1 || pnums.Last() == -1 )
|
||||||
|
+ {
|
||||||
|
+ // take into account a possible large gap between a vertex and an edge curve
|
||||||
|
+ // end and a large vertex tolerance covering the whole edge
|
||||||
|
+ if ( pnums[0] == -1 )
|
||||||
|
+ {
|
||||||
|
+ double tol = BRep_Tool::Tolerance( v1 );
|
||||||
|
+ for (PointIndex pi = 1; pi < first_ep; pi++)
|
||||||
|
+ if (pi != pnums.Last() && Dist2 (mesh[pi], fp) < 2*tol*tol)
|
||||||
|
+ pnums[0] = pi;
|
||||||
|
+
|
||||||
|
+ if ( pnums[0] == -1 )
|
||||||
|
+ pnums[0] = first_ep-1- nvertices + geom.vmap.FindIndex ( v1 );
|
||||||
|
+ }
|
||||||
|
+ if ( isClosedEdge )
|
||||||
|
+ {
|
||||||
|
+ pnums.Last() = pnums[0];
|
||||||
|
+ }
|
||||||
|
+ else
|
||||||
|
+ {
|
||||||
|
+ if ( pnums.Last() == -1 )
|
||||||
|
+ {
|
||||||
|
+ double tol = BRep_Tool::Tolerance( v2 );
|
||||||
|
+ for (PointIndex pi = 1; pi < first_ep; pi++)
|
||||||
|
+ if (pi != pnums[0] && Dist2 (mesh[pi], lp) < 2*tol*tol)
|
||||||
|
+ pnums.Last() = pi;
|
||||||
|
+
|
||||||
|
+ if ( pnums.Last() == -1 )
|
||||||
|
+ pnums.Last() = first_ep-1-nvertices + geom.vmap.FindIndex ( v2 );
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ if ( Dist2( fp, mesh[PointIndex(pnums[0])]) >
|
||||||
|
+ Dist2( lp, mesh[PointIndex(pnums.Last())]))
|
||||||
|
+ std::swap( pnums[0], pnums.Last() );
|
||||||
|
+ }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -633,7 +700,8 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
(*testout) << "mesh face " << k << endl;
|
||||||
|
- multithread.percent = 100 * k / (mesh.GetNFD()+1e-10);
|
||||||
|
+ // multithread.percent = 100 * k / (mesh.GetNFD()+1e-10); -- avoid FPE
|
||||||
|
+ multithread.percent = 100 * k / (mesh.GetNFD() + VSMALL);
|
||||||
|
geom.facemeshstatus[k-1] = -1;
|
||||||
|
|
||||||
|
|
||||||
|
@@ -901,7 +969,8 @@
|
||||||
|
// if (k != 36) continue;
|
||||||
|
|
||||||
|
// (*testout) << "optimize face " << k << endl;
|
||||||
|
- multithread.percent = 100 * k / (mesh.GetNFD()+1e-10);
|
||||||
|
+ //multithread.percent = 100 * k / (mesh.GetNFD()+1e-10); -- avoid FPE
|
||||||
|
+ multithread.percent = 100 * k / (mesh.GetNFD() + VSMALL);
|
||||||
|
|
||||||
|
FaceDescriptor & fd = mesh.GetFaceDescriptor(k);
|
||||||
|
|
||||||
|
@@ -1456,3 +1525,4 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
+
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/occgeom.cpp netgen-4.9.13_new/libsrc/occ/occgeom.cpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/occgeom.cpp 2010-03-05 16:16:21.000000000 +0300
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/occgeom.cpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -8,6 +8,8 @@
|
||||||
|
#include "ShapeAnalysis_CheckSmallFace.hxx"
|
||||||
|
#include "ShapeAnalysis_DataMapOfShapeListOfReal.hxx"
|
||||||
|
#include "ShapeAnalysis_Surface.hxx"
|
||||||
|
+#include <BRepTopAdaptor_FClass2d.hxx> // -- to optimize Project() and FastProject()
|
||||||
|
+#include <TopAbs_State.hxx>
|
||||||
|
#include "BRepAlgoAPI_Fuse.hxx"
|
||||||
|
#include "BRepCheck_Analyzer.hxx"
|
||||||
|
#include "BRepLib.hxx"
|
||||||
|
@@ -16,10 +18,17 @@
|
||||||
|
#include "ShapeFix_FixSmallFace.hxx"
|
||||||
|
#include "Partition_Spliter.hxx"
|
||||||
|
|
||||||
|
-
|
||||||
|
namespace netgen
|
||||||
|
{
|
||||||
|
- void OCCGeometry :: PrintNrShapes ()
|
||||||
|
+ // free data used to optimize Project() and FastProject()
|
||||||
|
+ OCCGeometry::~OCCGeometry()
|
||||||
|
+ {
|
||||||
|
+ NCollection_DataMap<int,BRepTopAdaptor_FClass2d*>::Iterator it(fclsmap);
|
||||||
|
+ for (; it.More(); it.Next())
|
||||||
|
+ delete it.Value();
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ void OCCGeometry :: PrintNrShapes ()
|
||||||
|
{
|
||||||
|
TopExp_Explorer e;
|
||||||
|
int count = 0;
|
||||||
|
@@ -951,25 +960,58 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
+ // returns a projector and a classifier for the given surface
|
||||||
|
+ void OCCGeometry::GetFaceTools(int surfi, Handle(ShapeAnalysis_Surface)& proj,
|
||||||
|
+ BRepTopAdaptor_FClass2d*& cls) const
|
||||||
|
+ {
|
||||||
|
+ //MSV: organize caching projector in the map
|
||||||
|
+ if (fprjmap.IsBound(surfi))
|
||||||
|
+ {
|
||||||
|
+ proj = fprjmap.Find(surfi);
|
||||||
|
+ cls = fclsmap.Find(surfi);
|
||||||
|
+ }
|
||||||
|
+ else
|
||||||
|
+ {
|
||||||
|
+ const TopoDS_Face& aFace = TopoDS::Face(fmap(surfi));
|
||||||
|
+ Handle(Geom_Surface) aSurf = BRep_Tool::Surface(aFace);
|
||||||
|
+ proj = new ShapeAnalysis_Surface(aSurf);
|
||||||
|
+ fprjmap.Bind(surfi, proj);
|
||||||
|
+ cls = new BRepTopAdaptor_FClass2d(aFace,Precision::Confusion());
|
||||||
|
+ fclsmap.Bind(surfi, cls);
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
|
||||||
|
-
|
||||||
|
- void OCCGeometry :: Project (int surfi, Point<3> & p) const
|
||||||
|
+ // void OCCGeometry :: Project (int surfi, Point<3> & p) const
|
||||||
|
+ bool OCCGeometry :: Project (int surfi, Point<3> & p, double& u, double& v) const
|
||||||
|
{
|
||||||
|
static int cnt = 0;
|
||||||
|
if (++cnt % 1000 == 0) cout << "Project cnt = " << cnt << endl;
|
||||||
|
|
||||||
|
gp_Pnt pnt(p(0), p(1), p(2));
|
||||||
|
|
||||||
|
- double u,v;
|
||||||
|
- Handle( Geom_Surface ) thesurf = BRep_Tool::Surface(TopoDS::Face(fmap(surfi)));
|
||||||
|
- Handle( ShapeAnalysis_Surface ) su = new ShapeAnalysis_Surface( thesurf );
|
||||||
|
- gp_Pnt2d suval = su->ValueOfUV ( pnt, BRep_Tool::Tolerance( TopoDS::Face(fmap(surfi)) ) );
|
||||||
|
- suval.Coord( u, v);
|
||||||
|
- pnt = thesurf->Value( u, v );
|
||||||
|
-
|
||||||
|
-
|
||||||
|
+ // -- Optimization: use cached projector and classifier
|
||||||
|
+ // double u,v;
|
||||||
|
+ // Handle( Geom_Surface ) thesurf = BRep_Tool::Surface(TopoDS::Face(fmap(surfi)));
|
||||||
|
+ // Handle( ShapeAnalysis_Surface ) su = new ShapeAnalysis_Surface( thesurf );
|
||||||
|
+ // gp_Pnt2d suval = su->ValueOfUV ( pnt, BRep_Tool::Tolerance( TopoDS::Face(fmap(surfi)) ) );
|
||||||
|
+ // suval.Coord( u, v);
|
||||||
|
+ // pnt = thesurf->Value( u, v );
|
||||||
|
+
|
||||||
|
+ Handle(ShapeAnalysis_Surface) proj;
|
||||||
|
+ BRepTopAdaptor_FClass2d *cls;
|
||||||
|
+ GetFaceTools(surfi, proj, cls);
|
||||||
|
+
|
||||||
|
+ gp_Pnt2d p2d = proj->ValueOfUV(pnt, Precision::Confusion());
|
||||||
|
+ if (cls->Perform(p2d) == TopAbs_OUT)
|
||||||
|
+ {
|
||||||
|
+ return false;
|
||||||
|
+ }
|
||||||
|
+ pnt = proj->Value(p2d);
|
||||||
|
+ p2d.Coord(u, v);
|
||||||
|
+
|
||||||
|
p = Point<3> (pnt.X(), pnt.Y(), pnt.Z());
|
||||||
|
|
||||||
|
+ return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -979,54 +1021,69 @@
|
||||||
|
{
|
||||||
|
gp_Pnt p(ap(0), ap(1), ap(2));
|
||||||
|
|
||||||
|
- Handle(Geom_Surface) surface = BRep_Tool::Surface(TopoDS::Face(fmap(surfi)));
|
||||||
|
-
|
||||||
|
- gp_Pnt x = surface->Value (u,v);
|
||||||
|
-
|
||||||
|
- if (p.SquareDistance(x) <= sqr(PROJECTION_TOLERANCE)) return true;
|
||||||
|
-
|
||||||
|
- gp_Vec du, dv;
|
||||||
|
-
|
||||||
|
- surface->D1(u,v,x,du,dv);
|
||||||
|
-
|
||||||
|
- int count = 0;
|
||||||
|
-
|
||||||
|
- gp_Pnt xold;
|
||||||
|
- gp_Vec n;
|
||||||
|
- double det, lambda, mu;
|
||||||
|
-
|
||||||
|
- do {
|
||||||
|
- count++;
|
||||||
|
-
|
||||||
|
- n = du^dv;
|
||||||
|
-
|
||||||
|
- det = Det3 (n.X(), du.X(), dv.X(),
|
||||||
|
- n.Y(), du.Y(), dv.Y(),
|
||||||
|
- n.Z(), du.Z(), dv.Z());
|
||||||
|
-
|
||||||
|
- if (det < 1e-15) return false;
|
||||||
|
-
|
||||||
|
- lambda = Det3 (n.X(), p.X()-x.X(), dv.X(),
|
||||||
|
- n.Y(), p.Y()-x.Y(), dv.Y(),
|
||||||
|
- n.Z(), p.Z()-x.Z(), dv.Z())/det;
|
||||||
|
-
|
||||||
|
- mu = Det3 (n.X(), du.X(), p.X()-x.X(),
|
||||||
|
- n.Y(), du.Y(), p.Y()-x.Y(),
|
||||||
|
- n.Z(), du.Z(), p.Z()-x.Z())/det;
|
||||||
|
-
|
||||||
|
- u += lambda;
|
||||||
|
- v += mu;
|
||||||
|
-
|
||||||
|
- xold = x;
|
||||||
|
- surface->D1(u,v,x,du,dv);
|
||||||
|
-
|
||||||
|
- } while (xold.SquareDistance(x) > sqr(PROJECTION_TOLERANCE) && count < 50);
|
||||||
|
-
|
||||||
|
- // (*testout) << "FastProject count: " << count << endl;
|
||||||
|
-
|
||||||
|
- if (count == 50) return false;
|
||||||
|
-
|
||||||
|
- ap = Point<3> (x.X(), x.Y(), x.Z());
|
||||||
|
+ // -- Optimization: use cached projector and classifier
|
||||||
|
+ // Handle(Geom_Surface) surface = BRep_Tool::Surface(TopoDS::Face(fmap(surfi)));
|
||||||
|
+ //
|
||||||
|
+ // gp_Pnt x = surface->Value (u,v);
|
||||||
|
+ //
|
||||||
|
+ // if (p.SquareDistance(x) <= sqr(PROJECTION_TOLERANCE)) return true;
|
||||||
|
+ //
|
||||||
|
+ // gp_Vec du, dv;
|
||||||
|
+ //
|
||||||
|
+ // surface->D1(u,v,x,du,dv);
|
||||||
|
+ //
|
||||||
|
+ // int count = 0;
|
||||||
|
+ //
|
||||||
|
+ // gp_Pnt xold;
|
||||||
|
+ // gp_Vec n;
|
||||||
|
+ // double det, lambda, mu;
|
||||||
|
+ //
|
||||||
|
+ // do {
|
||||||
|
+ // count++;
|
||||||
|
+ //
|
||||||
|
+ // n = du^dv;
|
||||||
|
+ //
|
||||||
|
+ // det = Det3 (n.X(), du.X(), dv.X(),
|
||||||
|
+ // n.Y(), du.Y(), dv.Y(),
|
||||||
|
+ // n.Z(), du.Z(), dv.Z());
|
||||||
|
+ //
|
||||||
|
+ // if (det < 1e-15) return false;
|
||||||
|
+ //
|
||||||
|
+ // lambda = Det3 (n.X(), p.X()-x.X(), dv.X(),
|
||||||
|
+ // n.Y(), p.Y()-x.Y(), dv.Y(),
|
||||||
|
+ // n.Z(), p.Z()-x.Z(), dv.Z())/det;
|
||||||
|
+ //
|
||||||
|
+ // mu = Det3 (n.X(), du.X(), p.X()-x.X(),
|
||||||
|
+ // n.Y(), du.Y(), p.Y()-x.Y(),
|
||||||
|
+ // n.Z(), du.Z(), p.Z()-x.Z())/det;
|
||||||
|
+ //
|
||||||
|
+ // u += lambda;
|
||||||
|
+ // v += mu;
|
||||||
|
+ //
|
||||||
|
+ // xold = x;
|
||||||
|
+ // surface->D1(u,v,x,du,dv);
|
||||||
|
+ //
|
||||||
|
+ // } while (xold.SquareDistance(x) > sqr(PROJECTION_TOLERANCE) && count < 50);
|
||||||
|
+ //
|
||||||
|
+ // // (*testout) << "FastProject count: " << count << endl;
|
||||||
|
+ //
|
||||||
|
+ // if (count == 50) return false;
|
||||||
|
+ //
|
||||||
|
+ // ap = Point<3> (x.X(), x.Y(), x.Z());
|
||||||
|
+ Handle(ShapeAnalysis_Surface) proj;
|
||||||
|
+ BRepTopAdaptor_FClass2d *cls;
|
||||||
|
+ GetFaceTools(surfi, proj, cls);
|
||||||
|
+
|
||||||
|
+ gp_Pnt2d p2d = proj->NextValueOfUV(gp_Pnt2d(u,v), p, Precision::Confusion());
|
||||||
|
+ if (cls->Perform(p2d) == TopAbs_OUT)
|
||||||
|
+ {
|
||||||
|
+ //cout << "Projection fails" << endl;
|
||||||
|
+ return false;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ p = proj->Value(p2d);
|
||||||
|
+ p2d.Coord(u, v);
|
||||||
|
+ ap = Point<3> (p.X(), p.Y(), p.Z());
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/occgeom.hpp netgen-4.9.13_new/libsrc/occ/occgeom.hpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/occgeom.hpp 2010-01-14 19:56:19.000000000 +0300
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/occgeom.hpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -15,8 +15,8 @@
|
||||||
|
#include "Geom_Curve.hxx"
|
||||||
|
#include "Geom2d_Curve.hxx"
|
||||||
|
#include "Geom_Surface.hxx"
|
||||||
|
-#include "GeomAPI_ProjectPointOnSurf.hxx"
|
||||||
|
-#include "GeomAPI_ProjectPointOnCurve.hxx"
|
||||||
|
+// #include "GeomAPI_ProjectPointOnSurf.hxx"
|
||||||
|
+// #include "GeomAPI_ProjectPointOnCurve.hxx"
|
||||||
|
#include "BRepTools.hxx"
|
||||||
|
#include "TopExp.hxx"
|
||||||
|
#include "BRepBuilderAPI_MakeVertex.hxx"
|
||||||
|
@@ -42,8 +42,8 @@
|
||||||
|
#include "Geom_Curve.hxx"
|
||||||
|
#include "Geom2d_Curve.hxx"
|
||||||
|
#include "Geom_Surface.hxx"
|
||||||
|
-#include "GeomAPI_ProjectPointOnSurf.hxx"
|
||||||
|
-#include "GeomAPI_ProjectPointOnCurve.hxx"
|
||||||
|
+// #include "GeomAPI_ProjectPointOnSurf.hxx"
|
||||||
|
+// #include "GeomAPI_ProjectPointOnCurve.hxx"
|
||||||
|
#include "TopoDS_Wire.hxx"
|
||||||
|
#include "BRepTools_WireExplorer.hxx"
|
||||||
|
#include "BRepTools.hxx"
|
||||||
|
@@ -68,7 +68,7 @@
|
||||||
|
#include "IGESToBRep_Reader.hxx"
|
||||||
|
#include "Interface_Static.hxx"
|
||||||
|
#include "GeomAPI_ExtremaCurveCurve.hxx"
|
||||||
|
-#include "Standard_ErrorHandler.hxx"
|
||||||
|
+//#include "Standard_ErrorHandler.hxx"
|
||||||
|
#include "Standard_Failure.hxx"
|
||||||
|
#include "ShapeUpgrade_ShellSewing.hxx"
|
||||||
|
#include "ShapeFix_Shape.hxx"
|
||||||
|
@@ -80,6 +80,10 @@
|
||||||
|
#include "ShapeAnalysis.hxx"
|
||||||
|
#include "ShapeBuild_ReShape.hxx"
|
||||||
|
|
||||||
|
+// -- Optimization: to use cached projector and classifier
|
||||||
|
+#include <NCollection_DataMap.hxx>
|
||||||
|
+class Handle_ShapeAnalysis_Surface;
|
||||||
|
+class BRepTopAdaptor_FClass2d;
|
||||||
|
|
||||||
|
// Philippose - 29/01/2009
|
||||||
|
// OpenCascade XDE Support
|
||||||
|
@@ -190,6 +194,9 @@
|
||||||
|
class OCCGeometry : public NetgenGeometry
|
||||||
|
{
|
||||||
|
Point<3> center;
|
||||||
|
+ // -- Optimization: to use cached projector and classifier
|
||||||
|
+ mutable NCollection_DataMap<int,Handle_ShapeAnalysis_Surface> fprjmap;
|
||||||
|
+ mutable NCollection_DataMap<int,BRepTopAdaptor_FClass2d*> fclsmap;
|
||||||
|
|
||||||
|
public:
|
||||||
|
TopoDS_Shape shape;
|
||||||
|
@@ -241,6 +248,8 @@
|
||||||
|
vmap.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
+ ~OCCGeometry(); // -- to free cached projector and classifier
|
||||||
|
+
|
||||||
|
void BuildFMap();
|
||||||
|
|
||||||
|
Box<3> GetBoundingBox()
|
||||||
|
@@ -260,9 +269,14 @@
|
||||||
|
Point<3> Center()
|
||||||
|
{ return center;}
|
||||||
|
|
||||||
|
- void Project (int surfi, Point<3> & p) const;
|
||||||
|
+ // void Project (int surfi, Point<3> & p) const; -- optimization
|
||||||
|
+ bool Project (int surfi, Point<3> & p, double& u, double& v) const;
|
||||||
|
bool FastProject (int surfi, Point<3> & ap, double& u, double& v) const;
|
||||||
|
|
||||||
|
+ // -- Optimization: to use cached projector and classifier
|
||||||
|
+ void GetFaceTools(int surfi, Handle(ShapeAnalysis_Surface)& proj,
|
||||||
|
+ BRepTopAdaptor_FClass2d*& cls) const;
|
||||||
|
+
|
||||||
|
OCCSurface GetSurface (int surfi)
|
||||||
|
{
|
||||||
|
cout << "OCCGeometry::GetSurface using PLANESPACE" << endl;
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/occmeshsurf.cpp netgen-4.9.13_new/libsrc/occ/occmeshsurf.cpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/occmeshsurf.cpp 2009-08-24 06:32:47.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/occmeshsurf.cpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -6,6 +6,7 @@
|
||||||
|
#include <meshing.hpp>
|
||||||
|
#include <GeomLProp_SLProps.hxx>
|
||||||
|
#include <ShapeAnalysis_Surface.hxx>
|
||||||
|
+#include <GeomAPI_ProjectPointOnCurve.hxx> // -- moved here from occgeom.hpp
|
||||||
|
|
||||||
|
|
||||||
|
namespace netgen
|
||||||
|
@@ -434,23 +435,33 @@
|
||||||
|
|
||||||
|
void MeshOptimize2dOCCSurfaces :: ProjectPoint (INDEX surfind, Point<3> & p) const
|
||||||
|
{
|
||||||
|
- geometry.Project (surfind, p);
|
||||||
|
+ // geometry.Project (surfind, p); -- signature of Project() changed for optimization
|
||||||
|
+ double u, v;
|
||||||
|
+ geometry.Project (surfind, p, u, v);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
int MeshOptimize2dOCCSurfaces :: ProjectPointGI (INDEX surfind, Point<3> & p, PointGeomInfo & gi) const
|
||||||
|
{
|
||||||
|
- double u = gi.u;
|
||||||
|
- double v = gi.v;
|
||||||
|
+ //double u = gi.u;
|
||||||
|
+ //double v = gi.v;
|
||||||
|
|
||||||
|
Point<3> hp = p;
|
||||||
|
- if (geometry.FastProject (surfind, hp, u, v))
|
||||||
|
- {
|
||||||
|
- p = hp;
|
||||||
|
- return 1;
|
||||||
|
- }
|
||||||
|
- ProjectPoint (surfind, p);
|
||||||
|
- return CalcPointGeomInfo (surfind, gi, p);
|
||||||
|
+ // -- u and v are computed by FastProject() and Project(), no need to call CalcPointGeomInfo()
|
||||||
|
+ // if (geometry.FastProject (surfind, hp, u, v))
|
||||||
|
+ // {
|
||||||
|
+ // p = hp;
|
||||||
|
+ // return 1;
|
||||||
|
+ // }
|
||||||
|
+ // ProjectPoint (surfind, p);
|
||||||
|
+ // return CalcPointGeomInfo (surfind, gi, p);
|
||||||
|
+ bool ok;
|
||||||
|
+ if (gi.trignum > 0)
|
||||||
|
+ ok = geometry.FastProject (surfind, hp, gi.u, gi.v);
|
||||||
|
+ else
|
||||||
|
+ ok = geometry.Project (surfind, hp, gi.u, gi.v);
|
||||||
|
+ p = hp;
|
||||||
|
+ return ok;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -680,7 +691,8 @@
|
||||||
|
if (!geometry.FastProject (surfi, hnewp, u, v))
|
||||||
|
{
|
||||||
|
// cout << "Fast projection to surface fails! Using OCC projection" << endl;
|
||||||
|
- geometry.Project (surfi, hnewp);
|
||||||
|
+ // geometry.Project (surfi, hnewp); -- Project() changed for optimization
|
||||||
|
+ geometry.Project (surfi, hnewp, u, v);
|
||||||
|
}
|
||||||
|
|
||||||
|
newgi.trignum = 1;
|
||||||
|
@@ -689,7 +701,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
newp = hnewp;
|
||||||
|
- }
|
||||||
|
+ }//; -- to compile with -Wall -pedantic
|
||||||
|
|
||||||
|
|
||||||
|
void OCCRefinementSurfaces ::
|
||||||
|
@@ -708,14 +720,18 @@
|
||||||
|
hnewp = Point<3> (pnt.X(), pnt.Y(), pnt.Z());
|
||||||
|
newp = hnewp;
|
||||||
|
newgi = ap1;
|
||||||
|
- };
|
||||||
|
+ }
|
||||||
|
|
||||||
|
|
||||||
|
void OCCRefinementSurfaces :: ProjectToSurface (Point<3> & p, int surfi)
|
||||||
|
{
|
||||||
|
if (surfi > 0)
|
||||||
|
- geometry.Project (surfi, p);
|
||||||
|
- };
|
||||||
|
+ // geometry.Project (surfi, p); -- Project() changed for optimization
|
||||||
|
+ {
|
||||||
|
+ double u, v;
|
||||||
|
+ geometry.Project (surfi, p, u, v);
|
||||||
|
+ }
|
||||||
|
+ }//; -- to compile with -Wall -pedantic
|
||||||
|
|
||||||
|
void OCCRefinementSurfaces :: ProjectToSurface (Point<3> & p, int surfi, PointGeomInfo & gi)
|
||||||
|
{
|
||||||
|
@@ -723,9 +739,10 @@
|
||||||
|
if (!geometry.FastProject (surfi, p, gi.u, gi.v))
|
||||||
|
{
|
||||||
|
cout << "Fast projection to surface fails! Using OCC projection" << endl;
|
||||||
|
- geometry.Project (surfi, p);
|
||||||
|
+ double u, v;
|
||||||
|
+ geometry.Project (surfi, p, u, v);
|
||||||
|
}
|
||||||
|
- };
|
||||||
|
+ }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/Partition_Inter3d.cxx netgen-4.9.13_new/libsrc/occ/Partition_Inter3d.cxx
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/Partition_Inter3d.cxx 2009-08-24 06:12:24.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/Partition_Inter3d.cxx 2011-08-10 16:57:40.000000000 +0400
|
||||||
|
@@ -86,6 +86,9 @@
|
||||||
|
#include <TopOpeBRepTool_OutCurveType.hxx>
|
||||||
|
#include <TopOpeBRep_DSFiller.hxx>
|
||||||
|
#include <TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx>
|
||||||
|
+
|
||||||
|
+#include <Standard_Version.hxx>
|
||||||
|
+
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
@@ -243,7 +246,12 @@
|
||||||
|
Standard_Integer i, nbExt = anExtPS.NbExt();
|
||||||
|
Extrema_POnSurf aPOnSurf;
|
||||||
|
for (i = 1; i <= nbExt; ++i )
|
||||||
|
+#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060400
|
||||||
|
+// porting to OCCT6.5.1
|
||||||
|
+ if (anExtPS.SquareDistance( i ) <= TolE * TolE) {
|
||||||
|
+#else
|
||||||
|
if (anExtPS.Value( i ) <= TolE) {
|
||||||
|
+#endif
|
||||||
|
aPOnSurf = anExtPS.Point( i );
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/Partition_Loop2d.cxx netgen-4.9.13_new/libsrc/occ/Partition_Loop2d.cxx
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/Partition_Loop2d.cxx 2009-08-24 06:12:24.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/Partition_Loop2d.cxx 2011-08-10 16:57:40.000000000 +0400
|
||||||
|
@@ -22,7 +22,6 @@
|
||||||
|
#include <BRepAdaptor_Surface.hxx>
|
||||||
|
#include <BRepAlgo_AsDes.hxx>
|
||||||
|
#include <BRepAlgo_FaceRestrictor.hxx>
|
||||||
|
-#include <BRepOffset_DataMapOfShapeReal.hxx>
|
||||||
|
#include <BRepTopAdaptor_FClass2d.hxx>
|
||||||
|
#include <BRep_Builder.hxx>
|
||||||
|
#include <BRep_Tool.hxx>
|
||||||
|
@@ -51,6 +50,15 @@
|
||||||
|
#include <gp_Pnt.hxx>
|
||||||
|
#include <gp_Pnt2d.hxx>
|
||||||
|
|
||||||
|
+#include <Standard_Version.hxx>
|
||||||
|
+
|
||||||
|
+#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060400
|
||||||
|
+// porting to OCCT6.5.1
|
||||||
|
+#include <TopTools_DataMapOfShapeReal.hxx>
|
||||||
|
+#else
|
||||||
|
+#include <BRepOffset_DataMapOfShapeReal.hxx>
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
//=======================================================================
|
||||||
|
//function : Partition_Loop2d
|
||||||
|
//purpose :
|
||||||
|
@@ -519,7 +527,12 @@
|
||||||
|
DC.Initialize( DegEdge, F );
|
||||||
|
|
||||||
|
// avoid intersecting twice the same edge
|
||||||
|
+#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060400
|
||||||
|
+// porting to OCCT6.5.1
|
||||||
|
+ TopTools_DataMapOfShapeReal EUMap ( EdgesList.Extent() );
|
||||||
|
+#else
|
||||||
|
BRepOffset_DataMapOfShapeReal EUMap ( EdgesList.Extent() );
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
Standard_Real U, f, l;
|
||||||
|
BRep_Tool::Range (DegEdge, f, l);
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/Partition_Spliter.cxx netgen-4.9.13_new/libsrc/occ/Partition_Spliter.cxx
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/Partition_Spliter.cxx 2009-08-24 06:12:24.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/Partition_Spliter.cxx 2011-08-10 16:57:40.000000000 +0400
|
||||||
|
@@ -79,6 +79,8 @@
|
||||||
|
#include <GeomAdaptor_Curve.hxx>
|
||||||
|
#include <TopOpeBRepTool_CurveTool.hxx>
|
||||||
|
|
||||||
|
+#include <Standard_Version.hxx>
|
||||||
|
+
|
||||||
|
#ifdef DEB
|
||||||
|
//# define PART_PERF
|
||||||
|
#endif
|
||||||
|
@@ -1169,7 +1171,12 @@
|
||||||
|
for (; j<=nbj && ok; ++j) {
|
||||||
|
if (Extrema.IsMin(j)) {
|
||||||
|
hasMin = Standard_True;
|
||||||
|
+#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060400
|
||||||
|
+// porting to OCCT6.5.1
|
||||||
|
+ ok = Extrema.SquareDistance(j) <= tol * tol;
|
||||||
|
+#else
|
||||||
|
ok = Extrema.Value(j) <= tol;
|
||||||
|
+#endif
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/occ/utilities.h netgen-4.9.13_new/libsrc/occ/utilities.h
|
||||||
|
--- netgen-4.9.13_orig/libsrc/occ/utilities.h 2009-08-24 06:12:24.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/occ/utilities.h 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -33,6 +33,7 @@
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <iostream>
|
||||||
|
+#include <iomanip>
|
||||||
|
#include <cstdlib>
|
||||||
|
// #include "SALOME_Log.hxx"
|
||||||
|
|
||||||
|
diff -Naur netgen-4.9.13_orig/libsrc/stlgeom/stlgeommesh.cpp netgen-4.9.13_new/libsrc/stlgeom/stlgeommesh.cpp
|
||||||
|
--- netgen-4.9.13_orig/libsrc/stlgeom/stlgeommesh.cpp 2009-08-10 15:40:51.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/libsrc/stlgeom/stlgeommesh.cpp 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -1435,7 +1435,8 @@
|
||||||
|
|
||||||
|
if (!optstring || strlen(optstring) == 0)
|
||||||
|
{
|
||||||
|
- mparam.optimize2d = "smcm";
|
||||||
|
+ //mparam.optimize2d = (char*)"smcm";
|
||||||
|
+ mparam.optimize2d = (char*)"smcm";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
@@ -1451,7 +1452,8 @@
|
||||||
|
mparam.grading);
|
||||||
|
mesh -> LoadLocalMeshSize (mparam.meshsizefilename);
|
||||||
|
mesh -> CalcLocalHFromSurfaceCurvature (stlparam.resthsurfmeshcurvfac);
|
||||||
|
- mparam.optimize2d = "cmsmSm";
|
||||||
|
+ //mparam.optimize2d = (char*)"cmsmSm";
|
||||||
|
+ mparam.optimize2d = (char*)"cmsmSm";
|
||||||
|
STLSurfaceOptimization (*stlgeometry, *mesh, mparam);
|
||||||
|
#ifdef STAT_STREAM
|
||||||
|
(*statout) << GetTime() << " & ";
|
||||||
|
@@ -1557,7 +1559,8 @@
|
||||||
|
|
||||||
|
if (!optstring || strlen(optstring) == 0)
|
||||||
|
{
|
||||||
|
- mparam.optimize3d = "cmdmstm";
|
||||||
|
+ //mparam.optimize3d = "cmdmstm";
|
||||||
|
+ mparam.optimize3d = (char*)"cmdmstm";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
diff -Naur netgen-4.9.13_orig/nglib/nglib.h netgen-4.9.13_new/nglib/nglib.h
|
||||||
|
--- netgen-4.9.13_orig/nglib/nglib.h 2010-05-18 15:20:25.000000000 +0400
|
||||||
|
+++ netgen-4.9.13_new/nglib/nglib.h 2011-08-10 16:57:34.000000000 +0400
|
||||||
|
@@ -24,7 +24,7 @@
|
||||||
|
// Philippose - 14.02.2009
|
||||||
|
// Modifications for creating a DLL in Windows
|
||||||
|
#ifdef WIN32
|
||||||
|
- #ifdef NGLIB_EXPORTS || nglib_EXPORTS
|
||||||
|
+ #if defined NGLIB_EXPORTS || defined nglib_EXPORTS
|
||||||
|
#define DLL_HEADER __declspec(dllexport)
|
||||||
|
#else
|
||||||
|
#define DLL_HEADER __declspec(dllimport)
|
39
src/NETGEN/netgen_copy_include_for_salome
Executable file
39
src/NETGEN/netgen_copy_include_for_salome
Executable file
@ -0,0 +1,39 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
src_dir=$1
|
||||||
|
install_dir=$2
|
||||||
|
|
||||||
|
if ! test -d $src_dir/libsrc ; then
|
||||||
|
echo "No dir $src_dir/libsrc ... Bye"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
if ! test -d $install_dir/share/netgen ; then
|
||||||
|
echo "No dir $install_dir/share/netgen ... Bye"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
dest_dir=$install_dir/share/netgen/include
|
||||||
|
mkdir -p $dest_dir > /dev/null 2>&1
|
||||||
|
cp -af $src_dir/libsrc/csg/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/general/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/geom2d/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/gprim/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/interface/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/linalg/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/meshing/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/stlgeom/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/visualization/*.hpp $dest_dir
|
||||||
|
|
||||||
|
cp -af $src_dir/libsrc/occ/*.hpp $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/occ/*.hxx $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/occ/*.ixx $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/occ/*.jxx $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/occ/*.h $dest_dir
|
||||||
|
|
||||||
|
cp -af $src_dir/libsrc/include/mystdlib.h $dest_dir
|
||||||
|
cp -af $src_dir/libsrc/include/mydefs.hpp $dest_dir
|
||||||
|
# cp -af $src_dir/libsrc/include/parallel.hpp $dest_dir
|
||||||
|
|
||||||
|
rm -f $dest_dir/ngexception.hpp
|
||||||
|
rm -f $dest_dir/paralleltop.hpp
|
||||||
|
rm -f $dest_dir/soldata.hpp
|
@ -1,24 +1,22 @@
|
|||||||
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
# Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# This library is free software; you can redistribute it and/or
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is distributed in the hope that it will be useful,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# License as published by the Free Software Foundation; either
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# version 2.1 of the License.
|
# Lesser General Public License for more details.
|
||||||
#
|
#
|
||||||
# This library is distributed in the hope that it will be useful,
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# License along with this library; if not, write to the Free Software
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
# Author : Edward AGAPOV (OCC)
|
# Author : Edward AGAPOV (OCC)
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
@ -41,6 +39,8 @@ salomeinclude_HEADERS = \
|
|||||||
NETGENPlugin_Hypothesis_i.hxx \
|
NETGENPlugin_Hypothesis_i.hxx \
|
||||||
NETGENPlugin_Hypothesis_2D.hxx \
|
NETGENPlugin_Hypothesis_2D.hxx \
|
||||||
NETGENPlugin_Hypothesis_2D_i.hxx \
|
NETGENPlugin_Hypothesis_2D_i.hxx \
|
||||||
|
NETGENPlugin_Hypothesis_3D_i.hxx \
|
||||||
|
NETGENPlugin_Hypothesis_2D_ONLY_i.hxx \
|
||||||
NETGENPlugin_SimpleHypothesis_2D.hxx \
|
NETGENPlugin_SimpleHypothesis_2D.hxx \
|
||||||
NETGENPlugin_SimpleHypothesis_3D.hxx \
|
NETGENPlugin_SimpleHypothesis_3D.hxx \
|
||||||
NETGENPlugin_SimpleHypothesis_2D_i.hxx \
|
NETGENPlugin_SimpleHypothesis_2D_i.hxx \
|
||||||
@ -64,6 +64,8 @@ dist_libNETGENEngine_la_SOURCES = \
|
|||||||
NETGENPlugin_Hypothesis_i.cxx \
|
NETGENPlugin_Hypothesis_i.cxx \
|
||||||
NETGENPlugin_Hypothesis_2D.cxx \
|
NETGENPlugin_Hypothesis_2D.cxx \
|
||||||
NETGENPlugin_Hypothesis_2D_i.cxx \
|
NETGENPlugin_Hypothesis_2D_i.cxx \
|
||||||
|
NETGENPlugin_Hypothesis_3D_i.cxx \
|
||||||
|
NETGENPlugin_Hypothesis_2D_ONLY_i.cxx \
|
||||||
NETGENPlugin_Mesher.cxx \
|
NETGENPlugin_Mesher.cxx \
|
||||||
NETGENPlugin_SimpleHypothesis_2D.cxx \
|
NETGENPlugin_SimpleHypothesis_2D.cxx \
|
||||||
NETGENPlugin_SimpleHypothesis_3D.cxx \
|
NETGENPlugin_SimpleHypothesis_3D.cxx \
|
||||||
@ -77,16 +79,25 @@ libNETGENEngine_la_CPPFLAGS = \
|
|||||||
$(MED_CXXFLAGS) \
|
$(MED_CXXFLAGS) \
|
||||||
$(GEOM_CXXFLAGS) \
|
$(GEOM_CXXFLAGS) \
|
||||||
$(CAS_CPPFLAGS) \
|
$(CAS_CPPFLAGS) \
|
||||||
|
$(VTK_INCLUDES) \
|
||||||
$(NETGEN_INCLUDES) \
|
$(NETGEN_INCLUDES) \
|
||||||
$(SMESH_CXXFLAGS) \
|
$(SMESH_CXXFLAGS) \
|
||||||
$(CORBA_CXXFLAGS) \
|
$(CORBA_CXXFLAGS) \
|
||||||
$(CORBA_INCLUDES) \
|
$(CORBA_INCLUDES) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I$(top_builddir)/idl \
|
-I$(top_builddir)/idl
|
||||||
-I$(top_builddir)/salome_adm/unix
|
|
||||||
|
|
||||||
libNETGENEngine_la_LDFLAGS = \
|
if ! NETGEN_NEW
|
||||||
../NETGEN/libNETGEN.la \
|
libNETGENEngine_la_LDFLAGS = ../NETGEN/libNETGEN.la
|
||||||
|
else
|
||||||
|
libNETGENEngine_la_LDFLAGS = $(NETGEN_LIBS)
|
||||||
|
endif
|
||||||
|
|
||||||
|
libNETGENEngine_la_LDFLAGS += \
|
||||||
../../idl/libSalomeIDLNETGENPLUGIN.la \
|
../../idl/libSalomeIDLNETGENPLUGIN.la \
|
||||||
$(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine \
|
$(CAS_LDPATH) -lTKernel -lTKBRep -lTKShHealing -lTKSTEP -lTKXSBase -lTKIGES -lTKMesh -lTKSTL -lTKG3d -lTKTopAlgo -lTKG2d -lTKBool -lTKGeomAlgo -lTKOffset -lTKGeomBase -lTKBO \
|
||||||
$(KERNEL_LDFLAGS) -lSalomeGenericObj
|
-lTKMath -lTKFillet -lTKMeshVS -lTKPrim -lTKSTEPBase -lTKSTEPAttr -lTKSTEP209 -lTKXDESTEP -lTKXDEIGES -lTKXCAF -lTKLCAF -lFWOSPlugin \
|
||||||
|
$(GEOM_LDFLAGS) -lGEOMbasic \
|
||||||
|
$(MED_LDFLAGS) -lSalomeIDLMED \
|
||||||
|
$(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lSMESHUtils -lStdMeshersEngine -lStdMeshers -lSMESHDS -lSMDS -lSMESHControls \
|
||||||
|
$(KERNEL_LDFLAGS) -lSalomeGenericObj -lSalomeNS -lSALOMELocalTrace -lOpUtil
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
// File : NETGENPlugin_Defs.hxx
|
// File : NETGENPlugin_Defs.hxx
|
||||||
// Author : Alexander A. BORODIN
|
// Author : Alexander A. BORODIN
|
||||||
@ -27,7 +28,7 @@
|
|||||||
#define _NETGENPlugin_DEFS_HXX_
|
#define _NETGENPlugin_DEFS_HXX_
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#ifdef NETGENPLUGIN_EXPORTS
|
#if defined NETGENPLUGIN_EXPORTS || defined NETGENEngine_EXPORTS
|
||||||
#define NETGENPLUGIN_EXPORT __declspec( dllexport )
|
#define NETGENPLUGIN_EXPORT __declspec( dllexport )
|
||||||
#else
|
#else
|
||||||
#define NETGENPLUGIN_EXPORT __declspec( dllimport )
|
#define NETGENPLUGIN_EXPORT __declspec( dllimport )
|
||||||
|
@ -1,31 +1,36 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis.cxx
|
// File : NETGENPlugin_Hypothesis.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 28/03/2006
|
// Date : 28/03/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
//
|
//
|
||||||
#include <NETGENPlugin_Hypothesis.hxx>
|
#include "NETGENPlugin_Hypothesis.hxx"
|
||||||
|
|
||||||
|
#include "NETGENPlugin_Mesher.hxx"
|
||||||
|
#include "SMESH_Mesh.hxx"
|
||||||
|
|
||||||
#include <utilities.h>
|
#include <utilities.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
@ -39,15 +44,18 @@ NETGENPlugin_Hypothesis::NETGENPlugin_Hypothesis (int hypId, int studyId,
|
|||||||
SMESH_Gen * gen)
|
SMESH_Gen * gen)
|
||||||
: SMESH_Hypothesis(hypId, studyId, gen),
|
: SMESH_Hypothesis(hypId, studyId, gen),
|
||||||
_maxSize (GetDefaultMaxSize()),
|
_maxSize (GetDefaultMaxSize()),
|
||||||
|
_minSize (0),
|
||||||
_growthRate (GetDefaultGrowthRate()),
|
_growthRate (GetDefaultGrowthRate()),
|
||||||
_nbSegPerEdge (GetDefaultNbSegPerEdge()),
|
_nbSegPerEdge (GetDefaultNbSegPerEdge()),
|
||||||
_nbSegPerRadius(GetDefaultNbSegPerRadius()),
|
_nbSegPerRadius(GetDefaultNbSegPerRadius()),
|
||||||
_fineness (GetDefaultFineness()),
|
_fineness (GetDefaultFineness()),
|
||||||
_secondOrder (GetDefaultSecondOrder()),
|
_secondOrder (GetDefaultSecondOrder()),
|
||||||
_optimize (GetDefaultOptimize())
|
_optimize (GetDefaultOptimize()),
|
||||||
|
_localSize (GetDefaultLocalSize())
|
||||||
{
|
{
|
||||||
_name = "NETGEN_Parameters";
|
_name = "NETGEN_Parameters";
|
||||||
_param_algo_dim = 3;
|
_param_algo_dim = 3;
|
||||||
|
_localSize.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -64,6 +72,20 @@ void NETGENPlugin_Hypothesis::SetMaxSize(double theSize)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
void NETGENPlugin_Hypothesis::SetMinSize(double theSize)
|
||||||
|
{
|
||||||
|
if (theSize != _minSize)
|
||||||
|
{
|
||||||
|
_minSize = theSize;
|
||||||
|
NotifySubMeshesHypothesisModification();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
@ -183,6 +205,45 @@ void NETGENPlugin_Hypothesis::SetNbSegPerRadius(double theVal)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
void NETGENPlugin_Hypothesis::SetLocalSizeOnEntry(const std::string& entry, double localSize)
|
||||||
|
{
|
||||||
|
if(_localSize[entry] != localSize)
|
||||||
|
{
|
||||||
|
_localSize[entry] = localSize;
|
||||||
|
NotifySubMeshesHypothesisModification();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
double NETGENPlugin_Hypothesis::GetLocalSizeOnEntry(const std::string& entry)
|
||||||
|
{
|
||||||
|
TLocalSize::iterator it = _localSize.find( entry );
|
||||||
|
if ( it != _localSize.end() )
|
||||||
|
return it->second;
|
||||||
|
else
|
||||||
|
return -1.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
void NETGENPlugin_Hypothesis::UnsetLocalSizeOnEntry(const std::string& entry)
|
||||||
|
{
|
||||||
|
_localSize.erase(entry);
|
||||||
|
NotifySubMeshesHypothesisModification();
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
@ -197,6 +258,17 @@ ostream & NETGENPlugin_Hypothesis::SaveTo(ostream & save)
|
|||||||
|
|
||||||
save << " " << (int)_secondOrder << " " << (int)_optimize;
|
save << " " << (int)_secondOrder << " " << (int)_optimize;
|
||||||
|
|
||||||
|
TLocalSize::iterator it_sm = _localSize.begin();
|
||||||
|
if (it_sm != _localSize.end()) {
|
||||||
|
save << " " << "__LOCALSIZE_BEGIN__";
|
||||||
|
for ( ; it_sm != _localSize.end(); ++it_sm ) {
|
||||||
|
save << " " << it_sm->first
|
||||||
|
<< " " << it_sm->second << "%#"; // "%#" is a mark of value end
|
||||||
|
}
|
||||||
|
save << " " << "__LOCALSIZE_END__";
|
||||||
|
}
|
||||||
|
save << " " << _minSize;
|
||||||
|
|
||||||
return save;
|
return save;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -255,6 +327,34 @@ istream & NETGENPlugin_Hypothesis::LoadFrom(istream & load)
|
|||||||
_optimize = (bool) is;
|
_optimize = (bool) is;
|
||||||
else
|
else
|
||||||
load.clear(ios::badbit | load.rdstate());
|
load.clear(ios::badbit | load.rdstate());
|
||||||
|
|
||||||
|
std::string option_or_sm;
|
||||||
|
bool hasLocalSize = false;
|
||||||
|
|
||||||
|
isOK = (load >> option_or_sm);
|
||||||
|
if (isOK)
|
||||||
|
if (option_or_sm == "__LOCALSIZE_BEGIN__")
|
||||||
|
hasLocalSize = true;
|
||||||
|
|
||||||
|
std::string smEntry, smValue;
|
||||||
|
while (isOK && hasLocalSize) {
|
||||||
|
isOK = (load >> smEntry);
|
||||||
|
if (isOK) {
|
||||||
|
if (smEntry == "__LOCALSIZE_END__")
|
||||||
|
break;
|
||||||
|
isOK = (load >> smValue);
|
||||||
|
}
|
||||||
|
if (isOK) {
|
||||||
|
std::istringstream tmp(smValue);
|
||||||
|
double val;
|
||||||
|
tmp >> val;
|
||||||
|
_localSize[ smEntry ] = val;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( !hasLocalSize && !option_or_sm.empty() )
|
||||||
|
_minSize = atof( option_or_sm.c_str() );
|
||||||
|
|
||||||
return load;
|
return load;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -301,10 +401,16 @@ bool NETGENPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh* theMesh,
|
|||||||
//================================================================================
|
//================================================================================
|
||||||
|
|
||||||
bool NETGENPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& dflts,
|
bool NETGENPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& dflts,
|
||||||
const SMESH_Mesh* /*theMesh*/)
|
const SMESH_Mesh* theMesh)
|
||||||
{
|
{
|
||||||
_nbSegPerEdge = dflts._nbSegments;
|
_nbSegPerEdge = dflts._nbSegments;
|
||||||
_maxSize = dflts._elemLength;
|
_maxSize = dflts._elemLength;
|
||||||
|
|
||||||
|
if ( dflts._shape && !dflts._shape->IsNull() )
|
||||||
|
_minSize = NETGENPlugin_Mesher::GetDefaultMinSize( *dflts._shape, _maxSize );
|
||||||
|
else if ( theMesh && theMesh->HasShapeToMesh() )
|
||||||
|
_minSize = NETGENPlugin_Mesher::GetDefaultMinSize( theMesh->GetShapeToMesh(), _maxSize );
|
||||||
|
|
||||||
return _nbSegPerEdge && _maxSize > 0;
|
return _nbSegPerEdge && _maxSize > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis.hxx
|
// File : NETGENPlugin_Hypothesis.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
@ -33,6 +34,8 @@
|
|||||||
#include "SMESH_Hypothesis.hxx"
|
#include "SMESH_Hypothesis.hxx"
|
||||||
#include "Utils_SALOME_Exception.hxx"
|
#include "Utils_SALOME_Exception.hxx"
|
||||||
|
|
||||||
|
#include <map>
|
||||||
|
|
||||||
// Parameters for work of NETGEN
|
// Parameters for work of NETGEN
|
||||||
//
|
//
|
||||||
|
|
||||||
@ -47,6 +50,9 @@ public:
|
|||||||
void SetMaxSize(double theSize);
|
void SetMaxSize(double theSize);
|
||||||
double GetMaxSize() const { return _maxSize; }
|
double GetMaxSize() const { return _maxSize; }
|
||||||
|
|
||||||
|
void SetMinSize(double theSize);
|
||||||
|
double GetMinSize() const { return _minSize; }
|
||||||
|
|
||||||
void SetSecondOrder(bool theVal);
|
void SetSecondOrder(bool theVal);
|
||||||
bool GetSecondOrder() const { return _secondOrder; }
|
bool GetSecondOrder() const { return _secondOrder; }
|
||||||
|
|
||||||
@ -77,6 +83,13 @@ public:
|
|||||||
void SetNbSegPerRadius(double theVal);
|
void SetNbSegPerRadius(double theVal);
|
||||||
double GetNbSegPerRadius() const { return _nbSegPerRadius; }
|
double GetNbSegPerRadius() const { return _nbSegPerRadius; }
|
||||||
|
|
||||||
|
typedef std::map<std::string, double> TLocalSize;
|
||||||
|
static TLocalSize GetDefaultLocalSize() { return TLocalSize(); }
|
||||||
|
void SetLocalSizeOnEntry(const std::string& entry, double localSize);
|
||||||
|
double GetLocalSizeOnEntry(const std::string& entry);
|
||||||
|
const TLocalSize& GetLocalSizesAndEntries() const { return _localSize; }
|
||||||
|
void UnsetLocalSizeOnEntry(const std::string& entry);
|
||||||
|
|
||||||
// the default values (taken from NETGEN 4.5 sources)
|
// the default values (taken from NETGEN 4.5 sources)
|
||||||
|
|
||||||
static double GetDefaultMaxSize();
|
static double GetDefaultMaxSize();
|
||||||
@ -108,13 +121,14 @@ public:
|
|||||||
virtual bool SetParametersByDefaults(const TDefaults& dflts, const SMESH_Mesh* theMesh=0);
|
virtual bool SetParametersByDefaults(const TDefaults& dflts, const SMESH_Mesh* theMesh=0);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
double _maxSize;
|
double _maxSize, _minSize;
|
||||||
double _growthRate;
|
double _growthRate;
|
||||||
double _nbSegPerEdge;
|
double _nbSegPerEdge;
|
||||||
double _nbSegPerRadius;
|
double _nbSegPerRadius;
|
||||||
Fineness _fineness;
|
Fineness _fineness;
|
||||||
bool _secondOrder;
|
bool _secondOrder;
|
||||||
bool _optimize;
|
bool _optimize;
|
||||||
|
TLocalSize _localSize;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,33 +1,33 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis_2D.cxx
|
// File : NETGENPlugin_Hypothesis_2D.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 28/03/2006
|
// Date : 28/03/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
#include <NETGENPlugin_Hypothesis_2D.hxx>
|
#include "NETGENPlugin_Hypothesis_2D.hxx"
|
||||||
#include <utilities.h>
|
#include <utilities.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis_2D.hxx
|
// File : NETGENPlugin_Hypothesis_2D.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
|
72
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_ONLY_i.cxx
Normal file
72
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_ONLY_i.cxx
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
//
|
||||||
|
// This library is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
|
//
|
||||||
|
// This library is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Lesser General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
|
// License along with this library; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
//
|
||||||
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
//
|
||||||
|
|
||||||
|
// NETGENPlugin : C++ implementation
|
||||||
|
// File : NETGENPlugin_Hypothesis_2D_ONLY_i.cxx
|
||||||
|
// Project : SALOME
|
||||||
|
//=============================================================================
|
||||||
|
//
|
||||||
|
#include "NETGENPlugin_Hypothesis_2D_ONLY_i.hxx"
|
||||||
|
#include "SMESH_Gen.hxx"
|
||||||
|
|
||||||
|
#include "Utils_CorbaException.hxx"
|
||||||
|
#include "utilities.h"
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* Constructor
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
NETGENPlugin_Hypothesis_2D_ONLY_i::
|
||||||
|
NETGENPlugin_Hypothesis_2D_ONLY_i (PortableServer::POA_ptr thePOA,
|
||||||
|
int theStudyId,
|
||||||
|
::SMESH_Gen* theGenImpl)
|
||||||
|
: SALOME::GenericObj_i( thePOA ),
|
||||||
|
SMESH_Hypothesis_i( thePOA ),
|
||||||
|
NETGENPlugin_Hypothesis_2D_i( thePOA, theStudyId, theGenImpl )
|
||||||
|
{
|
||||||
|
MESSAGE( "NETGENPlugin_Hypothesis_2D_ONLY_i::NETGENPlugin_Hypothesis_2D_ONLY_i" );
|
||||||
|
myBaseImpl = new ::NETGENPlugin_Hypothesis_2D (theGenImpl->GetANewId(),
|
||||||
|
theStudyId,
|
||||||
|
theGenImpl);
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* Destructor
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
NETGENPlugin_Hypothesis_2D_ONLY_i::~NETGENPlugin_Hypothesis_2D_ONLY_i()
|
||||||
|
{
|
||||||
|
MESSAGE( "NETGENPlugin_Hypothesis_2D_ONLY_i::~NETGENPlugin_Hypothesis_2D_ONLY_i" );
|
||||||
|
}
|
||||||
|
//================================================================================
|
||||||
|
/*!
|
||||||
|
* \brief Redefine hypothesis type
|
||||||
|
*/
|
||||||
|
//================================================================================
|
||||||
|
|
||||||
|
char* NETGENPlugin_Hypothesis_2D_ONLY_i::GetName()
|
||||||
|
{
|
||||||
|
return CORBA::string_dup("NETGEN_Parameters_2D_ONLY");
|
||||||
|
}
|
57
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_ONLY_i.hxx
Normal file
57
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_ONLY_i.hxx
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
//
|
||||||
|
// This library is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
|
//
|
||||||
|
// This library is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Lesser General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
|
// License along with this library; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
//
|
||||||
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
//
|
||||||
|
|
||||||
|
// NETGENPlugin : C++ implementation
|
||||||
|
// File : NETGENPlugin_Hypothesis_2D_ONLY_i.hxx
|
||||||
|
// Project : SALOME
|
||||||
|
//=============================================================================
|
||||||
|
//
|
||||||
|
#ifndef _NETGENPlugin_Hypothesis_2D_ONLY_i_HXX_
|
||||||
|
#define _NETGENPlugin_Hypothesis_2D_ONLY_i_HXX_
|
||||||
|
|
||||||
|
#include "NETGENPlugin_Defs.hxx"
|
||||||
|
|
||||||
|
#include <SALOMEconfig.h>
|
||||||
|
#include CORBA_SERVER_HEADER(NETGENPlugin_Algorithm)
|
||||||
|
|
||||||
|
#include "NETGENPlugin_Hypothesis_2D_i.hxx"
|
||||||
|
|
||||||
|
class SMESH_Gen;
|
||||||
|
|
||||||
|
// NETGENPlugin parameters hypothesis ("2D only" case)
|
||||||
|
|
||||||
|
class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis_2D_ONLY_i:
|
||||||
|
public virtual POA_NETGENPlugin::NETGENPlugin_Hypothesis_2D_ONLY,
|
||||||
|
public NETGENPlugin_Hypothesis_2D_i
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
// Constructor
|
||||||
|
NETGENPlugin_Hypothesis_2D_ONLY_i (PortableServer::POA_ptr thePOA,
|
||||||
|
int theStudyId,
|
||||||
|
::SMESH_Gen* theGenImpl);
|
||||||
|
// Destructor
|
||||||
|
virtual ~NETGENPlugin_Hypothesis_2D_ONLY_i();
|
||||||
|
|
||||||
|
char* GetName();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
@ -1,30 +1,30 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis_2D_i.cxx
|
// File : NETGENPlugin_Hypothesis_2D_i.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 03/04/2006
|
// Date : 03/04/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
#include "NETGENPlugin_Hypothesis_2D_i.hxx"
|
#include "NETGENPlugin_Hypothesis_2D_i.hxx"
|
||||||
@ -80,10 +80,13 @@ NETGENPlugin_Hypothesis_2D_i::~NETGENPlugin_Hypothesis_2D_i()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_2D_i::SetQuadAllowed (CORBA::Boolean theValue)
|
void NETGENPlugin_Hypothesis_2D_i::SetQuadAllowed (CORBA::Boolean theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_2D_i::SetQuadAllowed");
|
if ( NETGENPlugin_Hypothesis_i::isToSetParameter( GetQuadAllowed(),
|
||||||
ASSERT(myBaseImpl);
|
theValue,
|
||||||
this->GetImpl()->SetQuadAllowed(theValue);
|
METH_SetQuadAllowed ))
|
||||||
SMESH::TPythonDump() << _this() << ".SetQuadAllowed( " << theValue << " )";
|
{
|
||||||
|
this->GetImpl()->SetQuadAllowed(theValue);
|
||||||
|
SMESH::TPythonDump() << _this() << ".SetQuadAllowed( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -95,8 +98,6 @@ void NETGENPlugin_Hypothesis_2D_i::SetQuadAllowed (CORBA::Boolean theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Boolean NETGENPlugin_Hypothesis_2D_i::GetQuadAllowed()
|
CORBA::Boolean NETGENPlugin_Hypothesis_2D_i::GetQuadAllowed()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_2D_i::GetQuadAllowed");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetQuadAllowed();
|
return this->GetImpl()->GetQuadAllowed();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,7 +110,6 @@ CORBA::Boolean NETGENPlugin_Hypothesis_2D_i::GetQuadAllowed()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
::NETGENPlugin_Hypothesis_2D* NETGENPlugin_Hypothesis_2D_i::GetImpl()
|
::NETGENPlugin_Hypothesis_2D* NETGENPlugin_Hypothesis_2D_i::GetImpl()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_2D_i::GetImpl");
|
|
||||||
return (::NETGENPlugin_Hypothesis_2D*)myBaseImpl;
|
return (::NETGENPlugin_Hypothesis_2D*)myBaseImpl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,30 +1,30 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis_2D_i.hxx
|
// File : NETGENPlugin_Hypothesis_2D_i.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 03/04/2006
|
// Date : 03/04/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
#ifndef _NETGENPlugin_Hypothesis_2D_i_HXX_
|
#ifndef _NETGENPlugin_Hypothesis_2D_i_HXX_
|
||||||
@ -62,6 +62,15 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis_2D_i:
|
|||||||
|
|
||||||
// Verify whether hypothesis supports given entity type
|
// Verify whether hypothesis supports given entity type
|
||||||
CORBA::Boolean IsDimSupported( SMESH::Dimension type );
|
CORBA::Boolean IsDimSupported( SMESH::Dimension type );
|
||||||
|
|
||||||
|
protected:
|
||||||
|
|
||||||
|
// to remember whether a parameter is already set (issue 0021364)
|
||||||
|
enum SettingMethod
|
||||||
|
{
|
||||||
|
METH_SetQuadAllowed = NETGENPlugin_Hypothesis_i::METH_LAST * 2,
|
||||||
|
METH_LAST = METH_SetQuadAllowed
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
71
src/NETGENPlugin/NETGENPlugin_Hypothesis_3D_i.cxx
Normal file
71
src/NETGENPlugin/NETGENPlugin_Hypothesis_3D_i.cxx
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
//
|
||||||
|
// This library is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
|
//
|
||||||
|
// This library is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Lesser General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
|
// License along with this library; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
//
|
||||||
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
//
|
||||||
|
|
||||||
|
// NETGENPlugin : C++ implementation
|
||||||
|
// File : NETGENPlugin_Hypothesis_3D_i.cxx
|
||||||
|
// Project : SALOME
|
||||||
|
//=============================================================================
|
||||||
|
//
|
||||||
|
#include "NETGENPlugin_Hypothesis_3D_i.hxx"
|
||||||
|
#include "SMESH_Gen.hxx"
|
||||||
|
|
||||||
|
#include "Utils_CorbaException.hxx"
|
||||||
|
#include "utilities.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* Constructor
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
NETGENPlugin_Hypothesis_3D_i::
|
||||||
|
NETGENPlugin_Hypothesis_3D_i (PortableServer::POA_ptr thePOA,
|
||||||
|
int theStudyId,
|
||||||
|
::SMESH_Gen* theGenImpl)
|
||||||
|
: SALOME::GenericObj_i( thePOA ),
|
||||||
|
SMESH_Hypothesis_i( thePOA ),
|
||||||
|
NETGENPlugin_Hypothesis_i( thePOA, theStudyId, theGenImpl )
|
||||||
|
{
|
||||||
|
MESSAGE( "NETGENPlugin_Hypothesis_3D_i::NETGENPlugin_Hypothesis_3D_i" );
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* Destructor
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
NETGENPlugin_Hypothesis_3D_i::~NETGENPlugin_Hypothesis_3D_i()
|
||||||
|
{
|
||||||
|
MESSAGE( "NETGENPlugin_Hypothesis_3D_i::~NETGENPlugin_Hypothesis_3D_i" );
|
||||||
|
}
|
||||||
|
|
||||||
|
//================================================================================
|
||||||
|
/*!
|
||||||
|
* \brief Redefine hypothesis type
|
||||||
|
*/
|
||||||
|
//================================================================================
|
||||||
|
|
||||||
|
char* NETGENPlugin_Hypothesis_3D_i::GetName()
|
||||||
|
{
|
||||||
|
return CORBA::string_dup("NETGEN_Parameters_3D");
|
||||||
|
}
|
59
src/NETGENPlugin/NETGENPlugin_Hypothesis_3D_i.hxx
Normal file
59
src/NETGENPlugin/NETGENPlugin_Hypothesis_3D_i.hxx
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
//
|
||||||
|
// This library is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
|
//
|
||||||
|
// This library is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Lesser General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
|
// License along with this library; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
//
|
||||||
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
//
|
||||||
|
|
||||||
|
// NETGENPlugin : C++ implementation
|
||||||
|
// File : NETGENPlugin_Hypothesis_2D_i.hxx
|
||||||
|
// Project : SALOME
|
||||||
|
//=============================================================================
|
||||||
|
//
|
||||||
|
#ifndef _NETGENPlugin_Hypothesis_3D_i_HXX_
|
||||||
|
#define _NETGENPlugin_Hypothesis_3D_i_HXX_
|
||||||
|
|
||||||
|
#include "NETGENPlugin_Defs.hxx"
|
||||||
|
|
||||||
|
#include <SALOMEconfig.h>
|
||||||
|
#include CORBA_SERVER_HEADER(NETGENPlugin_Algorithm)
|
||||||
|
|
||||||
|
#include "NETGENPlugin_Hypothesis_i.hxx"
|
||||||
|
|
||||||
|
class SMESH_Gen;
|
||||||
|
|
||||||
|
// NETGENPlugin parameters hypothesis (3D "only" case)
|
||||||
|
|
||||||
|
class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis_3D_i:
|
||||||
|
public virtual POA_NETGENPlugin::NETGENPlugin_Hypothesis_3D,
|
||||||
|
public NETGENPlugin_Hypothesis_i
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
// Constructor
|
||||||
|
NETGENPlugin_Hypothesis_3D_i (PortableServer::POA_ptr thePOA,
|
||||||
|
int theStudyId,
|
||||||
|
::SMESH_Gen* theGenImpl);
|
||||||
|
|
||||||
|
// Get type name of hypothesis
|
||||||
|
char* GetName();
|
||||||
|
|
||||||
|
// Destructor
|
||||||
|
virtual ~NETGENPlugin_Hypothesis_3D_i();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
@ -1,41 +1,56 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis_i.cxx
|
// File : NETGENPlugin_Hypothesis_i.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 03/04/2006
|
// Date : 03/04/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
#include "NETGENPlugin_Hypothesis_i.hxx"
|
#include "NETGENPlugin_Hypothesis_i.hxx"
|
||||||
#include "SMESH_Gen.hxx"
|
#include "SMESH_Gen.hxx"
|
||||||
#include "SMESH_PythonDump.hxx"
|
#include "SMESH_PythonDump.hxx"
|
||||||
|
#include "GEOM_Object.hxx"
|
||||||
|
|
||||||
#include "Utils_CorbaException.hxx"
|
#include "Utils_CorbaException.hxx"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* Specialization of isToSetParameter<T> for double
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
template<>
|
||||||
|
bool NETGENPlugin_Hypothesis_i::isToSetParameter<double>(double curValue,
|
||||||
|
double newValue,
|
||||||
|
/*SettingMethod*/int meth)
|
||||||
|
{
|
||||||
|
return isToSetParameter(true, (fabs(curValue - newValue) < 1e-20), meth);
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
* NETGENPlugin_Hypothesis_i::NETGENPlugin_Hypothesis_i
|
* NETGENPlugin_Hypothesis_i::NETGENPlugin_Hypothesis_i
|
||||||
@ -48,7 +63,8 @@ NETGENPlugin_Hypothesis_i (PortableServer::POA_ptr thePOA,
|
|||||||
int theStudyId,
|
int theStudyId,
|
||||||
::SMESH_Gen* theGenImpl)
|
::SMESH_Gen* theGenImpl)
|
||||||
: SALOME::GenericObj_i( thePOA ),
|
: SALOME::GenericObj_i( thePOA ),
|
||||||
SMESH_Hypothesis_i( thePOA )
|
SMESH_Hypothesis_i( thePOA ),
|
||||||
|
mySetMethodFlags(0)
|
||||||
{
|
{
|
||||||
MESSAGE( "NETGENPlugin_Hypothesis_i::NETGENPlugin_Hypothesis_i" );
|
MESSAGE( "NETGENPlugin_Hypothesis_i::NETGENPlugin_Hypothesis_i" );
|
||||||
myBaseImpl = new ::NETGENPlugin_Hypothesis (theGenImpl->GetANewId(),
|
myBaseImpl = new ::NETGENPlugin_Hypothesis (theGenImpl->GetANewId(),
|
||||||
@ -77,10 +93,11 @@ NETGENPlugin_Hypothesis_i::~NETGENPlugin_Hypothesis_i()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_i::SetMaxSize (CORBA::Double theValue)
|
void NETGENPlugin_Hypothesis_i::SetMaxSize (CORBA::Double theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::SetMaxSize");
|
if ( isToSetParameter( GetMaxSize(), theValue, METH_SetMaxSize ))
|
||||||
ASSERT(myBaseImpl);
|
{
|
||||||
this->GetImpl()->SetMaxSize(theValue);
|
this->GetImpl()->SetMaxSize(theValue);
|
||||||
SMESH::TPythonDump() << _this() << ".SetMaxSize( " << theValue << " )";
|
SMESH::TPythonDump() << _this() << ".SetMaxSize( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -92,11 +109,37 @@ void NETGENPlugin_Hypothesis_i::SetMaxSize (CORBA::Double theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Double NETGENPlugin_Hypothesis_i::GetMaxSize()
|
CORBA::Double NETGENPlugin_Hypothesis_i::GetMaxSize()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetMaxSize");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetMaxSize();
|
return this->GetImpl()->GetMaxSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* NETGENPlugin_Hypothesis_i::SetMinSize
|
||||||
|
*
|
||||||
|
* Set MinSize
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
void NETGENPlugin_Hypothesis_i::SetMinSize (CORBA::Double theValue)
|
||||||
|
{
|
||||||
|
if ( isToSetParameter( GetMinSize(), theValue, METH_SetMinSize ))
|
||||||
|
{
|
||||||
|
this->GetImpl()->SetMinSize(theValue);
|
||||||
|
SMESH::TPythonDump() << _this() << ".SetMinSize( " << theValue << " )";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* NETGENPlugin_Hypothesis_i::GetMinSize
|
||||||
|
*
|
||||||
|
* Get MinSize
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
CORBA::Double NETGENPlugin_Hypothesis_i::GetMinSize()
|
||||||
|
{
|
||||||
|
return this->GetImpl()->GetMinSize();
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
* NETGENPlugin_Hypothesis_i::SetSecondOrder
|
* NETGENPlugin_Hypothesis_i::SetSecondOrder
|
||||||
@ -106,10 +149,11 @@ CORBA::Double NETGENPlugin_Hypothesis_i::GetMaxSize()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_i::SetSecondOrder (CORBA::Boolean theValue)
|
void NETGENPlugin_Hypothesis_i::SetSecondOrder (CORBA::Boolean theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::SetSecondOrder");
|
if ( isToSetParameter( GetSecondOrder(), theValue, METH_SetSecondOrder ))
|
||||||
ASSERT(myBaseImpl);
|
{
|
||||||
this->GetImpl()->SetSecondOrder(theValue);
|
this->GetImpl()->SetSecondOrder(theValue);
|
||||||
SMESH::TPythonDump() << _this() << ".SetSecondOrder( " << theValue << " )";
|
SMESH::TPythonDump() << _this() << ".SetSecondOrder( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -121,8 +165,6 @@ void NETGENPlugin_Hypothesis_i::SetSecondOrder (CORBA::Boolean theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Boolean NETGENPlugin_Hypothesis_i::GetSecondOrder()
|
CORBA::Boolean NETGENPlugin_Hypothesis_i::GetSecondOrder()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetSecondOrder");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetSecondOrder();
|
return this->GetImpl()->GetSecondOrder();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -135,10 +177,11 @@ CORBA::Boolean NETGENPlugin_Hypothesis_i::GetSecondOrder()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_i::SetOptimize (CORBA::Boolean theValue)
|
void NETGENPlugin_Hypothesis_i::SetOptimize (CORBA::Boolean theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::SetOptimize");
|
if ( isToSetParameter( GetOptimize(), theValue, METH_SetOptimize ))
|
||||||
ASSERT(myBaseImpl);
|
{
|
||||||
this->GetImpl()->SetOptimize(theValue);
|
this->GetImpl()->SetOptimize(theValue);
|
||||||
SMESH::TPythonDump() << _this() << ".SetOptimize( " << theValue << " )";
|
SMESH::TPythonDump() << _this() << ".SetOptimize( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -150,8 +193,6 @@ void NETGENPlugin_Hypothesis_i::SetOptimize (CORBA::Boolean theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Boolean NETGENPlugin_Hypothesis_i::GetOptimize()
|
CORBA::Boolean NETGENPlugin_Hypothesis_i::GetOptimize()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetOptimize");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetOptimize();
|
return this->GetImpl()->GetOptimize();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -164,10 +205,11 @@ CORBA::Boolean NETGENPlugin_Hypothesis_i::GetOptimize()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_i::SetFineness (CORBA::Long theValue)
|
void NETGENPlugin_Hypothesis_i::SetFineness (CORBA::Long theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::SetFineness");
|
if ( isToSetParameter( GetFineness(), theValue, METH_SetFineness ))
|
||||||
ASSERT(myBaseImpl);
|
{
|
||||||
this->GetImpl()->SetFineness((::NETGENPlugin_Hypothesis::Fineness)theValue);
|
this->GetImpl()->SetFineness((::NETGENPlugin_Hypothesis::Fineness)theValue);
|
||||||
SMESH::TPythonDump() << _this() << ".SetFineness( " << theValue << " )";
|
SMESH::TPythonDump() << _this() << ".SetFineness( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -179,8 +221,6 @@ void NETGENPlugin_Hypothesis_i::SetFineness (CORBA::Long theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Long NETGENPlugin_Hypothesis_i::GetFineness()
|
CORBA::Long NETGENPlugin_Hypothesis_i::GetFineness()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetFineness");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetFineness();
|
return this->GetImpl()->GetFineness();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -193,10 +233,11 @@ CORBA::Long NETGENPlugin_Hypothesis_i::GetFineness()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_i::SetGrowthRate (CORBA::Double theValue)
|
void NETGENPlugin_Hypothesis_i::SetGrowthRate (CORBA::Double theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::SetGrowthRate");
|
if ( isToSetParameter( GetGrowthRate(), theValue, METH_SetGrowthRate ))
|
||||||
ASSERT(myBaseImpl);
|
{
|
||||||
this->GetImpl()->SetGrowthRate(theValue);
|
this->GetImpl()->SetGrowthRate(theValue);
|
||||||
SMESH::TPythonDump() << _this() << ".SetGrowthRate( " << theValue << " )";
|
SMESH::TPythonDump() << _this() << ".SetGrowthRate( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -208,8 +249,6 @@ void NETGENPlugin_Hypothesis_i::SetGrowthRate (CORBA::Double theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Double NETGENPlugin_Hypothesis_i::GetGrowthRate()
|
CORBA::Double NETGENPlugin_Hypothesis_i::GetGrowthRate()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetGrowthRate");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetGrowthRate();
|
return this->GetImpl()->GetGrowthRate();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -222,10 +261,11 @@ CORBA::Double NETGENPlugin_Hypothesis_i::GetGrowthRate()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_i::SetNbSegPerEdge (CORBA::Double theValue)
|
void NETGENPlugin_Hypothesis_i::SetNbSegPerEdge (CORBA::Double theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::SetNbSegPerEdge");
|
if ( isToSetParameter( GetNbSegPerEdge(), theValue, METH_SetNbSegPerEdge ))
|
||||||
ASSERT(myBaseImpl);
|
{
|
||||||
this->GetImpl()->SetNbSegPerEdge(theValue);
|
this->GetImpl()->SetNbSegPerEdge(theValue);
|
||||||
SMESH::TPythonDump() << _this() << ".SetNbSegPerEdge( " << theValue << " )";
|
SMESH::TPythonDump() << _this() << ".SetNbSegPerEdge( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -237,8 +277,6 @@ void NETGENPlugin_Hypothesis_i::SetNbSegPerEdge (CORBA::Double theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Double NETGENPlugin_Hypothesis_i::GetNbSegPerEdge()
|
CORBA::Double NETGENPlugin_Hypothesis_i::GetNbSegPerEdge()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetNbSegPerEdge");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetNbSegPerEdge();
|
return this->GetImpl()->GetNbSegPerEdge();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -251,10 +289,11 @@ CORBA::Double NETGENPlugin_Hypothesis_i::GetNbSegPerEdge()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
void NETGENPlugin_Hypothesis_i::SetNbSegPerRadius (CORBA::Double theValue)
|
void NETGENPlugin_Hypothesis_i::SetNbSegPerRadius (CORBA::Double theValue)
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::SetNbSegPerRadius");
|
if ( isToSetParameter( GetNbSegPerRadius(), theValue, METH_SetNbSegPerRadius ))
|
||||||
ASSERT(myBaseImpl);
|
{
|
||||||
this->GetImpl()->SetNbSegPerRadius(theValue);
|
this->GetImpl()->SetNbSegPerRadius(theValue);
|
||||||
SMESH::TPythonDump() << _this() << ".SetNbSegPerRadius( " << theValue << " )";
|
SMESH::TPythonDump() << _this() << ".SetNbSegPerRadius( " << theValue << " )";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -266,11 +305,64 @@ void NETGENPlugin_Hypothesis_i::SetNbSegPerRadius (CORBA::Double theValue)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
CORBA::Double NETGENPlugin_Hypothesis_i::GetNbSegPerRadius()
|
CORBA::Double NETGENPlugin_Hypothesis_i::GetNbSegPerRadius()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetNbSegPerRadius");
|
|
||||||
ASSERT(myBaseImpl);
|
|
||||||
return this->GetImpl()->GetNbSegPerRadius();
|
return this->GetImpl()->GetNbSegPerRadius();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
void NETGENPlugin_Hypothesis_i::SetLocalSizeOnShape(GEOM::GEOM_Object_ptr GeomObj,
|
||||||
|
CORBA::Double localSize)
|
||||||
|
{
|
||||||
|
string entry;
|
||||||
|
entry = GeomObj->GetStudyEntry();
|
||||||
|
SetLocalSizeOnEntry(entry.c_str(), localSize);
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
void NETGENPlugin_Hypothesis_i::SetLocalSizeOnEntry(const char* entry,
|
||||||
|
CORBA::Double localSize)
|
||||||
|
{
|
||||||
|
if ( isToSetParameter( GetLocalSizeOnEntry(entry), localSize, METH_SetLocalSizeOnEntry ))
|
||||||
|
{
|
||||||
|
this->GetImpl()->SetLocalSizeOnEntry(entry, localSize);
|
||||||
|
SMESH::TPythonDump()
|
||||||
|
<< _this() << ".SetLocalSizeOnShape(" << entry << ", " << localSize << ")";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
CORBA::Double NETGENPlugin_Hypothesis_i::GetLocalSizeOnEntry(const char* entry)
|
||||||
|
{
|
||||||
|
return this->GetImpl()->GetLocalSizeOnEntry(entry);
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
NETGENPlugin::string_array* NETGENPlugin_Hypothesis_i::GetLocalSizeEntries()
|
||||||
|
{
|
||||||
|
NETGENPlugin::string_array_var result = new NETGENPlugin::string_array();
|
||||||
|
const ::NETGENPlugin_Hypothesis::TLocalSize localSizes =
|
||||||
|
this->GetImpl()->GetLocalSizesAndEntries();
|
||||||
|
result->length(localSizes.size());
|
||||||
|
::NETGENPlugin_Hypothesis::TLocalSize::const_iterator it = localSizes.begin();
|
||||||
|
for (int i=0 ; it != localSizes.end() ; i++, it++)
|
||||||
|
{
|
||||||
|
string entry = (*it).first;
|
||||||
|
result[i] = CORBA::string_dup(entry.c_str());
|
||||||
|
}
|
||||||
|
return result._retn();
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
void NETGENPlugin_Hypothesis_i::UnsetLocalSizeOnEntry(const char* entry)
|
||||||
|
{
|
||||||
|
this->GetImpl()->UnsetLocalSizeOnEntry(entry);
|
||||||
|
SMESH::TPythonDump() << _this() << ".UnsetLocalSizeOnEntry(" << entry << ")";
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
* NETGENPlugin_Hypothesis_i::GetImpl
|
* NETGENPlugin_Hypothesis_i::GetImpl
|
||||||
@ -280,7 +372,6 @@ CORBA::Double NETGENPlugin_Hypothesis_i::GetNbSegPerRadius()
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
::NETGENPlugin_Hypothesis* NETGENPlugin_Hypothesis_i::GetImpl()
|
::NETGENPlugin_Hypothesis* NETGENPlugin_Hypothesis_i::GetImpl()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_Hypothesis_i::GetImpl");
|
|
||||||
return (::NETGENPlugin_Hypothesis*)myBaseImpl;
|
return (::NETGENPlugin_Hypothesis*)myBaseImpl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,30 +1,30 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Hypothesis_i.hxx
|
// File : NETGENPlugin_Hypothesis_i.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 03/04/2006
|
// Date : 03/04/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
#ifndef _NETGENPlugin_Hypothesis_i_HXX_
|
#ifndef _NETGENPlugin_Hypothesis_i_HXX_
|
||||||
@ -39,6 +39,7 @@
|
|||||||
#include "NETGENPlugin_Hypothesis.hxx"
|
#include "NETGENPlugin_Hypothesis.hxx"
|
||||||
|
|
||||||
class SMESH_Gen;
|
class SMESH_Gen;
|
||||||
|
//class GEOM_Object;
|
||||||
|
|
||||||
// NETGENPlugin parameters hypothesis
|
// NETGENPlugin parameters hypothesis
|
||||||
|
|
||||||
@ -57,6 +58,9 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis_i:
|
|||||||
void SetMaxSize(CORBA::Double theSize);
|
void SetMaxSize(CORBA::Double theSize);
|
||||||
CORBA::Double GetMaxSize();
|
CORBA::Double GetMaxSize();
|
||||||
|
|
||||||
|
void SetMinSize(CORBA::Double theSize);
|
||||||
|
CORBA::Double GetMinSize();
|
||||||
|
|
||||||
void SetSecondOrder(CORBA::Boolean theVal);
|
void SetSecondOrder(CORBA::Boolean theVal);
|
||||||
CORBA::Boolean GetSecondOrder();
|
CORBA::Boolean GetSecondOrder();
|
||||||
|
|
||||||
@ -75,11 +79,49 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis_i:
|
|||||||
void SetNbSegPerRadius(CORBA::Double theVal);
|
void SetNbSegPerRadius(CORBA::Double theVal);
|
||||||
CORBA::Double GetNbSegPerRadius();
|
CORBA::Double GetNbSegPerRadius();
|
||||||
|
|
||||||
|
void SetLocalSizeOnShape(GEOM::GEOM_Object_ptr GeomObj, CORBA::Double localSize);
|
||||||
|
void SetLocalSizeOnEntry(const char* entry, CORBA::Double localSize);
|
||||||
|
CORBA::Double GetLocalSizeOnEntry(const char* entry);
|
||||||
|
NETGENPlugin::string_array* GetLocalSizeEntries();
|
||||||
|
void UnsetLocalSizeOnEntry(const char* entry);
|
||||||
|
|
||||||
// Get implementation
|
// Get implementation
|
||||||
::NETGENPlugin_Hypothesis* GetImpl();
|
::NETGENPlugin_Hypothesis* GetImpl();
|
||||||
|
|
||||||
// Verify whether hypothesis supports given entity type
|
// Verify whether hypothesis supports given entity type
|
||||||
CORBA::Boolean IsDimSupported( SMESH::Dimension type );
|
CORBA::Boolean IsDimSupported( SMESH::Dimension type );
|
||||||
|
|
||||||
|
protected:
|
||||||
|
|
||||||
|
// to remember whether a parameter is already set (issue 0021364)
|
||||||
|
enum SettingMethod
|
||||||
|
{
|
||||||
|
METH_SetMaxSize = 1,
|
||||||
|
METH_SetMinSize = 2,
|
||||||
|
METH_SetSecondOrder = 4,
|
||||||
|
METH_SetOptimize = 8,
|
||||||
|
METH_SetFineness = 16,
|
||||||
|
METH_SetGrowthRate = 32,
|
||||||
|
METH_SetNbSegPerEdge = 64,
|
||||||
|
METH_SetNbSegPerRadius = 128,
|
||||||
|
METH_SetLocalSizeOnEntry = 256,
|
||||||
|
METH_LAST = METH_SetLocalSizeOnEntry
|
||||||
|
};
|
||||||
|
int mySetMethodFlags;
|
||||||
|
|
||||||
|
// Return true if a parameter is not yet set, else return true if a parameter changes.
|
||||||
|
// PythonDumping depends on the result of this function.
|
||||||
|
// Checking only change of a parameter is not enough because then the default values are
|
||||||
|
// not dumped and if the defaults will change then the behaviour of scripts
|
||||||
|
// created without dump of the default parameters will also change what is not good.
|
||||||
|
template<typename T>
|
||||||
|
bool isToSetParameter(T curValue, T newValue, /*SettingMethod*/int meth)
|
||||||
|
{
|
||||||
|
if ( mySetMethodFlags & meth ) // already set, check if a value is changing
|
||||||
|
return ( curValue != newValue );
|
||||||
|
else
|
||||||
|
return ( mySetMethodFlags |= meth ); // == return true
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,52 +1,77 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_Mesher.hxx
|
// File : NETGENPlugin_Mesher.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 31/03/2006
|
// Date : 31/03/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
|
||||||
//
|
//
|
||||||
#ifndef _NETGENPlugin_Mesher_HXX_
|
#ifndef _NETGENPlugin_Mesher_HXX_
|
||||||
#define _NETGENPlugin_Mesher_HXX_
|
#define _NETGENPlugin_Mesher_HXX_
|
||||||
|
|
||||||
#include "NETGENPlugin_Defs.hxx"
|
#include "NETGENPlugin_Defs.hxx"
|
||||||
#include "StdMeshers_FaceSide.hxx"
|
#include "StdMeshers_FaceSide.hxx"
|
||||||
|
#include "SMDS_MeshElement.hxx"
|
||||||
|
#include "SMESH_Algo.hxx"
|
||||||
|
|
||||||
|
namespace nglib {
|
||||||
|
#include <nglib.h>
|
||||||
|
}
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
#include <set>
|
||||||
|
|
||||||
class SMESH_Mesh;
|
class SMESH_Mesh;
|
||||||
|
class SMESH_Comment;
|
||||||
class SMESHDS_Mesh;
|
class SMESHDS_Mesh;
|
||||||
class TopoDS_Shape;
|
class TopoDS_Shape;
|
||||||
|
class TopTools_DataMapOfShapeShape;
|
||||||
|
class TopTools_IndexedMapOfShape;
|
||||||
class NETGENPlugin_Hypothesis;
|
class NETGENPlugin_Hypothesis;
|
||||||
class NETGENPlugin_SimpleHypothesis_2D;
|
class NETGENPlugin_SimpleHypothesis_2D;
|
||||||
|
class NETGENPlugin_Internals;
|
||||||
namespace netgen {
|
namespace netgen {
|
||||||
class OCCGeometry;
|
class OCCGeometry;
|
||||||
class Mesh;
|
class Mesh;
|
||||||
}
|
}
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* \brief Struct storing nb of entities in netgen mesh
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
struct NETGENPlugin_ngMeshInfo
|
||||||
|
{
|
||||||
|
int _nbNodes, _nbSegments, _nbFaces, _nbVolumes;
|
||||||
|
NETGENPlugin_ngMeshInfo( netgen::Mesh* ngMesh=0);
|
||||||
|
};
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
* \brief This class calls the NETGEN mesher of OCC geometry
|
* \brief This class calls the NETGEN mesher of OCC geometry
|
||||||
*/
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
class NETGENPLUGIN_EXPORT NETGENPlugin_Mesher
|
class NETGENPLUGIN_EXPORT NETGENPlugin_Mesher
|
||||||
{
|
{
|
||||||
@ -56,36 +81,150 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_Mesher
|
|||||||
NETGENPlugin_Mesher (SMESH_Mesh* mesh, const TopoDS_Shape& aShape,
|
NETGENPlugin_Mesher (SMESH_Mesh* mesh, const TopoDS_Shape& aShape,
|
||||||
const bool isVolume);
|
const bool isVolume);
|
||||||
|
|
||||||
void SetParameters(const NETGENPlugin_Hypothesis* hyp);
|
void SetParameters(const NETGENPlugin_Hypothesis* hyp);
|
||||||
void SetParameters(const NETGENPlugin_SimpleHypothesis_2D* hyp);
|
void SetParameters(const NETGENPlugin_SimpleHypothesis_2D* hyp);
|
||||||
|
|
||||||
bool Compute();
|
bool Compute();
|
||||||
|
|
||||||
|
bool Evaluate(MapShapeNbElems& aResMap);
|
||||||
|
|
||||||
static void PrepareOCCgeometry(netgen::OCCGeometry& occgeom,
|
static void PrepareOCCgeometry(netgen::OCCGeometry& occgeom,
|
||||||
const TopoDS_Shape& shape,
|
const TopoDS_Shape& shape,
|
||||||
SMESH_Mesh& mesh,
|
SMESH_Mesh& mesh,
|
||||||
std::list< SMESH_subMesh* > * meshedSM=0);
|
std::list< SMESH_subMesh* > * meshedSM=0,
|
||||||
|
NETGENPlugin_Internals* internalShapes=0);
|
||||||
|
|
||||||
static void RemoveTmpFiles();
|
static double GetDefaultMinSize(const TopoDS_Shape& shape,
|
||||||
|
const double maxSize);
|
||||||
|
|
||||||
protected:
|
static void RestrictLocalSize(netgen::Mesh& ngMesh, const gp_XYZ& p, const double size);
|
||||||
|
|
||||||
bool fillNgMesh(netgen::OCCGeometry& occgeom,
|
static int FillSMesh(const netgen::OCCGeometry& occgeom,
|
||||||
|
const netgen::Mesh& ngMesh,
|
||||||
|
const NETGENPlugin_ngMeshInfo& initState,
|
||||||
|
SMESH_Mesh& sMesh,
|
||||||
|
std::vector<const SMDS_MeshNode*>& nodeVec,
|
||||||
|
SMESH_Comment& comment);
|
||||||
|
|
||||||
|
bool fillNgMesh(const netgen::OCCGeometry& occgeom,
|
||||||
netgen::Mesh& ngMesh,
|
netgen::Mesh& ngMesh,
|
||||||
std::vector<SMDS_MeshNode*>& nodeVec,
|
std::vector<const SMDS_MeshNode*>& nodeVec,
|
||||||
const std::list< SMESH_subMesh* > & meshedSM);
|
const std::list< SMESH_subMesh* > & meshedSM);
|
||||||
|
|
||||||
|
static void fixIntFaces(const netgen::OCCGeometry& occgeom,
|
||||||
|
netgen::Mesh& ngMesh,
|
||||||
|
NETGENPlugin_Internals& internalShapes);
|
||||||
|
|
||||||
|
static void addIntVerticesInFaces(const netgen::OCCGeometry& occgeom,
|
||||||
|
netgen::Mesh& ngMesh,
|
||||||
|
std::vector<const SMDS_MeshNode*>& nodeVec,
|
||||||
|
NETGENPlugin_Internals& internalShapes);
|
||||||
|
|
||||||
|
static void addIntVerticesInSolids(const netgen::OCCGeometry& occgeom,
|
||||||
|
netgen::Mesh& ngMesh,
|
||||||
|
std::vector<const SMDS_MeshNode*>& nodeVec,
|
||||||
|
NETGENPlugin_Internals& internalShapes);
|
||||||
|
|
||||||
void defaultParameters();
|
void defaultParameters();
|
||||||
|
|
||||||
|
static void RemoveTmpFiles();
|
||||||
|
|
||||||
|
static SMESH_ComputeErrorPtr readErrors(const std::vector< const SMDS_MeshNode* >& nodeVec);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SMESH_Mesh* _mesh;
|
SMESH_Mesh* _mesh;
|
||||||
const TopoDS_Shape& _shape;
|
const TopoDS_Shape& _shape;
|
||||||
bool _isVolume;
|
bool _isVolume;
|
||||||
bool _optimize;
|
bool _optimize;
|
||||||
|
int _fineness;
|
||||||
|
|
||||||
const NETGENPlugin_SimpleHypothesis_2D * _simpleHyp;
|
const NETGENPlugin_SimpleHypothesis_2D * _simpleHyp;
|
||||||
std::map< int, std::pair<int,int> > _faceDescriptors;
|
std::map< int, std::pair<int,int> > _faceDescriptors;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* \brief Container of info needed to solve problems with internal shapes.
|
||||||
|
*
|
||||||
|
* Issue 0020676. It is made up as a class to be ready to extract from NETGEN
|
||||||
|
* and put in SMESH as soon as the same solution is needed somewhere else.
|
||||||
|
* The approach is to precompute internal edges in 2D and internal faces in 3D
|
||||||
|
* and put their mesh correctly (twice) into netgen mesh.
|
||||||
|
* In 2D, this class finds internal edges in faces and their vertices.
|
||||||
|
* In 3D, it additionally finds internal faces, their edges shared with other faces,
|
||||||
|
* and their vertices shared by several internal edges. Nodes built on the found
|
||||||
|
* shapes and mesh faces built on the found internal faces are to be doubled in
|
||||||
|
* netgen mesh to emulate a "crack"
|
||||||
|
*
|
||||||
|
* For internal faces a more simple solution is found, which is just to duplicate
|
||||||
|
* mesh faces on internal geom faces without modeling a "real crack". For this
|
||||||
|
* reason findBorderElements() is no more used anywhere.
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
class NETGENPLUGIN_EXPORT NETGENPlugin_Internals
|
||||||
|
{
|
||||||
|
SMESH_Mesh& _mesh;
|
||||||
|
bool _is3D;
|
||||||
|
//2D
|
||||||
|
std::map<int,int> _e2face;//!<edges and their vertices in faces where they are TopAbs_INTERNAL
|
||||||
|
std::map<int,std::list<int> > _f2v;//!<faces with internal vertices
|
||||||
|
// 3D
|
||||||
|
std::set<int> _intShapes;
|
||||||
|
std::set<int> _borderFaces; //!< non-intrnal faces sharing the internal edge
|
||||||
|
std::map<int,std::list<int> > _s2v;//!<solids with internal vertices
|
||||||
|
|
||||||
|
public:
|
||||||
|
NETGENPlugin_Internals( SMESH_Mesh& mesh, const TopoDS_Shape& shape, bool is3D );
|
||||||
|
|
||||||
|
SMESH_Mesh& getMesh() const;
|
||||||
|
|
||||||
|
bool isShapeToPrecompute(const TopoDS_Shape& s);
|
||||||
|
|
||||||
|
// 2D meshing
|
||||||
|
// edges
|
||||||
|
bool hasInternalEdges() const { return !_e2face.empty(); }
|
||||||
|
bool isInternalEdge( int id ) const { return _e2face.count( id ); }
|
||||||
|
const std::map<int,int>& getEdgesAndVerticesWithFaces() const { return _e2face; }
|
||||||
|
void getInternalEdges( TopTools_IndexedMapOfShape& fmap,
|
||||||
|
TopTools_IndexedMapOfShape& emap,
|
||||||
|
TopTools_IndexedMapOfShape& vmap,
|
||||||
|
std::list< SMESH_subMesh* > smToPrecompute[]);
|
||||||
|
// vertices
|
||||||
|
bool hasInternalVertexInFace() const { return !_f2v.empty(); }
|
||||||
|
const std::map<int,std::list<int> >& getFacesWithVertices() const { return _f2v; }
|
||||||
|
|
||||||
|
// 3D meshing
|
||||||
|
// faces
|
||||||
|
bool hasInternalFaces() const { return !_intShapes.empty(); }
|
||||||
|
bool isInternalShape( int id ) const { return _intShapes.count( id ); }
|
||||||
|
void findBorderElements( std::set< const SMDS_MeshElement*, TIDCompare > & borderElems );
|
||||||
|
bool isBorderFace( int faceID ) const { return _borderFaces.count( faceID ); }
|
||||||
|
void getInternalFaces( TopTools_IndexedMapOfShape& fmap,
|
||||||
|
TopTools_IndexedMapOfShape& emap,
|
||||||
|
std::list< SMESH_subMesh* >& facesSM,
|
||||||
|
std::list< SMESH_subMesh* >& boundarySM);
|
||||||
|
// vertices
|
||||||
|
bool hasInternalVertexInSolid() const { return !_s2v.empty(); }
|
||||||
|
bool hasInternalVertexInSolid(int soID ) const { return _s2v.count(soID); }
|
||||||
|
const std::map<int,std::list<int> >& getSolidsWithVertices() const { return _s2v; }
|
||||||
|
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
//================================================================================
|
||||||
|
/*!
|
||||||
|
* \brief It correctly initializes netgen library at constructor and
|
||||||
|
* correctly finishes using netgen library at destructor
|
||||||
|
*/
|
||||||
|
//================================================================================
|
||||||
|
|
||||||
|
struct NETGENPLUGIN_EXPORT NETGENPlugin_NetgenLibWrapper
|
||||||
|
{
|
||||||
|
nglib::Ng_Mesh * _ngMesh;
|
||||||
|
NETGENPlugin_NetgenLibWrapper();
|
||||||
|
~NETGENPlugin_NetgenLibWrapper();
|
||||||
|
void setMesh( nglib::Ng_Mesh* mesh );
|
||||||
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,30 +1,30 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D.cxx
|
// File : NETGENPlugin_NETGEN_2D.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
// Date : 20/03/2006
|
// Date : 20/03/2006
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
#include "NETGENPlugin_NETGEN_2D.hxx"
|
#include "NETGENPlugin_NETGEN_2D.hxx"
|
||||||
@ -40,6 +40,13 @@
|
|||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
namespace nglib {
|
||||||
|
#include <nglib.h>
|
||||||
|
}
|
||||||
|
#include <meshing.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -121,11 +128,36 @@ bool NETGENPlugin_NETGEN_2D::CheckHypothesis
|
|||||||
bool NETGENPlugin_NETGEN_2D::Compute(SMESH_Mesh& aMesh,
|
bool NETGENPlugin_NETGEN_2D::Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape)
|
const TopoDS_Shape& aShape)
|
||||||
{
|
{
|
||||||
//SMESHDS_Mesh* meshDS = aMesh.GetMeshDS();
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
netgen::multithread.terminate = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
NETGENPlugin_Mesher mesher(&aMesh, aShape, false);
|
NETGENPlugin_Mesher mesher(&aMesh, aShape, false);
|
||||||
// NETGENPlugin_Mesher mesher(meshDS, aShape, false);
|
|
||||||
mesher.SetParameters(dynamic_cast<const NETGENPlugin_Hypothesis*>(_hypothesis));
|
mesher.SetParameters(dynamic_cast<const NETGENPlugin_Hypothesis*>(_hypothesis));
|
||||||
mesher.SetParameters(dynamic_cast<const NETGENPlugin_SimpleHypothesis_2D*>(_hypothesis));
|
mesher.SetParameters(dynamic_cast<const NETGENPlugin_SimpleHypothesis_2D*>(_hypothesis));
|
||||||
return mesher.Compute();
|
return mesher.Compute();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
void NETGENPlugin_NETGEN_2D::CancelCompute()
|
||||||
|
{
|
||||||
|
netgen::multithread.terminate = 1;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
bool NETGENPlugin_NETGEN_2D::Evaluate(SMESH_Mesh& aMesh,
|
||||||
|
const TopoDS_Shape& aShape,
|
||||||
|
MapShapeNbElems& aResMap)
|
||||||
|
{
|
||||||
|
|
||||||
|
NETGENPlugin_Mesher mesher(&aMesh, aShape, false);
|
||||||
|
mesher.SetParameters(dynamic_cast<const NETGENPlugin_Hypothesis*>(_hypothesis));
|
||||||
|
mesher.SetParameters(dynamic_cast<const NETGENPlugin_SimpleHypothesis_2D*>(_hypothesis));
|
||||||
|
return mesher.Evaluate(aResMap);
|
||||||
|
}
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D.hxx
|
// File : NETGENPlugin_NETGEN_2D.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
@ -50,7 +51,14 @@ public:
|
|||||||
SMESH_Hypothesis::Hypothesis_Status& aStatus);
|
SMESH_Hypothesis::Hypothesis_Status& aStatus);
|
||||||
|
|
||||||
virtual bool Compute(SMESH_Mesh& aMesh,
|
virtual bool Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape);
|
const TopoDS_Shape& aShape);
|
||||||
|
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
virtual void CancelCompute();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
virtual bool Evaluate(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape,
|
||||||
|
MapShapeNbElems& aResMap);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const SMESHDS_Hypothesis* _hypothesis;
|
const SMESHDS_Hypothesis* _hypothesis;
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D3D.cxx
|
// File : NETGENPlugin_NETGEN_2D3D.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
@ -40,6 +41,13 @@
|
|||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
namespace nglib {
|
||||||
|
#include <nglib.h>
|
||||||
|
}
|
||||||
|
#include <meshing.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -124,6 +132,9 @@ bool NETGENPlugin_NETGEN_2D3D::CheckHypothesis
|
|||||||
bool NETGENPlugin_NETGEN_2D3D::Compute(SMESH_Mesh& aMesh,
|
bool NETGENPlugin_NETGEN_2D3D::Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape)
|
const TopoDS_Shape& aShape)
|
||||||
{
|
{
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
netgen::multithread.terminate = 0;
|
||||||
|
#endif
|
||||||
// SMESHDS_Mesh* meshDS = aMesh.GetMeshDS();
|
// SMESHDS_Mesh* meshDS = aMesh.GetMeshDS();
|
||||||
|
|
||||||
NETGENPlugin_Mesher mesher(&aMesh, aShape, true);
|
NETGENPlugin_Mesher mesher(&aMesh, aShape, true);
|
||||||
@ -132,3 +143,26 @@ bool NETGENPlugin_NETGEN_2D3D::Compute(SMESH_Mesh& aMesh,
|
|||||||
mesher.SetParameters(dynamic_cast<const NETGENPlugin_SimpleHypothesis_2D*>(_hypothesis));
|
mesher.SetParameters(dynamic_cast<const NETGENPlugin_SimpleHypothesis_2D*>(_hypothesis));
|
||||||
return mesher.Compute();
|
return mesher.Compute();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
void NETGENPlugin_NETGEN_2D3D::CancelCompute()
|
||||||
|
{
|
||||||
|
netgen::multithread.terminate = 1;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
bool NETGENPlugin_NETGEN_2D3D::Evaluate(SMESH_Mesh& aMesh,
|
||||||
|
const TopoDS_Shape& aShape,
|
||||||
|
MapShapeNbElems& aResMap)
|
||||||
|
{
|
||||||
|
NETGENPlugin_Mesher mesher(&aMesh, aShape, true);
|
||||||
|
mesher.SetParameters(dynamic_cast<const NETGENPlugin_Hypothesis*>(_hypothesis));
|
||||||
|
mesher.SetParameters(dynamic_cast<const NETGENPlugin_SimpleHypothesis_2D*>(_hypothesis));
|
||||||
|
return mesher.Evaluate(aResMap);
|
||||||
|
}
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D3D.hxx
|
// File : NETGENPlugin_NETGEN_2D3D.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
@ -50,7 +51,15 @@ public:
|
|||||||
SMESH_Hypothesis::Hypothesis_Status& aStatus);
|
SMESH_Hypothesis::Hypothesis_Status& aStatus);
|
||||||
|
|
||||||
virtual bool Compute(SMESH_Mesh& aMesh,
|
virtual bool Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape);
|
const TopoDS_Shape& aShape);
|
||||||
|
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
virtual void CancelCompute();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
virtual bool Evaluate(SMESH_Mesh& aMesh,
|
||||||
|
const TopoDS_Shape& aShape,
|
||||||
|
MapShapeNbElems& aResMap);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const SMESHDS_Hypothesis* _hypothesis;
|
const SMESHDS_Hypothesis* _hypothesis;
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : idl implementation
|
// NETGENPlugin : idl implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D3D_i.cxx
|
// File : NETGENPlugin_NETGEN_2D3D_i.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : idl implementation
|
// NETGENPlugin : idl implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D3D_i.hxx
|
// File : NETGENPlugin_NETGEN_2D3D_i.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : NETGENPlugin_NETGEN_2D_ONLY.cxx
|
// File : NETGENPlugin_NETGEN_2D_ONLY.cxx
|
||||||
// Author : Edward AGAPOV (OCC)
|
// Author : Edward AGAPOV (OCC)
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
@ -26,6 +24,7 @@
|
|||||||
#include "NETGENPlugin_NETGEN_2D_ONLY.hxx"
|
#include "NETGENPlugin_NETGEN_2D_ONLY.hxx"
|
||||||
|
|
||||||
#include "NETGENPlugin_Mesher.hxx"
|
#include "NETGENPlugin_Mesher.hxx"
|
||||||
|
#include "NETGENPlugin_Hypothesis_2D.hxx"
|
||||||
|
|
||||||
#include "SMDS_MeshElement.hxx"
|
#include "SMDS_MeshElement.hxx"
|
||||||
#include "SMDS_MeshNode.hxx"
|
#include "SMDS_MeshNode.hxx"
|
||||||
@ -39,6 +38,7 @@
|
|||||||
#include "StdMeshers_LengthFromEdges.hxx"
|
#include "StdMeshers_LengthFromEdges.hxx"
|
||||||
#include "StdMeshers_QuadranglePreference.hxx"
|
#include "StdMeshers_QuadranglePreference.hxx"
|
||||||
|
|
||||||
|
#include <Precision.hxx>
|
||||||
#include <Standard_ErrorHandler.hxx>
|
#include <Standard_ErrorHandler.hxx>
|
||||||
#include <Standard_Failure.hxx>
|
#include <Standard_Failure.hxx>
|
||||||
|
|
||||||
@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Netgen include files
|
Netgen include files
|
||||||
@ -53,19 +54,23 @@
|
|||||||
namespace nglib {
|
namespace nglib {
|
||||||
#include <nglib.h>
|
#include <nglib.h>
|
||||||
}
|
}
|
||||||
|
#ifndef OCCGEOMETRY
|
||||||
#define OCCGEOMETRY
|
#define OCCGEOMETRY
|
||||||
|
#endif
|
||||||
#include <occgeom.hpp>
|
#include <occgeom.hpp>
|
||||||
#include <meshing.hpp>
|
#include <meshing.hpp>
|
||||||
//#include <meshtype.hpp>
|
//#include <meshtype.hpp>
|
||||||
namespace netgen {
|
namespace netgen {
|
||||||
extern int OCCGenerateMesh (OCCGeometry&, Mesh*&, int, int, char*);
|
extern int OCCGenerateMesh (OCCGeometry&, Mesh*&, int, int, char*);
|
||||||
/*extern*/ MeshingParameters mparam;
|
extern MeshingParameters mparam;
|
||||||
}
|
}
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace netgen;
|
using namespace netgen;
|
||||||
using namespace nglib;
|
using namespace nglib;
|
||||||
|
|
||||||
|
//#define DUMP_SEGMENTS
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
@ -78,16 +83,18 @@ NETGENPlugin_NETGEN_2D_ONLY::NETGENPlugin_NETGEN_2D_ONLY(int hypId, int studyId,
|
|||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_NETGEN_2D_ONLY::NETGENPlugin_NETGEN_2D_ONLY");
|
MESSAGE("NETGENPlugin_NETGEN_2D_ONLY::NETGENPlugin_NETGEN_2D_ONLY");
|
||||||
_name = "NETGEN_2D_ONLY";
|
_name = "NETGEN_2D_ONLY";
|
||||||
|
|
||||||
_shapeType = (1 << TopAbs_FACE);// 1 bit /shape type
|
_shapeType = (1 << TopAbs_FACE);// 1 bit /shape type
|
||||||
|
|
||||||
_compatibleHypothesis.push_back("MaxElementArea");
|
_compatibleHypothesis.push_back("MaxElementArea");
|
||||||
_compatibleHypothesis.push_back("LengthFromEdges");
|
_compatibleHypothesis.push_back("LengthFromEdges");
|
||||||
_compatibleHypothesis.push_back("QuadranglePreference");
|
_compatibleHypothesis.push_back("QuadranglePreference");
|
||||||
|
_compatibleHypothesis.push_back("NETGEN_Parameters_2D");
|
||||||
|
|
||||||
_hypMaxElementArea = 0;
|
_hypMaxElementArea = 0;
|
||||||
_hypLengthFromEdges = 0;
|
_hypLengthFromEdges = 0;
|
||||||
_hypQuadranglePreference = 0;
|
_hypQuadranglePreference = 0;
|
||||||
|
_hypParameters = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
@ -138,21 +145,21 @@ bool NETGENPlugin_NETGEN_2D_ONLY::CheckHypothesis (SMESH_Mesh& aMesh,
|
|||||||
_hypLengthFromEdges = static_cast<const StdMeshers_LengthFromEdges*> (hyp);
|
_hypLengthFromEdges = static_cast<const StdMeshers_LengthFromEdges*> (hyp);
|
||||||
else if ( hypName == "QuadranglePreference" )
|
else if ( hypName == "QuadranglePreference" )
|
||||||
_hypQuadranglePreference = static_cast<const StdMeshers_QuadranglePreference*>(hyp);
|
_hypQuadranglePreference = static_cast<const StdMeshers_QuadranglePreference*>(hyp);
|
||||||
|
else if ( hypName == "NETGEN_Parameters_2D" )
|
||||||
|
_hypParameters = static_cast<const NETGENPlugin_Hypothesis_2D*>(hyp);
|
||||||
else {
|
else {
|
||||||
aStatus = HYP_INCOMPATIBLE;
|
aStatus = HYP_INCOMPATIBLE;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( _hypMaxElementArea && _hypLengthFromEdges ) {
|
int nbHyps = bool(_hypMaxElementArea) + bool(_hypLengthFromEdges) + bool(_hypParameters );
|
||||||
|
if ( nbHyps > 1 )
|
||||||
aStatus = HYP_CONCURENT;
|
aStatus = HYP_CONCURENT;
|
||||||
return false;
|
else if ( nbHyps == 1)
|
||||||
}
|
|
||||||
|
|
||||||
if ( _hypMaxElementArea || _hypLengthFromEdges )
|
|
||||||
aStatus = HYP_OK;
|
aStatus = HYP_OK;
|
||||||
|
|
||||||
return aStatus == HYP_OK;
|
return ( aStatus == HYP_OK );
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
@ -162,7 +169,7 @@ bool NETGENPlugin_NETGEN_2D_ONLY::CheckHypothesis (SMESH_Mesh& aMesh,
|
|||||||
*/
|
*/
|
||||||
//================================================================================
|
//================================================================================
|
||||||
|
|
||||||
static TError AddSegmentsToMesh(netgen::Mesh& ngMesh,
|
static TError addSegmentsToMesh(netgen::Mesh& ngMesh,
|
||||||
OCCGeometry& geom,
|
OCCGeometry& geom,
|
||||||
const TSideVector& wires,
|
const TSideVector& wires,
|
||||||
SMESH_MesherHelper& helper,
|
SMESH_MesherHelper& helper,
|
||||||
@ -172,20 +179,27 @@ static TError AddSegmentsToMesh(netgen::Mesh& ngMesh,
|
|||||||
// Check wires and count nodes
|
// Check wires and count nodes
|
||||||
// ----------------------------
|
// ----------------------------
|
||||||
int nbNodes = 0;
|
int nbNodes = 0;
|
||||||
|
double totalLength = 0;
|
||||||
for ( int iW = 0; iW < wires.size(); ++iW )
|
for ( int iW = 0; iW < wires.size(); ++iW )
|
||||||
{
|
{
|
||||||
StdMeshers_FaceSidePtr wire = wires[ iW ];
|
StdMeshers_FaceSidePtr wire = wires[ iW ];
|
||||||
if ( wire->MissVertexNode() )
|
if ( wire->MissVertexNode() )
|
||||||
return TError
|
{
|
||||||
(new SMESH_ComputeError(COMPERR_BAD_INPUT_MESH, "Missing nodes on vertices"));
|
// Commented for issue 0020960. It worked for the case, let's wait for case where it doesn't.
|
||||||
|
// It seems that there is no reason for this limitation
|
||||||
|
// return TError
|
||||||
|
// (new SMESH_ComputeError(COMPERR_BAD_INPUT_MESH, "Missing nodes on vertices"));
|
||||||
|
if (getenv("USER") && string("eap")==getenv("USER"))
|
||||||
|
cout << "Warning: NETGENPlugin_NETGEN_2D_ONLY : try to work with missing nodes on vertices"<<endl;
|
||||||
|
}
|
||||||
const vector<UVPtStruct>& uvPtVec = wire->GetUVPtStruct();
|
const vector<UVPtStruct>& uvPtVec = wire->GetUVPtStruct();
|
||||||
if ( uvPtVec.size() != wire->NbPoints() )
|
if ( uvPtVec.size() != wire->NbPoints() )
|
||||||
return TError
|
return TError
|
||||||
(new SMESH_ComputeError(COMPERR_BAD_INPUT_MESH,
|
(new SMESH_ComputeError(COMPERR_BAD_INPUT_MESH,
|
||||||
SMESH_Comment("Unexpected nb of points on wire ") << iW
|
SMESH_Comment("Unexpected nb of points on wire ") << iW
|
||||||
<< ": " << uvPtVec.size()<<" != "<<wire->NbPoints()));
|
<< ": " << uvPtVec.size()<<" != "<<wire->NbPoints()));
|
||||||
nbNodes += wire->NbSegments();
|
nbNodes += wire->NbPoints();
|
||||||
|
totalLength += wire->Length();
|
||||||
}
|
}
|
||||||
nodeVec.reserve( nbNodes );
|
nodeVec.reserve( nbNodes );
|
||||||
|
|
||||||
@ -197,37 +211,64 @@ static TError AddSegmentsToMesh(netgen::Mesh& ngMesh,
|
|||||||
// bb.Increase (bb.Diam()/10);
|
// bb.Increase (bb.Diam()/10);
|
||||||
// ngMesh.SetLocalH (bb.PMin(), bb.PMax(), 0.5); // set grading
|
// ngMesh.SetLocalH (bb.PMin(), bb.PMax(), 0.5); // set grading
|
||||||
|
|
||||||
|
// map for nodes on vertices since they can be shared between wires
|
||||||
|
// ( issue 0020676, face_int_box.brep)
|
||||||
|
map<const SMDS_MeshNode*, int > node2ngID;
|
||||||
|
|
||||||
const int faceID = 1, solidID = 0;
|
const int faceID = 1, solidID = 0;
|
||||||
ngMesh.AddFaceDescriptor (FaceDescriptor(faceID, solidID, solidID, 0));
|
if ( ngMesh.GetNFD() < 1 )
|
||||||
|
ngMesh.AddFaceDescriptor (FaceDescriptor(faceID, solidID, solidID, 0));
|
||||||
|
|
||||||
for ( int iW = 0; iW < wires.size(); ++iW )
|
for ( int iW = 0; iW < wires.size(); ++iW )
|
||||||
{
|
{
|
||||||
StdMeshers_FaceSidePtr wire = wires[ iW ];
|
StdMeshers_FaceSidePtr wire = wires[ iW ];
|
||||||
const vector<UVPtStruct>& uvPtVec = wire->GetUVPtStruct();
|
const vector<UVPtStruct>& uvPtVec = wire->GetUVPtStruct();
|
||||||
|
const int nbSegments = wire->NbPoints() - 1;
|
||||||
|
|
||||||
|
// compute length of every segment
|
||||||
|
vector<double> segLen( nbSegments );
|
||||||
|
for ( int i = 0; i < nbSegments; ++i )
|
||||||
|
segLen[i] = SMESH_TNodeXYZ( uvPtVec[ i ].node ).Distance( uvPtVec[ i+1 ].node );
|
||||||
|
|
||||||
int firstPointID = ngMesh.GetNP() + 1;
|
|
||||||
int edgeID = 1, posID = -2;
|
int edgeID = 1, posID = -2;
|
||||||
for ( int i = 0; i < wire->NbSegments(); ++i ) // loop on segments
|
bool isInternalWire = false;
|
||||||
|
for ( int i = 0; i < nbSegments; ++i ) // loop on segments
|
||||||
{
|
{
|
||||||
// Add the first point of a segment
|
// Add the first point of a segment
|
||||||
const SMDS_MeshNode * n = uvPtVec[ i ].node;
|
const SMDS_MeshNode * n = uvPtVec[ i ].node;
|
||||||
const int posShapeID = n->GetPosition()->GetShapeId();
|
const int posShapeID = n->getshapeId();
|
||||||
|
bool onVertex = ( n->GetPosition()->GetTypeOfPosition() == SMDS_TOP_VERTEX );
|
||||||
|
|
||||||
// skip nodes on degenerated edges
|
// skip nodes on degenerated edges
|
||||||
if ( helper.IsDegenShape( posShapeID ) &&
|
if ( helper.IsDegenShape( posShapeID ) &&
|
||||||
helper.IsDegenShape( uvPtVec[ i+1 ].node->GetPosition()->GetShapeId() ))
|
helper.IsDegenShape( uvPtVec[ i+1 ].node->getshapeId() ))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
nodeVec.push_back( n );
|
int ngID1 = ngMesh.GetNP() + 1, ngID2 = ngID1+1;
|
||||||
|
if ( onVertex )
|
||||||
MeshPoint mp( Point<3> (n->X(), n->Y(), n->Z()) );
|
ngID1 = node2ngID.insert( make_pair( n, ngID1 )).first->second;
|
||||||
ngMesh.AddPoint ( mp, 1, EDGEPOINT );
|
if ( ngID1 > ngMesh.GetNP() )
|
||||||
|
{
|
||||||
|
MeshPoint mp( Point<3> (n->X(), n->Y(), n->Z()) );
|
||||||
|
ngMesh.AddPoint ( mp, 1, EDGEPOINT );
|
||||||
|
nodeVec.push_back( n );
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ngID2 = ngMesh.GetNP() + 1;
|
||||||
|
if ( i > 0 ) // prev segment belongs to same wire
|
||||||
|
{
|
||||||
|
Segment& prevSeg = ngMesh.LineSegment( ngMesh.GetNSeg() );
|
||||||
|
prevSeg[1] = ngID1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Add the segment
|
// Add the segment
|
||||||
Segment seg;
|
Segment seg;
|
||||||
|
|
||||||
seg.p1 = ngMesh.GetNP(); // ng node id
|
seg[0] = ngID1; // ng node id
|
||||||
seg.p2 = seg.p1 + 1; // ng node id
|
seg[1] = ngID2; // ng node id
|
||||||
|
|
||||||
seg.edgenr = ngMesh.GetNSeg() + 1;// segment id
|
seg.edgenr = ngMesh.GetNSeg() + 1;// segment id
|
||||||
seg.si = faceID; // = geom.fmap.FindIndex (face);
|
seg.si = faceID; // = geom.fmap.FindIndex (face);
|
||||||
|
|
||||||
@ -240,7 +281,7 @@ static TError AddSegmentsToMesh(netgen::Mesh& ngMesh,
|
|||||||
seg.epgeominfo[ iEnd ].v = pnt.v;
|
seg.epgeominfo[ iEnd ].v = pnt.v;
|
||||||
|
|
||||||
// find out edge id and node parameter on edge
|
// find out edge id and node parameter on edge
|
||||||
bool onVertex = ( pnt.node->GetPosition()->GetTypeOfPosition() == SMDS_TOP_VERTEX );
|
onVertex = ( pnt.node->GetPosition()->GetTypeOfPosition() == SMDS_TOP_VERTEX );
|
||||||
if ( onVertex || posShapeID != posID )
|
if ( onVertex || posShapeID != posID )
|
||||||
{
|
{
|
||||||
// get edge id
|
// get edge id
|
||||||
@ -250,29 +291,74 @@ static TError AddSegmentsToMesh(netgen::Mesh& ngMesh,
|
|||||||
const TopoDS_Edge& edge = wire->Edge( wire->EdgeIndex( normParam ));
|
const TopoDS_Edge& edge = wire->Edge( wire->EdgeIndex( normParam ));
|
||||||
edgeID = geom.emap.FindIndex( edge );
|
edgeID = geom.emap.FindIndex( edge );
|
||||||
posID = posShapeID;
|
posID = posShapeID;
|
||||||
if ( onVertex ) // param on curve is different on each of two edges
|
isInternalWire = ( edge.Orientation() == TopAbs_INTERNAL );
|
||||||
seg.epgeominfo[ iEnd ].dist = helper.GetNodeU( edge, pnt.node );
|
// if ( onVertex ) // param on curve is different on each of two edges
|
||||||
|
// seg.epgeominfo[ iEnd ].dist = helper.GetNodeU( edge, pnt.node );
|
||||||
}
|
}
|
||||||
seg.epgeominfo[ iEnd ].edgenr = edgeID; // = geom.emap.FindIndex(edge);
|
seg.epgeominfo[ iEnd ].edgenr = edgeID; // = geom.emap.FindIndex(edge);
|
||||||
}
|
}
|
||||||
|
|
||||||
ngMesh.AddSegment (seg);
|
ngMesh.AddSegment (seg);
|
||||||
|
{
|
||||||
|
// restrict size of elements near the segment
|
||||||
|
SMESH_TNodeXYZ np1( n ), np2( uvPtVec[ i+1 ].node );
|
||||||
|
// get an average size of adjacent segments to avoid sharp change of
|
||||||
|
// element size (regression on issue 0020452, note 0010898)
|
||||||
|
int iPrev = SMESH_MesherHelper::WrapIndex( i-1, nbSegments );
|
||||||
|
int iNext = SMESH_MesherHelper::WrapIndex( i+1, nbSegments );
|
||||||
|
double avgH = ( segLen[ iPrev ] + segLen[ i ] + segLen[ iNext ]) / 3;
|
||||||
|
|
||||||
// cout << "Segment: " << seg.edgenr << endl
|
NETGENPlugin_Mesher::RestrictLocalSize( ngMesh, 0.5*(np1+np2), avgH );
|
||||||
// << "\tp1: " << seg.p1 << endl
|
}
|
||||||
// << "\tp2: " << seg.p2 << endl
|
#ifdef DUMP_SEGMENTS
|
||||||
// << "\tp0 param: " << seg.epgeominfo[ 0 ].dist << endl
|
cout << "Segment: " << seg.edgenr << endl
|
||||||
// << "\tp0 uv: " << seg.epgeominfo[ 0 ].u <<", "<< seg.epgeominfo[ 0 ].v << endl
|
<< "\tp1: " << seg[0] << endl
|
||||||
// << "\tp0 edge: " << seg.epgeominfo[ 0 ].edgenr << endl
|
<< "\tp2: " << seg[1] << endl
|
||||||
// << "\tp1 param: " << seg.epgeominfo[ 1 ].dist << endl
|
<< "\tp0 param: " << seg.epgeominfo[ 0 ].dist << endl
|
||||||
// << "\tp1 uv: " << seg.epgeominfo[ 1 ].u <<", "<< seg.epgeominfo[ 1 ].v << endl
|
<< "\tp0 uv: " << seg.epgeominfo[ 0 ].u <<", "<< seg.epgeominfo[ 0 ].v << endl
|
||||||
// << "\tp1 edge: " << seg.epgeominfo[ 1 ].edgenr << endl;
|
<< "\tp0 edge: " << seg.epgeominfo[ 0 ].edgenr << endl
|
||||||
|
<< "\tp1 param: " << seg.epgeominfo[ 1 ].dist << endl
|
||||||
|
<< "\tp1 uv: " << seg.epgeominfo[ 1 ].u <<", "<< seg.epgeominfo[ 1 ].v << endl
|
||||||
|
<< "\tp1 edge: " << seg.epgeominfo[ 1 ].edgenr << endl;
|
||||||
|
#endif
|
||||||
|
if ( isInternalWire )
|
||||||
|
{
|
||||||
|
swap (seg[0], seg[1]);
|
||||||
|
swap( seg.epgeominfo[0], seg.epgeominfo[1] );
|
||||||
|
seg.edgenr = ngMesh.GetNSeg() + 1; // segment id
|
||||||
|
ngMesh.AddSegment (seg);
|
||||||
|
#ifdef DUMP_SEGMENTS
|
||||||
|
cout << "Segment: " << seg.edgenr << endl << "\tis REVRESE of the previous one" << endl;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
} // loop on segments on a wire
|
||||||
|
|
||||||
|
// close chain of segments
|
||||||
|
if ( nbSegments > 0 )
|
||||||
|
{
|
||||||
|
Segment& lastSeg = ngMesh.LineSegment( ngMesh.GetNSeg() - int( isInternalWire));
|
||||||
|
const SMDS_MeshNode * lastNode = uvPtVec.back().node;
|
||||||
|
lastSeg[1] = node2ngID.insert( make_pair( lastNode, lastSeg[1] )).first->second;
|
||||||
|
if ( lastSeg[1] > ngMesh.GetNP() )
|
||||||
|
{
|
||||||
|
MeshPoint mp( Point<3> (lastNode->X(), lastNode->Y(), lastNode->Z()) );
|
||||||
|
ngMesh.AddPoint ( mp, 1, EDGEPOINT );
|
||||||
|
nodeVec.push_back( lastNode );
|
||||||
|
}
|
||||||
|
if ( isInternalWire )
|
||||||
|
{
|
||||||
|
Segment& realLastSeg = ngMesh.LineSegment( ngMesh.GetNSeg() );
|
||||||
|
realLastSeg[0] = lastSeg[1];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Segment& seg = ngMesh.LineSegment( ngMesh.GetNSeg() );
|
|
||||||
seg.p2 = firstPointID;
|
|
||||||
}
|
|
||||||
|
|
||||||
ngMesh.CalcSurfacesOfNode();
|
} // loop on wires of a face
|
||||||
|
|
||||||
|
// add a segment instead of internal vertex
|
||||||
|
NETGENPlugin_Internals intShapes( *helper.GetMesh(), helper.GetSubShape(), /*is3D=*/false );
|
||||||
|
NETGENPlugin_Mesher::addIntVerticesInFaces( geom, ngMesh, nodeVec, intShapes );
|
||||||
|
|
||||||
|
ngMesh.CalcSurfacesOfNode();
|
||||||
|
|
||||||
return TError();
|
return TError();
|
||||||
}
|
}
|
||||||
@ -286,6 +372,9 @@ static TError AddSegmentsToMesh(netgen::Mesh& ngMesh,
|
|||||||
bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape)
|
const TopoDS_Shape& aShape)
|
||||||
{
|
{
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
netgen::multithread.terminate = 0;
|
||||||
|
#endif
|
||||||
MESSAGE("NETGENPlugin_NETGEN_2D_ONLY::Compute()");
|
MESSAGE("NETGENPlugin_NETGEN_2D_ONLY::Compute()");
|
||||||
|
|
||||||
SMESHDS_Mesh* meshDS = aMesh.GetMeshDS();
|
SMESHDS_Mesh* meshDS = aMesh.GetMeshDS();
|
||||||
@ -311,60 +400,73 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
|||||||
return error(COMPERR_BAD_INPUT_MESH,
|
return error(COMPERR_BAD_INPUT_MESH,
|
||||||
SMESH_Comment("Too few segments: ")<<wires[0]->NbSegments());
|
SMESH_Comment("Too few segments: ")<<wires[0]->NbSegments());
|
||||||
|
|
||||||
// -------------------------
|
|
||||||
// Make input netgen mesh
|
|
||||||
// -------------------------
|
|
||||||
|
|
||||||
Ng_Init();
|
|
||||||
netgen::Mesh * ngMesh = new netgen::Mesh ();
|
|
||||||
|
|
||||||
netgen::OCCGeometry occgeo;
|
|
||||||
NETGENPlugin_Mesher::PrepareOCCgeometry( occgeo, F, aMesh );
|
|
||||||
occgeo.fmap.Clear(); // face can be reversed, which is wrong in this case (issue 19978)
|
|
||||||
occgeo.fmap.Add( F );
|
|
||||||
|
|
||||||
vector< const SMDS_MeshNode* > nodeVec;
|
|
||||||
problem = AddSegmentsToMesh( *ngMesh, occgeo, wires, helper, nodeVec );
|
|
||||||
if ( problem && !problem->IsOK() ) {
|
|
||||||
delete ngMesh; Ng_Exit();
|
|
||||||
return error( problem );
|
|
||||||
}
|
|
||||||
|
|
||||||
// --------------------
|
// --------------------
|
||||||
// compute edge length
|
// compute edge length
|
||||||
// --------------------
|
// --------------------
|
||||||
|
|
||||||
double edgeLength = 0;
|
NETGENPlugin_Mesher aMesher( &aMesh, aShape, /*isVolume=*/false);
|
||||||
if (_hypLengthFromEdges || !_hypLengthFromEdges && !_hypMaxElementArea)
|
netgen::OCCGeometry occgeo;
|
||||||
|
aMesher.PrepareOCCgeometry( occgeo, F, aMesh );
|
||||||
|
occgeo.fmap.Clear(); // face can be reversed, which is wrong in this case (issue 19978)
|
||||||
|
occgeo.fmap.Add( F );
|
||||||
|
|
||||||
|
if ( _hypParameters )
|
||||||
{
|
{
|
||||||
int nbSegments = 0;
|
aMesher.SetParameters(_hypParameters);
|
||||||
for ( int iW = 0; iW < nbWires; ++iW )
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
double edgeLength = 0;
|
||||||
|
if (_hypLengthFromEdges || (!_hypLengthFromEdges && !_hypMaxElementArea))
|
||||||
{
|
{
|
||||||
edgeLength += wires[ iW ]->Length();
|
int nbSegments = 0;
|
||||||
nbSegments += wires[ iW ]->NbSegments();
|
for ( int iW = 0; iW < nbWires; ++iW )
|
||||||
|
{
|
||||||
|
edgeLength += wires[ iW ]->Length();
|
||||||
|
nbSegments += wires[ iW ]->NbSegments();
|
||||||
|
}
|
||||||
|
if ( nbSegments )
|
||||||
|
edgeLength /= nbSegments;
|
||||||
}
|
}
|
||||||
if ( nbSegments )
|
if ( _hypMaxElementArea )
|
||||||
edgeLength /= nbSegments;
|
{
|
||||||
}
|
double maxArea = _hypMaxElementArea->GetMaxArea();
|
||||||
if ( _hypMaxElementArea )
|
edgeLength = sqrt(2. * maxArea/sqrt(3.0));
|
||||||
{
|
}
|
||||||
double maxArea = _hypMaxElementArea->GetMaxArea();
|
if ( edgeLength < DBL_MIN )
|
||||||
edgeLength = sqrt(2. * maxArea/sqrt(3.0));
|
edgeLength = occgeo.GetBoundingBox().Diam();
|
||||||
}
|
|
||||||
if ( edgeLength < DBL_MIN )
|
|
||||||
edgeLength = occgeo.GetBoundingBox().Diam();
|
|
||||||
|
|
||||||
//cout << " edgeLength = " << edgeLength << endl;
|
netgen::mparam.maxh = edgeLength;
|
||||||
|
netgen::mparam.minh = aMesher.GetDefaultMinSize( aShape, netgen::mparam.maxh );
|
||||||
|
netgen::mparam.quad = _hypQuadranglePreference ? 1 : 0;
|
||||||
|
netgen::mparam.grading = 0.7; // very coarse mesh by default
|
||||||
|
}
|
||||||
|
#ifdef NETGEN_NEW
|
||||||
|
occgeo.face_maxh = netgen::mparam.maxh;
|
||||||
|
#endif
|
||||||
|
|
||||||
netgen::mparam.maxh = edgeLength;
|
// -------------------------
|
||||||
netgen::mparam.quad = _hypQuadranglePreference ? 1 : 0;
|
// Make input netgen mesh
|
||||||
//ngMesh->SetGlobalH ( edgeLength );
|
// -------------------------
|
||||||
|
|
||||||
|
NETGENPlugin_NetgenLibWrapper ngLib;
|
||||||
|
netgen::Mesh * ngMesh = (netgen::Mesh*) ngLib._ngMesh;
|
||||||
|
|
||||||
|
Box<3> bb = occgeo.GetBoundingBox();
|
||||||
|
bb.Increase (bb.Diam()/10);
|
||||||
|
ngMesh->SetLocalH (bb.PMin(), bb.PMax(), netgen::mparam.grading);
|
||||||
|
ngMesh->SetGlobalH (netgen::mparam.maxh);
|
||||||
|
|
||||||
|
vector< const SMDS_MeshNode* > nodeVec;
|
||||||
|
problem = addSegmentsToMesh( *ngMesh, occgeo, wires, helper, nodeVec );
|
||||||
|
if ( problem && !problem->IsOK() )
|
||||||
|
return error( problem );
|
||||||
|
|
||||||
// -------------------------
|
// -------------------------
|
||||||
// Generate surface mesh
|
// Generate surface mesh
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
char *optstr;
|
char *optstr = 0;
|
||||||
int startWith = MESHCONST_MESHSURFACE;
|
int startWith = MESHCONST_MESHSURFACE;
|
||||||
int endWith = MESHCONST_OPTSURFACE;
|
int endWith = MESHCONST_OPTSURFACE;
|
||||||
int err = 1;
|
int err = 1;
|
||||||
@ -374,20 +476,26 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
|||||||
OCC_CATCH_SIGNALS;
|
OCC_CATCH_SIGNALS;
|
||||||
#endif
|
#endif
|
||||||
err = netgen::OCCGenerateMesh(occgeo, ngMesh, startWith, endWith, optstr);
|
err = netgen::OCCGenerateMesh(occgeo, ngMesh, startWith, endWith, optstr);
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
if(netgen::multithread.terminate)
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
|
if ( err )
|
||||||
|
error(SMESH_Comment("Error in netgen::OCCGenerateMesh() at ") << netgen::multithread.task);
|
||||||
}
|
}
|
||||||
catch (Standard_Failure& ex) {
|
catch (Standard_Failure& ex)
|
||||||
string comment = ex.DynamicType()->Name();
|
{
|
||||||
if ( ex.GetMessageString() && strlen( ex.GetMessageString() )) {
|
SMESH_Comment str("Exception in netgen::OCCGenerateMesh()");
|
||||||
comment += ": ";
|
str << " at " << netgen::multithread.task
|
||||||
comment += ex.GetMessageString();
|
<< ": " << ex.DynamicType()->Name();
|
||||||
}
|
if ( ex.GetMessageString() && strlen( ex.GetMessageString() ))
|
||||||
error(COMPERR_OCC_EXCEPTION, comment);
|
str << ": " << ex.GetMessageString();
|
||||||
}
|
error(str);
|
||||||
catch (NgException exc) {
|
|
||||||
error( SMESH_Comment("NgException: ") << exc.What() );
|
|
||||||
}
|
}
|
||||||
catch (...) {
|
catch (...) {
|
||||||
error(COMPERR_EXCEPTION,"Exception in netgen::OCCGenerateMesh()");
|
SMESH_Comment str("Exception in netgen::OCCGenerateMesh()");
|
||||||
|
str << " at " << netgen::multithread.task;
|
||||||
|
error(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------
|
// ----------------------------------------------------
|
||||||
@ -404,19 +512,26 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
|||||||
for ( int i = nbInputNodes + 1; i <= nbNodes; ++i )
|
for ( int i = nbInputNodes + 1; i <= nbNodes; ++i )
|
||||||
{
|
{
|
||||||
const MeshPoint& ngPoint = ngMesh->Point(i);
|
const MeshPoint& ngPoint = ngMesh->Point(i);
|
||||||
|
#ifdef NETGEN_NEW
|
||||||
|
SMDS_MeshNode * node = meshDS->AddNode(ngPoint(0), ngPoint(1), ngPoint(2));
|
||||||
|
#else
|
||||||
SMDS_MeshNode * node = meshDS->AddNode(ngPoint.X(), ngPoint.Y(), ngPoint.Z());
|
SMDS_MeshNode * node = meshDS->AddNode(ngPoint.X(), ngPoint.Y(), ngPoint.Z());
|
||||||
|
#endif
|
||||||
nodeVec[ i-1 ] = node;
|
nodeVec[ i-1 ] = node;
|
||||||
}
|
}
|
||||||
|
|
||||||
// create faces
|
// create faces
|
||||||
bool reverse = ( aShape.Orientation() == TopAbs_REVERSED );
|
bool reverse = ( aShape.Orientation() == TopAbs_REVERSED );
|
||||||
for ( int i = 1; i <= nbFaces ; ++i )
|
int i,j;
|
||||||
|
for ( i = 1; i <= nbFaces ; ++i )
|
||||||
{
|
{
|
||||||
const Element2d& elem = ngMesh->SurfaceElement(i);
|
const Element2d& elem = ngMesh->SurfaceElement(i);
|
||||||
vector<const SMDS_MeshNode*> nodes( elem.GetNP() );
|
vector<const SMDS_MeshNode*> nodes( elem.GetNP() );
|
||||||
for (int j=1; j <= elem.GetNP(); ++j)
|
for (j=1; j <= elem.GetNP(); ++j)
|
||||||
{
|
{
|
||||||
int pind = elem.PNum(j);
|
int pind = elem.PNum(j);
|
||||||
|
if ( pind-1 < 0 )
|
||||||
|
break;
|
||||||
const SMDS_MeshNode* node = nodeVec.at(pind-1);
|
const SMDS_MeshNode* node = nodeVec.at(pind-1);
|
||||||
if ( reverse )
|
if ( reverse )
|
||||||
nodes[ nodes.size()-j ] = node;
|
nodes[ nodes.size()-j ] = node;
|
||||||
@ -428,17 +543,107 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh& aMesh,
|
|||||||
meshDS->SetNodeOnFace((SMDS_MeshNode*)node, faceID, pgi.u, pgi.v);
|
meshDS->SetNodeOnFace((SMDS_MeshNode*)node, faceID, pgi.u, pgi.v);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SMDS_MeshFace* face = 0;
|
if ( j > elem.GetNP() )
|
||||||
if ( elem.GetType() == TRIG )
|
{
|
||||||
face = helper.AddFace(nodes[0],nodes[1],nodes[2]);
|
SMDS_MeshFace* face = 0;
|
||||||
else
|
if ( elem.GetType() == TRIG )
|
||||||
face = helper.AddFace(nodes[0],nodes[1],nodes[2],nodes[3]);
|
face = helper.AddFace(nodes[0],nodes[1],nodes[2]);
|
||||||
|
else
|
||||||
|
face = helper.AddFace(nodes[0],nodes[1],nodes[2],nodes[3]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Ng_DeleteMesh((nglib::Ng_Mesh*)ngMesh);
|
|
||||||
Ng_Exit();
|
|
||||||
|
|
||||||
NETGENPlugin_Mesher::RemoveTmpFiles();
|
|
||||||
|
|
||||||
return !err;
|
return !err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
void NETGENPlugin_NETGEN_2D_ONLY::CancelCompute()
|
||||||
|
{
|
||||||
|
netgen::multithread.terminate = 1;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
bool NETGENPlugin_NETGEN_2D_ONLY::Evaluate(SMESH_Mesh& aMesh,
|
||||||
|
const TopoDS_Shape& aShape,
|
||||||
|
MapShapeNbElems& aResMap)
|
||||||
|
{
|
||||||
|
TopoDS_Face F = TopoDS::Face(aShape);
|
||||||
|
if(F.IsNull())
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// collect info from edges
|
||||||
|
int nb0d = 0, nb1d = 0;
|
||||||
|
bool IsQuadratic = false;
|
||||||
|
bool IsFirst = true;
|
||||||
|
double fullLen = 0.0;
|
||||||
|
TopTools_MapOfShape tmpMap;
|
||||||
|
for (TopExp_Explorer exp(F, TopAbs_EDGE); exp.More(); exp.Next()) {
|
||||||
|
TopoDS_Edge E = TopoDS::Edge(exp.Current());
|
||||||
|
if( tmpMap.Contains(E) )
|
||||||
|
continue;
|
||||||
|
tmpMap.Add(E);
|
||||||
|
SMESH_subMesh *aSubMesh = aMesh.GetSubMesh(exp.Current());
|
||||||
|
MapShapeNbElemsItr anIt = aResMap.find(aSubMesh);
|
||||||
|
if( anIt==aResMap.end() ) {
|
||||||
|
SMESH_subMesh *sm = aMesh.GetSubMesh(F);
|
||||||
|
SMESH_ComputeErrorPtr& smError = sm->GetComputeError();
|
||||||
|
smError.reset( new SMESH_ComputeError(COMPERR_ALGO_FAILED,"Submesh can not be evaluated",this));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
std::vector<int> aVec = (*anIt).second;
|
||||||
|
nb0d += aVec[SMDSEntity_Node];
|
||||||
|
nb1d += Max(aVec[SMDSEntity_Edge],aVec[SMDSEntity_Quad_Edge]);
|
||||||
|
double aLen = SMESH_Algo::EdgeLength(E);
|
||||||
|
fullLen += aLen;
|
||||||
|
if(IsFirst) {
|
||||||
|
IsQuadratic = (aVec[SMDSEntity_Quad_Edge] > aVec[SMDSEntity_Edge]);
|
||||||
|
IsFirst = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
tmpMap.Clear();
|
||||||
|
|
||||||
|
// compute edge length
|
||||||
|
double ELen = 0;
|
||||||
|
if (_hypLengthFromEdges || !_hypLengthFromEdges && !_hypMaxElementArea) {
|
||||||
|
if ( nb1d > 0 )
|
||||||
|
ELen = fullLen / nb1d;
|
||||||
|
}
|
||||||
|
if ( _hypMaxElementArea ) {
|
||||||
|
double maxArea = _hypMaxElementArea->GetMaxArea();
|
||||||
|
ELen = sqrt(2. * maxArea/sqrt(3.0));
|
||||||
|
}
|
||||||
|
GProp_GProps G;
|
||||||
|
BRepGProp::SurfaceProperties(F,G);
|
||||||
|
double anArea = G.Mass();
|
||||||
|
|
||||||
|
const int hugeNb = numeric_limits<int>::max()/10;
|
||||||
|
if ( anArea / hugeNb > ELen*ELen )
|
||||||
|
{
|
||||||
|
SMESH_subMesh *sm = aMesh.GetSubMesh(F);
|
||||||
|
SMESH_ComputeErrorPtr& smError = sm->GetComputeError();
|
||||||
|
smError.reset( new SMESH_ComputeError(COMPERR_ALGO_FAILED,"Submesh can not be evaluated.\nToo small element length",this));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
int nbFaces = (int) ( anArea / ( ELen*ELen*sqrt(3.) / 4 ) );
|
||||||
|
int nbNodes = (int) ( ( nbFaces*3 - (nb1d-1)*2 ) / 6 + 1 );
|
||||||
|
std::vector<int> aVec(SMDSEntity_Last);
|
||||||
|
for(int i=SMDSEntity_Node; i<SMDSEntity_Last; i++) aVec[i]=0;
|
||||||
|
if( IsQuadratic ) {
|
||||||
|
aVec[SMDSEntity_Node] = nbNodes;
|
||||||
|
aVec[SMDSEntity_Quad_Triangle] = nbFaces;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
aVec[SMDSEntity_Node] = nbNodes;
|
||||||
|
aVec[SMDSEntity_Triangle] = nbFaces;
|
||||||
|
}
|
||||||
|
SMESH_subMesh *sm = aMesh.GetSubMesh(F);
|
||||||
|
aResMap.insert(std::make_pair(sm,aVec));
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : NETGENPlugin_NETGEN_2D_ONLY.hxx
|
// File : NETGENPlugin_NETGEN_2D_ONLY.hxx
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// Author : Edward AGAPOV (OCC)
|
// Author : Edward AGAPOV (OCC)
|
||||||
@ -29,25 +27,9 @@
|
|||||||
#include "SMESH_2D_Algo.hxx"
|
#include "SMESH_2D_Algo.hxx"
|
||||||
#include "SMESH_Mesh.hxx"
|
#include "SMESH_Mesh.hxx"
|
||||||
|
|
||||||
/*#define OCCGEOMETRY
|
|
||||||
#include <occgeom.hpp>
|
|
||||||
#include <meshing.hpp>//amv*/
|
|
||||||
|
|
||||||
class StdMeshers_MaxElementArea;
|
class StdMeshers_MaxElementArea;
|
||||||
class StdMeshers_LengthFromEdges;
|
class StdMeshers_LengthFromEdges;
|
||||||
class StdMeshers_QuadranglePreference;
|
class NETGENPlugin_Hypothesis_2D;
|
||||||
//class NETGENPlugin_Hypothesis;
|
|
||||||
|
|
||||||
/*namespace netgen {
|
|
||||||
class OCCGeometry;
|
|
||||||
}*/
|
|
||||||
/*namespace netgen {
|
|
||||||
class OCCGeometry;
|
|
||||||
extern int OCCGenerateMesh (OCCGeometry&, Mesh*&, int, int, char*);
|
|
||||||
extern MeshingParameters mparam;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
//using namespace netgen;
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Mesher generating 2D elements on a geometrical face taking
|
* \brief Mesher generating 2D elements on a geometrical face taking
|
||||||
@ -70,17 +52,18 @@ public:
|
|||||||
virtual bool Compute(SMESH_Mesh& aMesh,
|
virtual bool Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape);
|
const TopoDS_Shape& aShape);
|
||||||
|
|
||||||
/*static TError AddSegmentsToMesh(netgen::Mesh& ngMesh,
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
OCCGeometry& geom,
|
virtual void CancelCompute();
|
||||||
const TSideVector& wires,
|
#endif
|
||||||
SMESH_MesherHelper& helper,
|
|
||||||
vector< const SMDS_MeshNode* > & nodeVec); //amv*/
|
virtual bool Evaluate(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape,
|
||||||
|
MapShapeNbElems& aResMap);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const StdMeshers_MaxElementArea* _hypMaxElementArea;
|
const StdMeshers_MaxElementArea* _hypMaxElementArea;
|
||||||
const StdMeshers_LengthFromEdges* _hypLengthFromEdges;
|
const StdMeshers_LengthFromEdges* _hypLengthFromEdges;
|
||||||
const StdMeshers_QuadranglePreference* _hypQuadranglePreference;
|
const SMESHDS_Hypothesis* _hypQuadranglePreference;
|
||||||
// const NETGENPlugin_Hypothesis* _hypothesis;
|
const NETGENPlugin_Hypothesis_2D* _hypParameters;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
||||||
// File : NETGENPlugin_NETGEN_2D_ONLY_i.cxx
|
// File : NETGENPlugin_NETGEN_2D_ONLY_i.cxx
|
||||||
// Author : Edward AGAPOV (OCC)
|
// Author : Edward AGAPOV (OCC)
|
||||||
@ -38,8 +36,8 @@
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
NETGENPlugin_NETGEN_2D_ONLY_i::NETGENPlugin_NETGEN_2D_ONLY_i( PortableServer::POA_ptr thePOA,
|
NETGENPlugin_NETGEN_2D_ONLY_i::NETGENPlugin_NETGEN_2D_ONLY_i( PortableServer::POA_ptr thePOA,
|
||||||
int theStudyId,
|
int theStudyId,
|
||||||
::SMESH_Gen* theGenImpl )
|
::SMESH_Gen* theGenImpl )
|
||||||
: SALOME::GenericObj_i( thePOA ),
|
: SALOME::GenericObj_i( thePOA ),
|
||||||
SMESH_Hypothesis_i( thePOA ),
|
SMESH_Hypothesis_i( thePOA ),
|
||||||
SMESH_Algo_i( thePOA ),
|
SMESH_Algo_i( thePOA ),
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
||||||
// File : NETGENPlugin_NETGEN_2D_ONLY_i.cxx
|
// File : NETGENPlugin_NETGEN_2D_ONLY_i.cxx
|
||||||
// Author : Edward AGAPOV (OCC)
|
// Author : Edward AGAPOV (OCC)
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : idl implementation
|
// NETGENPlugin : idl implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D_i.cxx
|
// File : NETGENPlugin_NETGEN_2D_i.cxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : idl implementation
|
// NETGENPlugin : idl implementation
|
||||||
// File : NETGENPlugin_NETGEN_2D_i.hxx
|
// File : NETGENPlugin_NETGEN_2D_i.hxx
|
||||||
// Author : Michael Sazonov (OCN)
|
// Author : Michael Sazonov (OCN)
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,46 +1,49 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
// File : NETGENPlugin_NETGEN_3D.hxx
|
// File : NETGENPlugin_NETGEN_3D.hxx
|
||||||
// Moved here from SMESH_NETGEN_3D.hxx
|
// Moved here from SMESH_NETGEN_3D.hxx
|
||||||
// Created : lundi 27 Janvier 2003
|
// Created : lundi 27 Janvier 2003
|
||||||
// Author : Nadir BOUHAMOU (CEA)
|
// Author : Nadir BOUHAMOU (CEA)
|
||||||
// Project : SALOME
|
// Project : SALOME
|
||||||
// $Header$
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
#ifndef _NETGENPlugin_NETGEN_3D_HXX_
|
#ifndef _NETGENPlugin_NETGEN_3D_HXX_
|
||||||
#define _NETGENPlugin_NETGEN_3D_HXX_
|
#define _NETGENPlugin_NETGEN_3D_HXX_
|
||||||
|
|
||||||
#include "NETGENPlugin_Defs.hxx"
|
#include "NETGENPlugin_Defs.hxx"
|
||||||
|
#include "NETGENPlugin_Mesher.hxx"
|
||||||
|
|
||||||
#include "SMESH_3D_Algo.hxx"
|
#include "SMESH_3D_Algo.hxx"
|
||||||
#include "SMESH_Mesh.hxx"
|
|
||||||
#include "StdMeshers_MaxElementVolume.hxx"
|
|
||||||
#include "Utils_SALOME_Exception.hxx"
|
#include "Utils_SALOME_Exception.hxx"
|
||||||
|
|
||||||
|
class StdMeshers_ViscousLayers;
|
||||||
|
class StdMeshers_MaxElementVolume;
|
||||||
|
class NETGENPlugin_Hypothesis;
|
||||||
|
|
||||||
class NETGENPLUGIN_EXPORT NETGENPlugin_NETGEN_3D: public SMESH_3D_Algo
|
class NETGENPLUGIN_EXPORT NETGENPlugin_NETGEN_3D: public SMESH_3D_Algo
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
NETGENPlugin_NETGEN_3D(int hypId, int studyId, SMESH_Gen* gen);
|
NETGENPlugin_NETGEN_3D(int hypId, int studyId, SMESH_Gen* gen);
|
||||||
virtual ~NETGENPlugin_NETGEN_3D();
|
virtual ~NETGENPlugin_NETGEN_3D();
|
||||||
|
|
||||||
@ -49,15 +52,31 @@ public:
|
|||||||
SMESH_Hypothesis::Hypothesis_Status& aStatus);
|
SMESH_Hypothesis::Hypothesis_Status& aStatus);
|
||||||
|
|
||||||
virtual bool Compute(SMESH_Mesh& aMesh,
|
virtual bool Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape);
|
const TopoDS_Shape& aShape);
|
||||||
|
|
||||||
virtual bool Compute(SMESH_Mesh& aMesh,
|
virtual bool Compute(SMESH_Mesh& aMesh,
|
||||||
SMESH_MesherHelper* aHelper);
|
SMESH_MesherHelper* aHelper);
|
||||||
|
|
||||||
protected:
|
#ifdef WITH_SMESH_CANCEL_COMPUTE
|
||||||
|
virtual void CancelCompute();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
virtual bool Evaluate(SMESH_Mesh& aMesh,
|
||||||
|
const TopoDS_Shape& aShape,
|
||||||
|
MapShapeNbElems& aResMap);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
|
||||||
|
bool compute(SMESH_Mesh& mesh,
|
||||||
|
SMESH_MesherHelper& helper,
|
||||||
|
vector< const SMDS_MeshNode* >& nodeVec,
|
||||||
|
nglib::Ng_Mesh* ngMesh);
|
||||||
|
|
||||||
double _maxElementVolume;
|
double _maxElementVolume;
|
||||||
|
|
||||||
|
const NETGENPlugin_Hypothesis * _hypParameters;
|
||||||
const StdMeshers_MaxElementVolume* _hypMaxElementVolume;
|
const StdMeshers_MaxElementVolume* _hypMaxElementVolume;
|
||||||
|
const StdMeshers_ViscousLayers* _viscousLayersHyp;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
||||||
// File : NETGENPlugin_NETGEN_3D_i.cxx
|
// File : NETGENPlugin_NETGEN_3D_i.cxx
|
||||||
// Moved here from SMESH_NETGEN_3D_i.cxx
|
// Moved here from SMESH_NETGEN_3D_i.cxx
|
||||||
@ -43,8 +44,8 @@ using namespace std;
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
NETGENPlugin_NETGEN_3D_i::NETGENPlugin_NETGEN_3D_i( PortableServer::POA_ptr thePOA,
|
NETGENPlugin_NETGEN_3D_i::NETGENPlugin_NETGEN_3D_i( PortableServer::POA_ptr thePOA,
|
||||||
int theStudyId,
|
int theStudyId,
|
||||||
::SMESH_Gen* theGenImpl )
|
::SMESH_Gen* theGenImpl )
|
||||||
: SALOME::GenericObj_i( thePOA ),
|
: SALOME::GenericObj_i( thePOA ),
|
||||||
SMESH_Hypothesis_i( thePOA ),
|
SMESH_Hypothesis_i( thePOA ),
|
||||||
SMESH_Algo_i( thePOA ),
|
SMESH_Algo_i( thePOA ),
|
||||||
@ -52,8 +53,8 @@ NETGENPlugin_NETGEN_3D_i::NETGENPlugin_NETGEN_3D_i( PortableServer::POA_ptr theP
|
|||||||
{
|
{
|
||||||
MESSAGE( "NETGENPlugin_NETGEN_3D_i::NETGENPlugin_NETGEN_3D_i" );
|
MESSAGE( "NETGENPlugin_NETGEN_3D_i::NETGENPlugin_NETGEN_3D_i" );
|
||||||
myBaseImpl = new ::NETGENPlugin_NETGEN_3D( theGenImpl->GetANewId(),
|
myBaseImpl = new ::NETGENPlugin_NETGEN_3D( theGenImpl->GetANewId(),
|
||||||
theStudyId,
|
theStudyId,
|
||||||
theGenImpl );
|
theGenImpl );
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
|
||||||
// File : NETGENPlugin_NETGEN_3D_i.hxx
|
// File : NETGENPlugin_NETGEN_3D_i.hxx
|
||||||
// Moved here from SMESH_NETGEN_3D_i.hxx
|
// Moved here from SMESH_NETGEN_3D_i.hxx
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_2D.cxx
|
// File : NETGENPlugin_SimpleHypothesis_2D.cxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
@ -49,7 +47,8 @@ NETGENPlugin_SimpleHypothesis_2D::NETGENPlugin_SimpleHypothesis_2D (int
|
|||||||
: SMESH_Hypothesis(hypId, studyId, gen),
|
: SMESH_Hypothesis(hypId, studyId, gen),
|
||||||
_nbSegments ((int)NETGENPlugin_Hypothesis::GetDefaultNbSegPerEdge()),
|
_nbSegments ((int)NETGENPlugin_Hypothesis::GetDefaultNbSegPerEdge()),
|
||||||
_segmentLength(0),
|
_segmentLength(0),
|
||||||
_area (0.)
|
_area (0.),
|
||||||
|
_allowQuad (false)
|
||||||
{
|
{
|
||||||
_name = "NETGEN_SimpleParameters_2D";
|
_name = "NETGEN_SimpleParameters_2D";
|
||||||
_param_algo_dim = 2;
|
_param_algo_dim = 2;
|
||||||
@ -120,6 +119,30 @@ void NETGENPlugin_SimpleHypothesis_2D::SetMaxElementArea(double area)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : SetAllowQuadrangles
|
||||||
|
//purpose : Enables/disables generation of quadrangular faces
|
||||||
|
//=======================================================================
|
||||||
|
|
||||||
|
void NETGENPlugin_SimpleHypothesis_2D::SetAllowQuadrangles(bool toAllow)
|
||||||
|
{
|
||||||
|
if ( _allowQuad != toAllow )
|
||||||
|
{
|
||||||
|
_allowQuad = toAllow;
|
||||||
|
NotifySubMeshesHypothesisModification();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : GetAllowQuadrangles
|
||||||
|
//purpose : Returns true if generation of quadrangular faces is enabled
|
||||||
|
//=======================================================================
|
||||||
|
|
||||||
|
bool NETGENPlugin_SimpleHypothesis_2D::GetAllowQuadrangles() const
|
||||||
|
{
|
||||||
|
return _allowQuad;
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
@ -127,7 +150,7 @@ void NETGENPlugin_SimpleHypothesis_2D::SetMaxElementArea(double area)
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
ostream & NETGENPlugin_SimpleHypothesis_2D::SaveTo(ostream & save)
|
ostream & NETGENPlugin_SimpleHypothesis_2D::SaveTo(ostream & save)
|
||||||
{
|
{
|
||||||
save << _nbSegments << " " << _segmentLength << " " << _area;
|
save << _nbSegments << " " << _segmentLength << " " << _area << " " << _allowQuad;
|
||||||
|
|
||||||
return save;
|
return save;
|
||||||
}
|
}
|
||||||
@ -160,6 +183,8 @@ istream & NETGENPlugin_SimpleHypothesis_2D::LoadFrom(istream & load)
|
|||||||
else
|
else
|
||||||
load.clear(ios::badbit | load.rdstate());
|
load.clear(ios::badbit | load.rdstate());
|
||||||
|
|
||||||
|
load >> _allowQuad;
|
||||||
|
|
||||||
return load;
|
return load;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_2D.hxx
|
// File : NETGENPlugin_SimpleHypothesis_2D.hxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
@ -80,6 +78,15 @@ public:
|
|||||||
*/
|
*/
|
||||||
double GetMaxElementArea() const { return _area; }
|
double GetMaxElementArea() const { return _area; }
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Enables/disables generation of quadrangular faces
|
||||||
|
*/
|
||||||
|
void SetAllowQuadrangles(bool toAllow);
|
||||||
|
/*!
|
||||||
|
* Returns true if generation of quadrangular faces is enabled
|
||||||
|
*/
|
||||||
|
bool GetAllowQuadrangles() const;
|
||||||
|
|
||||||
// Persistence
|
// Persistence
|
||||||
virtual ostream & SaveTo(ostream & save);
|
virtual ostream & SaveTo(ostream & save);
|
||||||
virtual istream & LoadFrom(istream & load);
|
virtual istream & LoadFrom(istream & load);
|
||||||
@ -101,6 +108,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
int _nbSegments;
|
int _nbSegments;
|
||||||
double _segmentLength, _area;
|
double _segmentLength, _area;
|
||||||
|
bool _allowQuad;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_2D_i.cxx
|
// File : NETGENPlugin_SimpleHypothesis_2D_i.cxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
@ -163,12 +161,37 @@ void NETGENPlugin_SimpleHypothesis_2D_i::SetMaxElementArea(CORBA::Double area)
|
|||||||
* NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea()
|
* NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea()
|
||||||
*/
|
*/
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
||||||
CORBA::Double NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea()
|
CORBA::Double NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea()
|
||||||
{
|
{
|
||||||
MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea");
|
MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea");
|
||||||
ASSERT(myBaseImpl);
|
ASSERT(myBaseImpl);
|
||||||
return this->GetImpl()->GetMaxElementArea();
|
return this->GetImpl()->GetMaxElementArea();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* Enables/disables generation of quadrangular faces
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
void NETGENPlugin_SimpleHypothesis_2D_i::SetAllowQuadrangles(CORBA::Boolean toAllow)
|
||||||
|
{
|
||||||
|
ASSERT(myBaseImpl);
|
||||||
|
SMESH::TPythonDump() << _this() << ".SetAllowQuadrangles( " << toAllow << " )";
|
||||||
|
this->GetImpl()->SetAllowQuadrangles(toAllow);
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
/*!
|
||||||
|
* Returns true if generation of quadrangular faces is enabled
|
||||||
|
*/
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
CORBA::Boolean NETGENPlugin_SimpleHypothesis_2D_i::GetAllowQuadrangles()
|
||||||
|
{
|
||||||
|
return this->GetImpl()->GetAllowQuadrangles();
|
||||||
|
}
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
/*!
|
/*!
|
||||||
* NETGENPlugin_SimpleHypothesis_2D_i::GetImpl
|
* NETGENPlugin_SimpleHypothesis_2D_i::GetImpl
|
||||||
@ -183,9 +206,9 @@ CORBA::Double NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea()
|
|||||||
//================================================================================
|
//================================================================================
|
||||||
/*!
|
/*!
|
||||||
* \brief Verify whether hypothesis supports given entity type
|
* \brief Verify whether hypothesis supports given entity type
|
||||||
* \param type - dimension (see SMESH::Dimension enumeration)
|
* \param type - dimension (see SMESH::Dimension enumeration)
|
||||||
* \retval CORBA::Boolean - TRUE if dimension is supported, FALSE otherwise
|
* \retval CORBA::Boolean - TRUE if dimension is supported, FALSE otherwise
|
||||||
*
|
*
|
||||||
* Verify whether hypothesis supports given entity type (see SMESH::Dimension enumeration)
|
* Verify whether hypothesis supports given entity type (see SMESH::Dimension enumeration)
|
||||||
*/
|
*/
|
||||||
//================================================================================
|
//================================================================================
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_2D_i.hxx
|
// File : NETGENPlugin_SimpleHypothesis_2D_i.hxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
@ -64,6 +62,8 @@ class NETGENPLUGIN_EXPORT NETGENPlugin_SimpleHypothesis_2D_i:
|
|||||||
void SetMaxElementArea(CORBA::Double area);
|
void SetMaxElementArea(CORBA::Double area);
|
||||||
CORBA::Double GetMaxElementArea();
|
CORBA::Double GetMaxElementArea();
|
||||||
|
|
||||||
|
void SetAllowQuadrangles(CORBA::Boolean toAllow);
|
||||||
|
CORBA::Boolean GetAllowQuadrangles();
|
||||||
|
|
||||||
// Get implementation
|
// Get implementation
|
||||||
::NETGENPlugin_SimpleHypothesis_2D* GetImpl();
|
::NETGENPlugin_SimpleHypothesis_2D* GetImpl();
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_3D.cxx
|
// File : NETGENPlugin_SimpleHypothesis_3D.cxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_3D.hxx
|
// File : NETGENPlugin_SimpleHypothesis_3D.hxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_3D_i.cxx
|
// File : NETGENPlugin_SimpleHypothesis_3D_i.cxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
|
@ -1,24 +1,22 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// This library is free software; you can redistribute it and/or
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is distributed in the hope that it will be useful,
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// License as published by the Free Software Foundation; either
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// version 2.1 of the License.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// License along with this library; if not, write to the Free Software
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// NETGENPlugin : C++ implementation
|
// NETGENPlugin : C++ implementation
|
||||||
// File : NETGENPlugin_SimpleHypothesis_3D_i.hxx
|
// File : NETGENPlugin_SimpleHypothesis_3D_i.hxx
|
||||||
// Author : Edward AGAPOV
|
// Author : Edward AGAPOV
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful,
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// SMESH NETGENPlugin : implementaion of SMESH idl descriptions
|
// SMESH NETGENPlugin : implementaion of SMESH idl descriptions
|
||||||
// File : NETGENPlugin.cxx
|
// File : NETGENPlugin.cxx
|
||||||
// Author : Julia DOROVSKIKH
|
// Author : Julia DOROVSKIKH
|
||||||
@ -27,12 +28,14 @@
|
|||||||
//
|
//
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
#include "NETGENPlugin_NETGEN_3D_i.hxx"
|
#include "NETGENPlugin_Hypothesis_2D_ONLY_i.hxx"
|
||||||
#include "NETGENPlugin_NETGEN_2D_i.hxx"
|
|
||||||
#include "NETGENPlugin_NETGEN_2D_ONLY_i.hxx"
|
|
||||||
#include "NETGENPlugin_NETGEN_2D3D_i.hxx"
|
|
||||||
#include "NETGENPlugin_Hypothesis_i.hxx"
|
|
||||||
#include "NETGENPlugin_Hypothesis_2D_i.hxx"
|
#include "NETGENPlugin_Hypothesis_2D_i.hxx"
|
||||||
|
#include "NETGENPlugin_Hypothesis_3D_i.hxx"
|
||||||
|
#include "NETGENPlugin_Hypothesis_i.hxx"
|
||||||
|
#include "NETGENPlugin_NETGEN_2D3D_i.hxx"
|
||||||
|
#include "NETGENPlugin_NETGEN_2D_ONLY_i.hxx"
|
||||||
|
#include "NETGENPlugin_NETGEN_2D_i.hxx"
|
||||||
|
#include "NETGENPlugin_NETGEN_3D_i.hxx"
|
||||||
#include "NETGENPlugin_SimpleHypothesis_2D_i.hxx"
|
#include "NETGENPlugin_SimpleHypothesis_2D_i.hxx"
|
||||||
#include "NETGENPlugin_SimpleHypothesis_3D_i.hxx"
|
#include "NETGENPlugin_SimpleHypothesis_3D_i.hxx"
|
||||||
|
|
||||||
@ -73,6 +76,10 @@ extern "C"
|
|||||||
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_Hypothesis_i>;
|
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_Hypothesis_i>;
|
||||||
else if (strcmp(aHypName, "NETGEN_Parameters_2D") == 0)
|
else if (strcmp(aHypName, "NETGEN_Parameters_2D") == 0)
|
||||||
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_Hypothesis_2D_i>;
|
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_Hypothesis_2D_i>;
|
||||||
|
else if (strcmp(aHypName, "NETGEN_Parameters_3D") == 0)
|
||||||
|
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_Hypothesis_3D_i>;
|
||||||
|
else if (strcmp(aHypName, "NETGEN_Parameters_2D_ONLY") == 0)
|
||||||
|
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_Hypothesis_2D_ONLY_i>;
|
||||||
else if (strcmp(aHypName, "NETGEN_SimpleParameters_2D") == 0)
|
else if (strcmp(aHypName, "NETGEN_SimpleParameters_2D") == 0)
|
||||||
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_SimpleHypothesis_2D_i>;
|
aCreator = new NETGENPlugin_Creator_i<NETGENPlugin_SimpleHypothesis_2D_i>;
|
||||||
else if (strcmp(aHypName, "NETGEN_SimpleParameters_3D") == 0)
|
else if (strcmp(aHypName, "NETGEN_SimpleParameters_3D") == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user