Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Code Slows Down if I Preallocate Larger Variables?

1 visualizzazione (ultimi 30 giorni)
Alessandro
Alessandro il 16 Giu 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hello, I am using Matlab to explicitly integrate equations of motion for a finite element mesh. In the code I initialise all the history variables (such as displacement, velocity and acceleration) to store all the values at every node for every time step.
displace = zeros(gdl,n_inc+1); %
epsilon = zeros(gdl,n_inc+1); %
stress = zeros(gdl,n_inc+1); %
The point is: if I use a larger number of time steps (i.e. a smaller time increment), every single step takes much more to run. Is that avoidable somehow?
  7 Commenti

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by