# Example a/renumber_mesh: Renumber a mesh using the xi directions to sort nodes and elements # Read in some geometry to hold our texture and define coordinates. gfx read node $example/medrect.exnode; gfx read element $example/medrect.exelem; # Define an xi texture field starting at an element in the mesh gfx define field xi_texture integration coordinate xi seed 1; # I want to vary by xi2 first and then xi1 so I swap the order of the components gfx define field sort_field composite xi_texture.2 xi_texture.1; # Sort the nodes and elements based on this field gfx change_identifier sort_by sort_field node_offset 1 element_offset 1 line_offset 1 face_offset 1; gfx modify g_element medrect general clear circle_discretization 6 default_coordinate coordinates element_discretization "4*4*4" native_discretization none; gfx modify g_element medrect lines select_on material black selected_material default_selected; gfx modify g_element medrect surfaces select_on material default data cmiss_number spectrum default selected_material default_selected render_shaded; gfx modify g_element medrect node_points glyph sphere general size "1*1*1" centre 0,0,0 font default select_on material default data cmiss_number spectrum default selected_material default_selected; gfx mod spectrum default auto; gfx write node medrect_renumbered.exnode group medrect; gfx write element medrect_renumbered.exelem group medrect;
Name Modified Size
renumber_mesh.com 20-Apr-2012 1.4k COPYRIGHT 19-Apr-2012 504 medrect.exelem 20-Apr-2012 118k medrect.exnode 20-Apr-2012 64k
Name Modified Size
examples_a_backup_renumber_mesh.tar.gz 12-Aug-2014 245k
Status | Tested | Real time (s) | |
i686-linux | |||
cmgui-wx | Success | Sun Mar 6 00:06:37 2016 | 0 |
cmgui-wx-debug | Success | Sun Mar 6 00:06:38 2016 | 1 |
cmgui-wx-debug-memorycheck | Success | Sun Mar 6 00:06:39 2016 | 0 |
cmgui-wx-debug-valgrind | Success | Sun Mar 6 00:30:42 2016 | 14 |
x86_64-linux | |||
cmgui-wx | Success | Thu Jan 7 00:01:30 2016 | 0 |
cmgui-wx-debug | Success | Thu Jan 7 00:01:30 2016 | 0 |
cmgui-wx-debug-memorycheck | Success | Thu Jan 7 00:01:30 2016 | 0 |
cmgui-wx-debug-valgrind | Failure | Sun Mar 6 00:03:47 2016 | 12 |
last break | Sun Mar 6 00:03:00 2016 | 12 | |
last success | Wed Jun 3 00:13:00 2015 | 13 | |
cmgui-wx-gcc-cad-debug-valgrind | Success | Thu Jan 7 00:04:07 2016 | 12 |
i686-linux | |||
Success | cmgui-wx: | diff test: no differences with generic answer. | |
Success | cmgui-wx-debug: | diff test: no differences with generic answer. | |
Success | cmgui-wx-debug-memorycheck: | diff test: no differences with generic answer. | |
Success | cmgui-wx-debug-valgrind: | diff test: no differences with generic answer. | |
x86_64-linux | |||
Success | cmgui-wx: | diff test: no differences with generic answer. | |
Success | cmgui-wx-debug: | diff test: no differences with generic answer. | |
Success | cmgui-wx-debug-memorycheck: | diff test: no differences with generic answer. | |
Failure | cmgui-wx-debug-valgrind: | diff test: differences with generic answer; Test output. |
i686-linux | |||
Success | cmgui-wx: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-memorycheck: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-valgrind: | ndiff test: no significant differences with generic answer. | |
x86_64-linux | |||
Success | cmgui-wx: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-memorycheck: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-valgrind: | ndiff test: no significant differences with generic answer. |
i686-linux | |||
Success | cmgui-wx: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-memorycheck: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-valgrind: | ndiff test: no significant differences with generic answer. | |
x86_64-linux | |||
Success | cmgui-wx: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-memorycheck: | ndiff test: no significant differences with generic answer. | |
Success | cmgui-wx-debug-valgrind: | ndiff test: no significant differences with generic answer. |
Html last generated: Sun Mar 6 05:51:00 2016
Input last modified: Fri Apr 20 16:01:09 2012