Block-Structured AMR Software Framework
AMReX_COORDSYS_C.H
Go to the documentation of this file.
1
#ifndef AMREX_COORDSYS_C_H_
2
#define AMREX_COORDSYS_C_H_
3
#include <AMReX_Config.H>
4
5
#if (AMREX_SPACEDIM == 1)
6
#include <
AMReX_COORDSYS_1D_C.H
>
7
#elif (AMREX_SPACEDIM == 2)
8
#include <
AMReX_COORDSYS_2D_C.H
>
9
#else
10
#include <
AMReX_COORDSYS_3D_C.H
>
11
#endif
12
13
#endif
AMReX_COORDSYS_1D_C.H
AMReX_COORDSYS_2D_C.H
AMReX_COORDSYS_3D_C.H
Src
Base
AMReX_COORDSYS_C.H
Generated by
1.9.1