Menu

SVN archive Commit Log


Commit Date  
[r26450] by bugman

Reverted r24463 as this is needed to conserve memory, especially for a large number of Sobol' points.

The command used was:
svn merge -r24463:r24462 .

.....
r24463 | bugman | 2014-07-05 19:06:09 +0200 (Sat, 05 Jul 2014) | 9 lines
Changed paths:
M /branches/frame_order_cleanup/target_functions/frame_order.py

Converted all frame order target function data structures to float64.

This affects the vector data structures used for the PCS numeric integration. The float32
structures added for speed do not actually increase the speed. For the double rotor model, 10
target function calls took the pcs_pivot_motion_double_rotor() function 44.936 seconds using float32
and 44.105 seconds using all float64. The cumulative time is also longer. This must be because
other parts are float64, and therefore type conversions are happening during target function calls.
.....

2014-11-07 15:44:37 Tree
[r26449] by bugman

Updated all of the pseudo-ellipse 1st degree frame order matrix graphs for the recent fix.

2014-11-07 15:15:11 Tree
[r26448] by bugman

Fix for the pseudo-ellipse 1st degree frame order matrix Daeg22 element.

2014-11-07 15:14:49 Tree
[r26447] by bugman

Recreated all of the simulated pseudo-ellipse frame order matrix element graphs.

These are now in the Kronecker product notation so that they will match the graphs calculated using
the relax lib.frame_order.pseudo_ellipse module.

2014-11-07 14:46:33 Tree
[r26446] by bugman

Created the Grace graphs for the double rotor model 1st degree frame order matrix.

These are the values calculated directly from the lib.frame_order modules. The graphs were
previously all zeros.

2014-11-07 14:11:37 Tree
[r26445] by bugman

Implemented the compile_1st_matrix_double_rotor() function.

This is for the lib.frame_order.double_rotor module. The function will calculate the 1st degree
frame order matrix for the double_rotor model.

2014-11-07 14:10:57 Tree
[r26444] by bugman

Added the torsionless isotropic cone model to the frame order matrix element simulation script.

2014-11-07 13:17:38 Tree
[r26443] by bugman

Speed ups and simplifications of the free rotor pseudo-ellipse 2nd degree frame order matrix equations.

2014-11-07 13:16:04 Tree
[r26442] by bugman

Implemented the compile_1st_matrix_pseudo_ellipse_free_rotor() function.

This is for the lib.frame_order.pseudo_ellipse_free_rotor module. The function will calculate the
1st degree in-frame frame order matrix for the free_rotor pseudo-ellipse model.

2014-11-07 12:46:13 Tree
[r26441] by bugman

Created the Grace graphs for the free rotor pseudo-ellipse model 1st degree frame order matrix.

These are the values calculated directly from the lib.frame_order modules. The graphs were
previously all zeros.

2014-11-07 10:45:58 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.