- Aug 12, 2004
-
-
Christophe Geuzaine authored
small copy/paste mistake in my last commit
-
- Aug 11, 2004
-
-
Jean-François Remacle authored
-
- Aug 09, 2004
-
-
Christophe Geuzaine authored
make depend
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- fixed a couple of gcc warnings + added missing o->end() in jf's StructuralSolver plugin - fixed the view option code: FLTK > 1.1.5rc1 breaks our use of widget->changed()... - added background mesh support in the aniso algorithm
-
- Aug 07, 2004
-
-
Christophe Geuzaine authored
- fixed a couple of corner cases in the computation of 2D/3D isos (+renamed the routines) - fixed small box size bug in the GUI
-
- Aug 06, 2004
-
-
Jean-François Remacle authored
-
- Aug 03, 2004
-
-
Jean-François Remacle authored
-
- Jul 30, 2004
-
-
Christophe Geuzaine authored
airplane work: reorganized the option panels in the GUI (more descriptive labels, same categories for geo/mesh/post, etc.)
-
- Jul 23, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
draw the clipping/cut plane dynamically when we change the coefficients
-
Christophe Geuzaine authored
added an option to cut only volume elements
-
- Jul 22, 2004
-
-
Christophe Geuzaine authored
draw intersection of cutting planes with the bounding box
-
Christophe Geuzaine authored
- added an option to draw the bounding boxes - simplified the color_scheme options - added tooltips to make the discovery of shortcuts easier
-
- Jul 21, 2004
-
-
Christophe Geuzaine authored
- added Orientation() members for hexas, prisms and pyramids - use det3x3() instead of ad-hoc code everywhere it makes sense
-
Christophe Geuzaine authored
little hack to visualize overlapping multi-patch spheres with constant offsets (use timeStep<0...)
-
- Jul 20, 2004
-
-
Christophe Geuzaine authored
add "post-processor" keyword
-
- Jul 18, 2004
-
-
Christophe Geuzaine authored
add "reset" button in clipping window
-
- Jul 17, 2004
-
-
Christophe Geuzaine authored
clip plane doc update
-
Christophe Geuzaine authored
simple clip example
-
Christophe Geuzaine authored
generalized + added GUI for clipping planes
-
- Jul 16, 2004
-
-
Christophe Geuzaine authored
make depend
-
Christophe Geuzaine authored
mesh smooth normals
-
Christophe Geuzaine authored
remove debug message
-
Christophe Geuzaine authored
- moved the smooth normals stuff into a separate file - added smooth normal support for surface meshes (very nice!)
-
Christophe Geuzaine authored
removed the bool hacks
-
- Jul 15, 2004
-
-
Christophe Geuzaine authored
note to self
-
Christophe Geuzaine authored
bgm fix
-
- Jul 14, 2004
-
-
Christophe Geuzaine authored
add an area constraint on the elements in the initial mesh to make the refinement nicer
-
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
-
- Jul 09, 2004
-
-
Christophe Geuzaine authored
only use POLYGON_OFFSET_FILL when it's really necessary (when we draw edges)
-
- Jul 08, 2004
-
-
Christophe Geuzaine authored
put missing GPL license block
-
Christophe Geuzaine authored
fix copy/paste (we need to skip 2 more chars if the string is colored)
-
- Jul 07, 2004
-
-
Christophe Geuzaine authored
set a parameter for the max number of elements per bucket (default=100, which seems to be a good memory vs. speed trade-off for meshes up to 1/2 million elements)
-
- Jul 05, 2004
-
-
Christophe Geuzaine authored
- allow more than 2 elements per bucket for ST! - add missing tensor simplex case
-
Christophe Geuzaine authored
1.54.1
-
Christophe Geuzaine authored
- fixed seg fault in Plugin(Triangulate) - added BBox computation in plugins when the coordinates are changed
-
- Jul 04, 2004
-
-
Christophe Geuzaine authored
added paragraph about the cygwin memory limit
-
- Jul 03, 2004
-
-
Christophe Geuzaine authored
doc Delete Volume
-
Christophe Geuzaine authored
Never, O Never define WIN32 when compiling netgen!
-