ghostPoint Class Reference

Interpolate the ghost velocity points at the interface of two meshes. More...

#include <ghostPoint.h>

List of all members.

Public Member Functions

 ghostPoint ()
void initialize (int numberOfPatches, real t, real dt, int cellNumberPerPatch, int **StartIndex, int **pointNumberMeshU, int **pointNumberMeshV, int **pointNumberMeshW, int dimension, real ***xU, real ***xV, real ***xW, real *h, real ****u, real ****v, real ****w)
 Interpolate the ghost velocity points at the interface of two meshes.
 ~ghostPoint ()


Detailed Description

Interpolate the ghost velocity points at the interface of two meshes.

This class interpolates the ghost velocity points at the interface of two meshes.


Constructor & Destructor Documentation

ghostPoint::ghostPoint (  ) 

constructor

ghostPoint::~ghostPoint (  ) 

destructor


Member Function Documentation

void ghostPoint::initialize ( int  numberOfPatches,
real  t,
real  dt,
int  cellNumberPerPatch,
int **  StartIndex,
int **  pointNumberMeshU,
int **  pointNumberMeshV,
int **  pointNumberMeshW,
int  dimension,
real ***  xU,
real ***  xV,
real ***  xW,
real *  h,
real ****  u,
real ****  v,
real ****  w 
)

Interpolate the ghost velocity points at the interface of two meshes.

This class interpolates the ghost velocity points at the interface of two meshes.

Parameters:
numberOfPatches  number of patches
t  time
dt  time increment
cellNumberPerPatch  cell numbers per patch surrounding the sphere
StartIndex  used to put the refined mesh
pointNumberMeshU  mesh points for u
pointNumberMeshV  mesh points for v
pointNumberMeshW  mesh points for w
dimension  dimension
xU  coordinates of u
xV  coordinates of v
xW  coordinates of w
h  space step
u  velocity u
v  velocity v
w  velocity w


The documentation for this class was generated from the following files:

Generated on Tue May 18 21:30:43 2010 by  doxygen 1.5.6