Block-Structured AMR Software Framework
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
AMReX_InterpBndryData_K.H
Go to the documentation of this file.
1
#ifndef AMREX_INTERP_BNDRYDATA_K_H_
2
#define AMREX_INTERP_BNDRYDATA_K_H_
3
#include <AMReX_Config.H>
4
5
#if (AMREX_SPACEDIM == 1)
6
#include <
AMReX_InterpBndryData_1D_K.H
>
7
#elif (AMREX_SPACEDIM == 2)
8
#include <
AMReX_InterpBndryData_2D_K.H
>
9
#else
10
#include <
AMReX_InterpBndryData_3D_K.H
>
11
#endif
12
13
#endif
AMReX_InterpBndryData_1D_K.H
AMReX_InterpBndryData_2D_K.H
AMReX_InterpBndryData_3D_K.H
Src
Boundary
AMReX_InterpBndryData_K.H
Generated by
1.9.8