# transform the nodal coordinate system from a sphercial polar system # to a rectangular cartesian system # read in nodes with the existing coordinate system called coordinates # (the spherical polar coordinate system) gfx read nodes $example/segment.exnode; gfx read elements $example/segment.exelem; # create a new coordinate system (the rectangular cartesian system) gfx define field rect coordinate_system rectangular_cartesian coordinate_transformation field coordinates; # create a field to store the new coordinate values for the nodes gfx define field rect_coords finite_element number_of_components 3 real coordinate; gfx modify nodes group segment define rect_coords; # note there is currently no way to define a new field on an element, # so this method is only useful for exporting nodes, not elements # calculate the new coordinate values gfx evaluate source rect dest rect_coords ngroup segment # write out an exnode file with the new coordinate system gfx write nodes transformed_segment.exnode field rect_coords group segment # export an ipnode file (unfortunately we have to specify all the other # file names even though we are not interested in them). gfx export cm field rect_coords ipcoor transformed_segment.ipcoor ipbase transformed_segment.ipbase ipnode transformed_segment.ipnode ipelem transformed_segment.ipelem region segment
Name Modified Size
transform_coordinates.com 09-Mar-2016 1.3k COPYRIGHT 17-Mar-2014 504 segment.exelem 17-Mar-2014 3.6k segment.exnode 17-Mar-2014 1.0k
Name Modified Size
examples_a_transform_coordinates.tar.gz 09-Mar-2016 10k
Status | Tested | Real time (s) | |
i686-linux | |||
cmgui-wx | Failure | Sun Mar 6 00:06:06 2016 | 1 |
last break | Mon Aug 25 13:13:00 2014 | 1 | |
cmgui-wx-debug | Failure | Sun Mar 6 00:06:06 2016 | 0 |
last break | Mon Aug 25 13:13:00 2014 | 1 | |
cmgui-wx-debug-memorycheck | Failure | Sun Mar 6 00:06:06 2016 | 0 |
last break | Mon Aug 25 13:13:00 2014 | 1 | |
cmgui-wx-debug-valgrind | Failure | Sun Mar 6 00:26:59 2016 | 14 |
last break | Tue Feb 24 00:03:00 2015 | 13 | |
x86_64-linux | |||
cmgui-wx | Failure | Sun Mar 6 00:01:34 2016 | 0 |
last break | Fri Aug 15 00:53:00 2014 | 0 | |
cmgui-wx-debug | Failure | Sun Mar 6 00:01:35 2016 | 0 |
last break | Fri Aug 15 00:53:00 2014 | 0 | |
cmgui-wx-debug-memorycheck | Failure | Sun Mar 6 00:01:35 2016 | 1 |
last break | Fri Aug 15 00:53:00 2014 | 0 | |
cmgui-wx-debug-valgrind | Failure | Sun Mar 6 00:03:31 2016 | 10 |
last break | Fri Aug 15 00:53:00 2014 | 10 | |
cmgui-wx-gcc-cad-debug-valgrind | Success | Thu Jan 7 00:02:42 2016 | 9 |
i686-linux | |||
Success | cmgui-wx: | cmiss_test.log.retain. | |
Success | cmgui-wx-debug: | cmiss_test.log.retain. | |
Success | cmgui-wx-debug-memorycheck: | cmiss_test.log.retain. | |
Success | cmgui-wx-debug-valgrind: | cmiss_test.log.retain. | |
x86_64-linux | |||
Success | cmgui-wx: | cmiss_test.log.retain. | |
Success | cmgui-wx-debug: | cmiss_test.log.retain. | |
Success | cmgui-wx-debug-memorycheck: | cmiss_test.log.retain. | |
Success | cmgui-wx-debug-valgrind: | cmiss_test.log.retain. |
i686-linux | |||
Failure | cmgui-wx: | ndiff test: significant differences with generic answer. | |
Failure | cmgui-wx-debug: | ndiff test: significant differences with generic answer. | |
Failure | cmgui-wx-debug-memorycheck: | ndiff test: significant differences with generic answer. | |
Failure | cmgui-wx-debug-valgrind: | ndiff test: significant differences with generic answer. | |
x86_64-linux | |||
Failure | cmgui-wx: | ndiff test: significant differences with generic answer. | |
Failure | cmgui-wx-debug: | ndiff test: significant differences with generic answer. | |
Failure | cmgui-wx-debug-memorycheck: | ndiff test: significant differences with generic answer. | |
Failure | cmgui-wx-debug-valgrind: | ndiff test: significant differences with generic answer. |
Html last generated: Wed Mar 9 16:02:54 2016
Input last modified: Wed Mar 9 15:49:44 2016