jackhamel16 / Acoustics

Acoustic integral equation solver
1 stars 0 forks source link

Refactor to column major arrays in PulseMesh structs #44

Open jackhamel16 opened 3 years ago

jackhamel16 commented 3 years ago

arrays are row major which impacts performance when indexing them and that is done throughout the code.