Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_extrapolater_K.H
Go to the documentation of this file.
1#ifndef AMReX_extrapolater_K_H_
2#define AMReX_extrapolater_K_H_
3#include <AMReX_Config.H>
4
5#include <AMReX_REAL.H>
6#include <AMReX_FArrayBox.H>
7#include <AMReX_Gpu.H>
8
9#if (AMREX_SPACEDIM == 1)
11#elif (AMREX_SPACEDIM == 2)
13#else
15#endif
16
17#endif