jackhamel16 / Acoustics

Acoustic integral equation solver
1 stars 0 forks source link

Bug in mesh processing #24

Closed jackhamel16 closed 3 years ago

jackhamel16 commented 3 years ago

When reading in a mesh, if the nodes were not read in in numerical order based on tags, then the elements would not get the correct node locations that comprise themselves. This was discovered when looking over Utkarsh's code for post processing and comparing it to my preprocessing code.

Need to change preprocessing to account for unordered nodes and place them in their correct places in the node locations array that elements uses.