Commit Graph

  • 87404f51c9 * Improved error checking for mesh size file loading / reading * Corrected uninitialized variables in mesh size file function Philippose Rajan 2009-03-10 20:39:16 +00:00
  • ac8ac8aa14 * Bug-fix for mesh size file usage with OpenCascade geometry Philippose Rajan 2009-03-10 19:56:24 +00:00
  • 28c72a85b2 * More Doxygen documentation for nglib * Rearranging functions into logical groups Philippose Rajan 2009-03-09 23:01:50 +00:00
  • 69b63a2c25 * Modified function LoadLocalMeshSize to print a message if the specified mesh file could not be loaded (due to non-existent file, no read access, etc....) Philippose Rajan 2009-03-09 23:01:07 +00:00
  • 28270266ca * Enable use of mesh size file with OpenCascade Geometry Philippose Rajan 2009-03-09 22:58:03 +00:00
  • dd9cc6abac * Standard mesh colour changed to Green in OCC Geometry to maintain consistency across Netgen Philippose Rajan 2009-02-25 18:39:51 +00:00
  • 61f9699f10 standard mesh color green Joachim Schoeberl 2009-02-25 16:52:41 +00:00
  • 22e83bf294 added missing file Joachim Schoeberl 2009-02-25 16:06:34 +00:00
  • 78736845ca * Fixed the OCC XDE Interface for BREP and IGES Files * Added stricter error checking for face colour extraction * Improved consistency of OCC geometry and mesh colours across file formats Philippose Rajan 2009-02-23 23:10:00 +00:00
  • 3271c2f5ae * Corrected a mistake in the Linux Makefile.am file in the nglib folder Philippose Rajan 2009-02-18 12:34:22 +00:00
  • b9a74d3586 * Doxygen documentation added for nglib exported functions. * Restructured the code for improved readability. Philippose Rajan 2009-02-16 22:27:43 +00:00
  • 92ae9c33ba * Added Solution and VC++ Project files for compiling the nglib library using the Windows Platform. * Added a post-build script for installing nglib similar to the netgen script. * Modified Makefile.am to reflect the changes made to the windows directory. Philippose Rajan 2009-02-15 20:28:24 +00:00
  • f5dbea25dd * Streamlined the directory paths and build processes for the netgen Visual C++ builds for consistency and extendability. * Renamed the post-build script to allow for a similar script for nglib. * Changed the install folder from <Configuration>-inst to <Configuration>-bin. Philippose Rajan 2009-02-15 20:25:44 +00:00
  • 1f258e5dab * Enable Windows DLL / lib creation for the nglib system. * Implemented by adding a dllexport / dllimport header for all exported functions to indicate to windows which functions are to be made available via the library. * System change driven via WIN32 define, making it transparent to Linux builds. Philippose Rajan 2009-02-15 20:22:04 +00:00
  • a42ecab606 * Added a new demonstrator program for the nglib library which shows how to read in an STL geometry file, initialise the STL geometry, mesh it, and save it as a VOL mesh file. * Modified the makefile to include the new demo program ng_stl during the Linux compile process Philippose Rajan 2009-02-15 20:18:21 +00:00
  • 05305ac78e packing for windows Joachim Schoeberl 2009-02-05 00:35:34 +00:00
  • 441989273c added pkg_libs Joachim Schoeberl 2009-02-04 23:54:22 +00:00
  • e61fdd097f use TOGL_WINDOWINGSYSTEM Joachim Schoeberl 2009-02-04 23:29:53 +00:00
  • 976326590f use TOGL_WINDOWINGSYSTEM Joachim Schoeberl 2009-02-04 23:26:52 +00:00
  • 18ad8379c0 use TOGL_WINDOWINGSYSTEM Joachim Schoeberl 2009-02-04 23:25:09 +00:00
  • 22d86c1838 portable opengl in autotools (Mac aqua) Joachim Schoeberl 2009-02-04 23:09:28 +00:00
  • e6b39d89a8 * Added svn:ignore property for the Windows sub-folder to ignore *.vcproj.*, *.ncb and *.suo files Philippose Rajan 2009-02-02 17:41:06 +00:00
  • e4df8bc7a7 * .SUO Files are user dependent files, and should not be in Version Control Philippose Rajan 2009-02-02 17:33:55 +00:00
  • 0c3c3f32d1 occ build visualization mesh Joachim Schoeberl 2009-02-01 23:08:39 +00:00
  • 8a64f004a9 * Adding Microsoft Visual C++ 2005 Solution and Project Files Philippose Rajan 2009-02-01 22:21:38 +00:00
  • d468527ef4 indirect rendering openGL context (required for parallel visualization) Joachim Schoeberl 2009-02-01 13:21:11 +00:00
  • 4a9be1de47 occ and nglib fixes Joachim Schoeberl 2009-01-31 21:07:21 +00:00
  • 8212006b9c * Microsoft Visual C++ 2008 Solution and Project files for compiling Netgen in Windows * A Compiler Switch (MSVC_EXPRESS) allows the code to be compiled in the Express Editions of Visual C++ without any further modifications * These project files also include build configurations for compiling Netgen with OpenCascade support Philippose Rajan 2009-01-31 20:19:54 +00:00
  • 6fedcf841a * Added additional conditional coding to differentiate between Linux and Windows Compiles Philippose Rajan 2009-01-31 20:16:46 +00:00
  • 2bb63aab47 move face mesh size to geometry menu Joachim Schoeberl 2009-01-31 03:28:55 +00:00
  • 73f272f80c * "configure.ac" modified to include all the OpenCascade libraries required by the Netgen OCC Module Philippose Rajan 2009-01-30 22:23:56 +00:00
  • 8fd560230f * Modified the TCL Scripts to add a new Menu entry "Edit Face Mesh Size..." into the "Mesh" Menu - Used to interactively set the maximum mesh size of each face in an OCC Geometry - The Mouse double click has also been bound to the above function Philippose Rajan 2009-01-30 22:22:13 +00:00
  • 85867fb240 * Added OpenCascade XDE Support to enable importing of individual surface colours from STEP Geometry * Extended the Clipping Planes functionality to the Geometry mode for OCC Geometry * Added the option to specify the maximum mesh size for each individual face in an OCC Geometry Philippose Rajan 2009-01-30 22:17:20 +00:00
  • 34bfd4a349 * Added a new Compiler Switch (MSVC_EXPRESS) to enable Netgen to be compiled using the Express Editions of Microsoft Visual C++ Philippose Rajan 2009-01-30 22:12:17 +00:00
  • 64ae03d661 added missing comma Joachim Schoeberl 2009-01-29 20:33:13 +00:00
  • af9d554ecb Adding Gmsh v2.xx Mesh Export Capability - Currently upto 2nd Order Triangles, Quadrangles and Tetrahedra Philippose Rajan 2009-01-29 20:28:30 +00:00
  • 00bc4a1220 remove generated files (Makefile.in) Joachim Schoeberl 2009-01-29 19:33:21 +00:00
  • b087ac2f72 'memory usage' bug fix Joachim Schoeberl 2009-01-28 21:32:30 +00:00
  • 103fe76a1d 1. Placeholder for the windows compilation project files - Used to setup and manage the build system for the Windows version of Netgen. Philippose Rajan 2009-01-25 22:39:08 +00:00
  • 7aa0f33cf3 tcl-file Joachim Schoeberl 2009-01-25 22:06:09 +00:00
  • 315fabab8d remove files Joachim Schoeberl 2009-01-25 22:04:04 +00:00
  • 05e73c4230 add opti files to linalg Joachim Schoeberl 2009-01-25 20:58:48 +00:00
  • abef983224 move parallel files Joachim Schoeberl 2009-01-25 19:37:49 +00:00
  • 4f6f77f2f3 move parallel files Joachim Schoeberl 2009-01-25 19:37:14 +00:00
  • 1fc0ec21cd move parallel files Joachim Schoeberl 2009-01-25 19:35:18 +00:00
  • d3deab7284 parallel Joachim Schoeberl 2009-01-25 19:24:07 +00:00
  • f79440b063 move opti into linalg Joachim Schoeberl 2009-01-25 19:15:06 +00:00
  • 93c63fc531 move opti into linalg Joachim Schoeberl 2009-01-25 19:11:56 +00:00
  • f4a0588d59 try tests Joachim Schoeberl 2009-01-25 18:56:10 +00:00
  • 9c15d17ced parallelinterface Joachim Schoeberl 2009-01-25 18:23:46 +00:00
  • 38a9ae19b4 parallel fixes Joachim Schoeberl 2009-01-25 15:04:33 +00:00
  • f25b1d89f0 parallel Joachim Schoeberl 2009-01-25 14:33:31 +00:00
  • 44ba130d9c parallel Joachim Schoeberl 2009-01-25 14:33:05 +00:00
  • 5051b5b8f7 paralleparallell Joachim Schoeberl 2009-01-25 14:32:41 +00:00
  • b612fc8853 parallel Joachim Schoeberl 2009-01-25 14:14:42 +00:00
  • ea4b278685 parallel Joachim Schoeberl 2009-01-25 14:13:59 +00:00
  • 775c964100 remove test output Joachim Schoeberl 2009-01-25 13:28:49 +00:00
  • e2118a76b9 parallal restructure Joachim Schoeberl 2009-01-25 13:06:46 +00:00
  • 3a5f9cb7d5 ARRAY -> Array Joachim Schoeberl 2009-01-25 12:35:44 +00:00
  • 91d5c9888d ARRAY -> Array Joachim Schoeberl 2009-01-25 12:35:25 +00:00
  • 3ce7cbc62f parallel restructure Joachim Schoeberl 2009-01-25 12:20:07 +00:00
  • 6054d08eec restructure parallel netgen Joachim Schoeberl 2009-01-25 12:14:08 +00:00
  • 158f5223ba parallel netgen Joachim Schoeberl 2009-01-25 02:54:27 +00:00
  • 5dc124a709 mesh rendering fixes Joachim Schoeberl 2009-01-24 23:28:47 +00:00
  • 06d6e9af37 remove congigure from svn Joachim Schoeberl 2009-01-24 13:47:49 +00:00
  • d26139aba8 added pdf-douc Joachim Schoeberl 2009-01-24 13:46:33 +00:00
  • cab7295e94 rename curvedelems_new -> curvedelems Joachim Schoeberl 2009-01-24 13:42:21 +00:00
  • 4414d38106 rename files curvedelems_new -> curvedelems bugfix with lock(mesh.mutex) in vsmesh Joachim Schoeberl 2009-01-24 13:35:44 +00:00
  • 55f53683f4 error mserror msgg Joachim Schoeberl 2009-01-22 21:15:34 +00:00
  • 6a30dffef7 include docu Joachim Schoeberl 2009-01-20 12:59:19 +00:00
  • ae1b79845d include documentation Joachim Schoeberl 2009-01-20 12:51:52 +00:00
  • abb11321c0 include togl_1_7.h into netgen sources Joachim Schoeberl 2009-01-20 09:08:01 +00:00
  • ef5cd51543 lapack Joachim Schoeberl 2009-01-19 18:19:17 +00:00
  • c6005e8ece add makefile Joachim Schoeberl 2009-01-18 19:31:26 +00:00
  • 161dc4cfd9 netgen - ngsolve integration Joachim Schoeberl 2009-01-18 17:36:38 +00:00
  • 0bae83e1f6 build Netgen - library Joachim Schoeberl 2009-01-18 14:47:12 +00:00
  • f99f8804b9 eliminate warning Joachim Schoeberl 2009-01-18 00:54:07 +00:00
  • b588bb3c71 eliminate warning Joachim Schoeberl 2009-01-18 00:53:00 +00:00
  • f99009b57b fix for SUN - compiler Joachim Schoeberl 2009-01-18 00:51:27 +00:00
  • 79af2880b3 fix for SUN compiler Joachim Schoeberl 2009-01-18 00:41:22 +00:00
  • d9e642fef5 add <algorithm> for min/max Joachim Schoeberl 2009-01-18 00:25:35 +00:00
  • 330903bb1e add aclocal Joachim Schoeberl 2009-01-17 23:37:45 +00:00
  • e83c93db89 no conditional Joachim Schoeberl 2009-01-17 23:19:54 +00:00
  • e47ed93475 no conditional Joachim Schoeberl 2009-01-17 23:18:51 +00:00
  • 59cb0914c1 add ranlib Joachim Schoeberl 2009-01-17 23:09:19 +00:00
  • 1b554624ca test Joachim Schoeberl 2009-01-17 21:09:20 +00:00
  • e3fe37b68f adding tcl - files Joachim Schoeberl 2009-01-17 20:52:26 +00:00
  • d462a1e95a fixes for ngsolve interface Joachim Schoeberl 2009-01-17 19:37:57 +00:00
  • da99a51047 tcl - autoconf Joachim Schoeberl 2009-01-16 20:09:52 +00:00
  • e5e550772a Tcl/TK setup Joachim Schoeberl 2009-01-15 23:03:40 +00:00
  • 10de082624 added tcl macros Joachim Schoeberl 2009-01-15 20:41:14 +00:00
  • b3b3f721cf add geometry files to release Joachim Schoeberl 2009-01-15 17:58:21 +00:00
  • 57446b6a76 autotools Joachim Schoeberl 2009-01-15 17:37:07 +00:00
  • 357cea9ba0 dist headers Joachim Schoeberl 2009-01-14 21:01:19 +00:00
  • c09bfad487 header dist Joachim Schoeberl 2009-01-14 20:32:48 +00:00
  • d6a7659c49 header distribution Joachim Schoeberl 2009-01-14 18:50:28 +00:00
  • ffa8673673 automake dist Joachim Schoeberl 2009-01-14 17:50:19 +00:00
  • 5e447a4515 automake distriubtion Joachim Schoeberl 2009-01-14 17:49:50 +00:00
  • dfb658d6e4 automake Joachim Schoeberl 2009-01-14 17:31:36 +00:00
  • 98a4bbd4d8 automake Joachim Schoeberl 2009-01-14 17:27:44 +00:00