- Jun 09, 2005
-
-
Christophe Geuzaine authored
-
- Apr 04, 2005
-
-
Christophe Geuzaine authored
added small warning in automatically generated opt_* files
-
- Apr 01, 2005
-
-
Christophe Geuzaine authored
-
- Mar 11, 2005
-
-
Christophe Geuzaine authored
- the grid options now also apply to 3D views (this way we can finally get accurate size info for any data set; and the info is updated in real-time for gemeotry transformations & displacement maps) - new option to specify the size of the moving axes - generalized text align code (we now support the 9 modes that TeX does)
-
- Mar 09, 2005
-
-
Christophe Geuzaine authored
change sign of levelset so that the iso-volume is more natural
-
- Mar 04, 2005
-
-
Christophe Geuzaine authored
Plugin(Extract) can now also extract data from a specific time step
-
- Mar 03, 2005
-
-
Christophe Geuzaine authored
Generalized Plugin(Extract) so that it can also create tensor views
-
Christophe Geuzaine authored
small generalization: we can now interpolate data from abritrary views (and not only from views having the same data type as the destination) I use this to interpolate (combination of) components of a field in one mesh onto another mesh, for example a set of isosurfaces from another field. Wicked cool! ;-)
-
- Mar 02, 2005
-
-
Christophe Geuzaine authored
small doc fixes
-
Christophe Geuzaine authored
- generalized the octree code to make it work with all the element types, and not only with triangles/tets (and fixed a couple of copy & paste bugs in the process...) - modified all depending plugins to take advantage of this
-
- Jan 17, 2005
-
-
Christophe Geuzaine authored
-
- Jan 12, 2005
-
-
Christophe Geuzaine authored
help should mention that iView and ExternalView have to be of the same type (scalar, vector or tensor)
-
Christophe Geuzaine authored
new plugins: Gradient, Curl and Divergence
-
- Jan 09, 2005
-
-
Christophe Geuzaine authored
- generalized Plugin(CutGrid): * now works also for lines/points (i.e., when nPointsU and/or nPointV == 1) * new option ConnectPoints - new Plugin(Eigenvalues) - don't force color in Draw_PlaneInBoundingBox
-
- Jan 08, 2005
-
-
Christophe Geuzaine authored
- removed all the crappy STL code and rewrote it using JF's POLY_rep class - generalized POLY_rep so that we can use the polygonal discretization as a surface mesh, and mesh in 3D afterwards. I.e., we can now take an input triangulation (a single surface in STL format, multiple surfaces in STL format, one or more surfaces defined using the new "Discrete Surface" commands), and generate a 3D mesh that uses it. We could in theory even mix triangulated and "normal" surfaces in the same geometry, but nothing is done at the moment to ensure that the mesh at the interfaces would match (if it does, it actually works very nicely) - new STL mesh output format to export a surface mesh as a STL file - added an option to the GEO output routine to save the surface mesh as discrete surfaces associated with the geometrical surfaces - added STL and Text output formats for post-processing views (the text output allows for example to exploit plugin-generated data in gnuplot) - generalized Plugin(Evaluate): * can loop automatically over all the timestep and/or components * can do operations using data from an external view - if the 2 views are based on the same grid, the plugin does the evaluation very efficiently - if the 2 views are based on differenet grids, the plugin automatically interpolates the external view data onto the grid of the current view - added new Rand() function in MathEval - default colormap is now # 2 (the Matlab "Jet" colormap)
-
- Jan 03, 2005
-
-
Christophe Geuzaine authored
Generalized the Levelset routines so that we can compute isovolumes with all levelset-based plugins. This allows to extract either side of a levelset (i.e., a half space with CutPlane, the interior/exterior of a sphere with CutSphere, or the isovolume inside an isosurface with CutMap).
-
- Jan 02, 2005
-
-
Christophe Geuzaine authored
add option to specify the size of the small axes
-
- Dec 31, 2004
-
-
Christophe Geuzaine authored
-
- Dec 28, 2004
-
-
Christophe Geuzaine authored
update docs
-
Christophe Geuzaine authored
clarify help
-
- Dec 27, 2004
-
-
Christophe Geuzaine authored
merged Plugin(Lambda2) and Plugin(Gradient) in a single plugin, so that we free up Plugin(Gradient) for future use
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Dec 10, 2004
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
renamed Plugin(PrincipalStresses) into Plugin(Eigenvectors) + provide the option to disable the scaling by the associated eigenvalues
-
- Dec 08, 2004
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
new plugin to compute the principal values of a tensor field
-
- Dec 06, 2004
-
-
Christophe Geuzaine authored
-
- Nov 24, 2004
-
-
Christophe Geuzaine authored
-
- Nov 15, 2004
-
-
Christophe Geuzaine authored
-
- Nov 13, 2004
-
-
Christophe Geuzaine authored
- First draft (pretty much untested!) of new "Integrate" plugin to * integrate scalar fields over all the elements in a view * integrate the circulation of vector fields along line elements * integrate the flux of vector fields across surface elements Used with Plugin(DisplacementRaise) and Plugin(Evaluate) this permits for example to compute the area/volume of deformed configurations; and, with Plugin(CutPlane)+Plugin(Skin), the perimeter of deformed sections. Another interesting application is to use it on a vector field with Plugin(CutPlane), in order to compute fluxes across arbitrary cross-sections. - Added "connectPoints" option to Plugin(CutParametric) so that we can feed its output to Plugin(Integrate) - Added Normals and Tangents options to visualize the orientation of elements in post-processing views - Added "swapOrientation" in Plugin(Transform) to change the orientation of the elements (in place) (+ moved the transformation routines from the view class into the plugin) - fixed #defines in some of the plugin header files
-
- Nov 10, 2004
-
-
Christophe Geuzaine authored
-
- Oct 30, 2004
-
-
Christophe Geuzaine authored
HarmonicToTime
-
- Oct 29, 2004
-
-
Christophe Geuzaine authored
-
- Oct 23, 2004
-
-
Christophe Geuzaine authored
-
- Sep 16, 2004
-
-
Christophe Geuzaine authored
- the main menu is now scrollable when there are more than 25 buttons and it can handle an arbitrary number of buttons (this removes the "100 views max in the GUI" limitation) - the view number is now also displayed in the menu (to make it easier to find the view when one has many many views) - added "Remove empty views" menu item
-
- Jul 14, 2004
-
-
Christophe Geuzaine authored
- Triangle now supports our background meshes - fixed memory leak in Optimize_Netgen (forgot to free the volume vertices) + added missing 2nd order reset - fixed a couple of typos in the docs
-
- Jun 24, 2004
-
-
Christophe Geuzaine authored
mention explicitly if a plugin only works for simplices
-
Christophe Geuzaine authored
Generalized Plugin(Triangulate) to handle vector and tensor views
-
- Jun 15, 2004
-
-
Christophe Geuzaine authored
-