BG_Flood  0.1
Documentation (Work-in-progress)
Spherical.h
Go to the documentation of this file.
1 #ifndef SPHERICAL_H
2 #define SPHERICAL_H
3 
4 #include "General.h"
5 #include "Param.h"
6 #include "Arrays.h"
7 #include "Forcing.h"
8 #include "MemManagement.h"
9 #include "Util_CPU.h"
10 #include "Kurganov.h"
11 
12 template <class T> __host__ __device__ T calcCM(T Radius, T delta, T yo, int iy);
13 template <class T> __host__ __device__ T calcFM(T Radius, T delta, T yo, T iy);
14 template <class T> __host__ __device__ T spharea(T Radius, T lon, T lat, T dx);
15 
16 
17 #endif
__host__ __device__ T calcFM(T Radius, T delta, T yo, T iy)
Definition: Spherical.cu:29
__host__ __device__ T spharea(T Radius, T lon, T lat, T dx)
Definition: Spherical.cu:73
__host__ __device__ T calcCM(T Radius, T delta, T yo, int iy)
Definition: Spherical.cu:10
double delta
Definition: Tutorial_Cart.c:8