maxlevesque / laboetie

Fluid dynamics for chemical applications
GNU General Public License v2.0
5 stars 3 forks source link

Global performance issues #7

Closed maxlevesque closed 9 years ago

maxlevesque commented 9 years ago

Large improvements by not calculating useless stuff. For instance don't advect solute charges for salt free systems...

No parallelization here, because it seems useless to me for now. PARALLEL DO could be done easily in advect, comp_rho, comp_j, propagate. Also, I often tabulate function pbc to move it out of loops.