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
5
namespace
amrex
6
{
7
enum struct
Order
{
C
,
F
,
RowMajor
=
C
,
ColumnMajor
=
F
};
8
}
9
#endif
10
amrex
Definition
AMReX_Amr.cpp:49
amrex::Order
Order
Definition
AMReX_Order.H:7
amrex::Order::C
@ C
amrex::Order::F
@ F
amrex::Order::RowMajor
@ RowMajor
amrex::Order::ColumnMajor
@ ColumnMajor
Src
Base
AMReX_Order.H
Generated by
1.9.8