HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Compute interpolation nodes and coefficients for immersed boundary points. More...
#include <basic.h>
#include <arrayfunctions.h>
#include <mathfunctions.h>
#include <mpivars.h>
#include <immersedboundaries.h>
Go to the source code of this file.
Functions | |
int | IBInterpCoeffs (void *ib, void *m, double *X, int *dim_l, int ghosts, double *blank) |
Compute interpolation nodes and coefficients for immersed boundary points.
Definition in file IBInterpCoeffs.c.
int IBInterpCoeffs | ( | void * | ib, |
void * | m, | ||
double * | X, | ||
int * | dim_l, | ||
int | ghosts, | ||
double * | blank | ||
) |
Compute the interpolation nodes and coefficients for immersed boundary points: For each immersed boundary point, do the following:
ib | Immersed boundary object of type ImmersedBoundary |
m | MPI object of type MPIVariables |
X | Array of (local) spatial coordinates |
dim_l | Integer array of local grid size in each spatial dimension |
ghosts | Number of ghost points |
blank | Blanking array: for grid points within the body, this value will be set to 0 |
Definition at line 22 of file IBInterpCoeffs.c.