#include <exactSol.h>
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 () | |
| exactSol::exactSol | ( | ) |
constructor
| exactSol::~exactSol | ( | ) |
destructor
| 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 | |||
| ) |
| 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 |
1.5.6