Block-Structured AMR Software Framework
AMReX_MLNodeTensorLap_K.H
Go to the documentation of this file.
1 #ifndef AMREX_MLNODETENSORLAP_K_H_
2 #define AMREX_MLNODETENSORLAP_K_H_
3 #include <AMReX_Config.H>
4 
6 #include <AMReX_LO_BCTYPES.H>
7 
8 #if (AMREX_SPACEDIM == 1)
10 #elif (AMREX_SPACEDIM == 2)
12 #else
14 #endif
15 
16 #endif