AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
536 stars 343 forks source link

TableData: Add support for row-major order (amrex::Order::C) #3973

Closed WeiqunZhang closed 3 months ago

WeiqunZhang commented 3 months ago

The default is still column-major (i.e., Fortran order, amrex::Order::F).