]> SALOME platform Git repositories - plugins/netgenplugin.git/commit
Salome HOME
- Port NETGENPLUGIN module to Netgen ver.4.5
authormsv <msv@opencascade.com>
Thu, 27 Apr 2006 06:47:17 +0000 (06:47 +0000)
committermsv <msv@opencascade.com>
Thu, 27 Apr 2006 06:47:17 +0000 (06:47 +0000)
commitba5070121daa8e67122379f3741da4a46a52d389
tree06fd6d8051c4d21302f45dd178aa49766056976c
parent52bf9145e1321c9ac504ef775b99e9aef3b3ed53
- Port NETGENPLUGIN module to Netgen ver.4.5
- Add two new independent algorithms to generate 2D and 3D mesh
  directly from CASCADE shape
- Add two new hypotheses for new algorithms
- Add GUI library providing dialog to edit hypotheses
46 files changed:
Makefile.in
adm_local/unix/config_files/check_NETGENPLUGIN.m4
adm_local/unix/make_commence.in
idl/NETGENPlugin_Algorithm.idl
resources/NETGENPlugin.xml
resources/mesh_algo_netgen_2d.png [new file with mode: 0644]
resources/mesh_algo_netgen_2d3d.png [new file with mode: 0644]
resources/mesh_hypo_netgen.png [new file with mode: 0644]
resources/mesh_hypo_netgen_2d.png [new file with mode: 0644]
resources/mesh_tree_algo_netgen_2d.png [new file with mode: 0755]
resources/mesh_tree_algo_netgen_2d3d.png [new file with mode: 0644]
resources/mesh_tree_hypo_netgen.png [new file with mode: 0644]
resources/mesh_tree_hypo_netgen_2d.png [new file with mode: 0644]
src/GUI/Makefile.in [new file with mode: 0644]
src/GUI/NETGENPluginGUI.cxx [new file with mode: 0755]
src/GUI/NETGENPluginGUI_HypothesisCreator.cxx [new file with mode: 0644]
src/GUI/NETGENPluginGUI_HypothesisCreator.h [new file with mode: 0644]
src/GUI/NETGENPlugin_images.po [new file with mode: 0755]
src/GUI/NETGENPlugin_msg_en.po [new file with mode: 0755]
src/Makefile.in
src/NETGEN/Makefile.in
src/NETGEN/ReadMeForNgUsers
src/NETGEN/netgen43ForSalome.patch [deleted file]
src/NETGEN/netgen45ForSalome.patch [new file with mode: 0644]
src/NETGENPlugin/Makefile.in
src/NETGENPlugin/NETGENPlugin_Hypothesis.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_i.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Mesher.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Mesher.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx
src/NETGENPlugin/NETGENPlugin_i.cxx
src/NETGENPlugin/NETGENPlugin_icons.po [deleted file]