10-05-2015 06:01 PM
Solved! Go to Solution.
10-06-2015 10:58 AM
Is there a specific execution time you need to achieve, or are you just interested in speeding up execution in general?
Whether or not a C code implementation of RK4 would run faster depends on many factors such as the specific implementation of the code, how the compilers translate the code, and whether or not the LabVIEW VI and/or C code are able to take advantage of parallel execution. If you're interested in finding out which is faster, your best bet is to try each idea. Changing the time step seems like the easiest one, so why not start there and see what you can do?
10-06-2015 11:00 AM
Thanks, I've been experimenting with that already. The solutions seem to be relatively insensitive to changes in time step, so I think I'm going to leave it at that. I'm about to run this particular code several hundred thousand times, so any bit of execution time I can shave is helpful.