Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_MLMG_K.H
Go to the documentation of this file.
1#ifndef AMREX_MLMG_K_H_
2#define AMREX_MLMG_K_H_
3#include <AMReX_Config.H>
4
5#include <AMReX_FArrayBox.H>
6#ifdef AMREX_USE_EB
7#include <AMReX_EBCellFlag.H>
8#endif
9
10#if (AMREX_SPACEDIM == 1)
11#include <AMReX_MLMG_1D_K.H>
12#elif (AMREX_SPACEDIM == 2)
13#include <AMReX_MLMG_2D_K.H>
14#else
15#include <AMReX_MLMG_2D_K.H>
16#include <AMReX_MLMG_3D_K.H>
17#endif
18
19#endif