cuIBM
A GPU-based Immersed Boundary Method code
|
Declaration of the discrete delta function. More...
#include "types.h"
Go to the source code of this file.
Functions | |
real | dhRoma (real x, real h) |
Discrete delta function from Roma et al. (1999). More... | |
real | delta (real x, real y, real h) |
Two-dimensional discrete delta function. More... | |
Declaration of the discrete delta function.
Definition in file helpers.h.
Two-dimensional discrete delta function.
x | x-coordinate of the grid point |
y | y-coordinate of the grid point |
h | grid-spacing in the uniform region |
Definition at line 44 of file helpers.cu.
References dhRoma().
Discrete delta function from Roma et al. (1999).
A.M. Roma, C.S. Peskin, M.J. Berger. An adaptative version of the immersed boundary method. J. Comput. Phys. 153, 509-534 (1999).
x | coordinate of the grid point |
h | grid-spacing in the uniform region |
Definition at line 22 of file helpers.cu.
Referenced by delta().