
# 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_renumber_mesh.tar.gz 20-Apr-2012 126k
| Status | Tested | Real time (s) | |
| i686-linux | |||
| cmgui-wx | Success | Wed May 16 00:11:29 2012 | 1 |
| cmgui-wx-debug | Success | Wed May 16 00:11:32 2012 | 1 |
| cmgui-wx-debug-memorycheck | Success | Wed May 16 00:11:55 2012 | 2 |
| cmgui-wx-debug-valgrind | Success | Wed May 16 00:58:44 2012 | 73 |
| x86_64-linux | |||
| cmgui-wx | Success | Wed May 16 00:07:28 2012 | 1 |
| cmgui-wx-debug | Success | Wed May 16 00:07:29 2012 | 0 |
| cmgui-wx-debug-memorycheck | Success | Wed May 16 00:07:29 2012 | 0 |
| cmgui-wx-debug-valgrind | Success | Wed May 16 00:15:40 2012 | 17 |
| cmgui-wx-gcc-cad-debug-valgrind | Success | Wed May 16 00:14:05 2012 | 16 |
| 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. | |
| Success | cmgui-wx-debug-valgrind: | diff test: no 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. |
| 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: Wed May 16 05:58:08 2012
Input last modified: Fri Apr 20 16:01:09 2012