Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
AMReX_Order.H
Go to the documentation of this file.
1#ifndef AMREX_ORDER_H_
2#define AMREX_ORDER_H_
3#include <AMReX_Config.H>
4
5namespace amrex
6{
7 enum struct Order { C, F, RowMajor=C, ColumnMajor=F };
8}
9#endif
10
Definition AMReX_Amr.cpp:49
Order
Definition AMReX_Order.H:7