#include "mpi.h"
#include <cstdio>
#include <iostream>
#include <cassert>
#include "parUtils.h"
#include "handleStencils.h"
Go to the source code of this file.
Functions | |
int | createGDmatType2 (double ****&GDmat) |
int | createGDmatType2_Type1 (double ****&GDmat) |
int | createGDmatType2_Type2 (double ****&GDmat) |
int | createGDmatType2_Type3 (double ****&GDmat) |
int | createLmatType2 (double ****&Lmat) |
int | createLmatType2_Type1 (double ****&Lmat) |
int | createLmatType2_Type2 (double ****&Lmat) |
int | createLmatType2_Type3 (double ****&Lmat) |
int | createMmatType2 (double ****&Mmat) |
int | createMmatType2_Type1 (double ****&Mmat) |
int | createMmatType2_Type2 (double ****&Mmat) |
int | createMmatType2_Type3 (double ****&Mmat) |
int | createRHSType2 (double ***&Lmat) |
int | createRHSType2_Type1 (double ***&Lmat) |
int | createRHSType2_Type2 (double ***&Lmat) |
int | createRHSType2_Type3 (double ***&Lmat) |
int | createShFnMat (double ******&shFnMat) |
int | createShFnMat_Type1 (double ******&shFnMat) |
int | createShFnMat_Type2 (double ******&shFnMat) |
int | createShFnMat_Type3 (double ******&shFnMat) |
int | destroyGDmatType2 (double ****&GDmat) |
int | destroyLmatType2 (double ****&Lmat) |
int | destroyMmatType2 (double ****&Mmat) |
int | destroyRHSType2 (double ***&Lmat) |
int | destroyShFnMat (double ******&shFnMat) |
|
Definition at line 283 of file handleType2Stencils.C. References createGDmatType2_Type1(), createGDmatType2_Type2(), and createGDmatType2_Type3(). Referenced by main(). |
|
Definition at line 443 of file handleType2Stencils.C. Referenced by createGDmatType2(). |
|
Definition at line 334 of file handleType2Stencils.C. References par::splitComm2way(). Referenced by createGDmatType2(). |
|
Definition at line 298 of file handleType2Stencils.C. Referenced by createGDmatType2(). |
|
Definition at line 754 of file handleType2Stencils.C. References createLmatType2_Type1(), createLmatType2_Type2(), and createLmatType2_Type3(). Referenced by main(), solve_neumann(), and solve_neumann_oct(). |
|
Definition at line 912 of file handleType2Stencils.C. Referenced by createLmatType2(). |
|
Definition at line 805 of file handleType2Stencils.C. References par::splitComm2way(). Referenced by createLmatType2(). |
|
Definition at line 769 of file handleType2Stencils.C. Referenced by createLmatType2(). |
|
Definition at line 519 of file handleType2Stencils.C. References createMmatType2_Type1(), createMmatType2_Type2(), and createMmatType2_Type3(). Referenced by main(), solve_neumann(), and solve_neumann_oct(). |
|
Definition at line 678 of file handleType2Stencils.C. Referenced by createMmatType2(). |
|
Definition at line 570 of file handleType2Stencils.C. References par::splitComm2way(). Referenced by createMmatType2(). |
|
Definition at line 534 of file handleType2Stencils.C. Referenced by createMmatType2(). |
|
Definition at line 988 of file handleType2Stencils.C. References createRHSType2_Type1(), createRHSType2_Type2(), and createRHSType2_Type3(). Referenced by solve_neumann(), and solve_neumann_oct(). |
|
Definition at line 1138 of file handleType2Stencils.C. Referenced by createRHSType2(). |
|
Definition at line 1037 of file handleType2Stencils.C. References par::splitComm2way(). Referenced by createRHSType2(). |
|
Definition at line 1003 of file handleType2Stencils.C. Referenced by createRHSType2(). |
|
Definition at line 9 of file handleType2Stencils.C. References createShFnMat_Type1(), createShFnMat_Type2(), and createShFnMat_Type3(). Referenced by main(). |
|
Definition at line 191 of file handleType2Stencils.C. Referenced by createShFnMat(). |
|
Definition at line 68 of file handleType2Stencils.C. References par::splitComm2way(). Referenced by createShFnMat(). |
|
Definition at line 24 of file handleType2Stencils.C. Referenced by createShFnMat(). |
|
Definition at line 1267 of file handleType2Stencils.C. Referenced by main(). |
|
Definition at line 1227 of file handleType2Stencils.C. Referenced by main(), solve_neumann(), and solve_neumann_oct(). |
|
Definition at line 1247 of file handleType2Stencils.C. Referenced by main(), solve_neumann(), and solve_neumann_oct(). |
|
Definition at line 1209 of file handleType2Stencils.C. Referenced by solve_neumann(), and solve_neumann_oct(). |
|
Definition at line 1287 of file handleType2Stencils.C. Referenced by main(). |