You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ uses a row-major layout, while Fortran uses a column-major layout. Make sure the values are passed correctly.
Need to understand data layout/ordering in polympo_[s|g]etMeshOnSurf....Incr (on both fortran and C++ sides), there seems to be transpose issue and we do not see it in fortran side due to error cancellation for call sequence of first 'set' API and then 'get' API (need to investigate)
The text was updated successfully, but these errors were encountered:
C++ uses a row-major layout, while Fortran uses a column-major layout. Make sure the values are passed correctly.
Need to understand data layout/ordering in polympo_[s|g]etMeshOnSurf....Incr (on both fortran and C++ sides), there seems to be transpose issue and we do not see it in fortran side due to error cancellation for call sequence of first 'set' API and then 'get' API (need to investigate)
The text was updated successfully, but these errors were encountered: