Block-Structured AMR Software Framework
AMReX_MLALap_K.H
Go to the documentation of this file.
1 #ifndef AMREX_MLALAP_K_H_
2 #define AMREX_MLALAP_K_H_
3 #include <AMReX_Config.H>
4 
5 #include <AMReX_FArrayBox.H>
6 
7 #if (AMREX_SPACEDIM == 1)
8 #include <AMReX_MLALap_1D_K.H>
9 #elif (AMREX_SPACEDIM == 2)
10 #include <AMReX_MLALap_2D_K.H>
11 #else
12 #include <AMReX_MLALap_2D_K.H>
13 #include <AMReX_MLALap_3D_K.H>
14 #endif
15 
16 #endif