Nek5000 / nekRS

our next generation fast and scalable CFD code
https://nek5000.mcs.anl.gov/
Other
284 stars 75 forks source link

Host coordinate arrays for t-mesh are overwritten #462

Closed MalachiTimothyPhillips closed 1 year ago

MalachiTimothyPhillips commented 2 years ago

Shallow copy of t-mesh coordinates into v-mesh at:

https://github.com/Nek5000/nekRS/blob/8ee9c381f86f5f70867d942616e585ee726a8ca1/src/mesh/meshSetup.cpp#L348

cause the t-mesh coordinates on the host-side to be overwritten during the meshHaloPhysicalNodes call:

https://github.com/Nek5000/nekRS/blob/8ee9c381f86f5f70867d942616e585ee726a8ca1/src/mesh/meshSetup.cpp#L352

stgeke commented 1 year ago

Fixed in https://github.com/Nek5000/nekRS/commit/833f1b5a9e2e38279e93975c4227b7812fed8155