exactSol Class Reference

set exact solutions of velocity and pressure for calculating accuracy More...

#include <exactSol.h>

List of all members.

Public Member Functions

 exactSol ()
void initialize (int nMeshes, real t, int **pointNumberMeshU, real ***xU, int **pointNumberMeshV, real ***xV, int **pointNumberMeshW, real ***xW, int **pointNumberMeshP, real ***xP, real ****exactU, real ****exactV, real ****exactW, real ****exactP)
 ~exactSol ()


Detailed Description

set exact solutions of velocity and pressure for calculating accuracy

Constructor & Destructor Documentation

exactSol::exactSol (  ) 

constructor

exactSol::~exactSol (  ) 

destructor


Member Function Documentation

void exactSol::initialize ( int  nMeshes,
real  t,
int **  pointNumberMeshU,
real ***  xU,
int **  pointNumberMeshV,
real ***  xV,
int **  pointNumberMeshW,
real ***  xW,
int **  pointNumberMeshP,
real ***  xP,
real ****  exactU,
real ****  exactV,
real ****  exactW,
real ****  exactP 
)

Parameters:
nMeshes  number of meshs
t  time
pointNumberMeshU  mesh points for u
xU  coordinates of u
pointNumberMeshV  mesh points for v
xV  coordinates of v
pointNumberMeshW  mesh points for w
xW  coordinates of w
pointNumberMeshP  mesh points for p
xP  coordinates of pressure
exactU  exact solutions of u
exactV  exact solutions of v
exactW  exact solutions of w
exactP  exact solutions of p


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