Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

handleType2Stencils.C File Reference

#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)


Function Documentation

int createGDmatType2 double ****&  GDmat  ) 
 

Definition at line 283 of file handleType2Stencils.C.

References createGDmatType2_Type1(), createGDmatType2_Type2(), and createGDmatType2_Type3().

Referenced by main().

int createGDmatType2_Type1 double ****&  GDmat  ) 
 

Definition at line 443 of file handleType2Stencils.C.

Referenced by createGDmatType2().

int createGDmatType2_Type2 double ****&  GDmat  ) 
 

Definition at line 334 of file handleType2Stencils.C.

References par::splitComm2way().

Referenced by createGDmatType2().

int createGDmatType2_Type3 double ****&  GDmat  ) 
 

Definition at line 298 of file handleType2Stencils.C.

Referenced by createGDmatType2().

int createLmatType2 double ****&  Lmat  ) 
 

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().

int createLmatType2_Type1 double ****&  Lmat  ) 
 

Definition at line 912 of file handleType2Stencils.C.

Referenced by createLmatType2().

int createLmatType2_Type2 double ****&  Lmat  ) 
 

Definition at line 805 of file handleType2Stencils.C.

References par::splitComm2way().

Referenced by createLmatType2().

int createLmatType2_Type3 double ****&  Lmat  ) 
 

Definition at line 769 of file handleType2Stencils.C.

Referenced by createLmatType2().

int createMmatType2 double ****&  Mmat  ) 
 

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().

int createMmatType2_Type1 double ****&  Mmat  ) 
 

Definition at line 678 of file handleType2Stencils.C.

Referenced by createMmatType2().

int createMmatType2_Type2 double ****&  Mmat  ) 
 

Definition at line 570 of file handleType2Stencils.C.

References par::splitComm2way().

Referenced by createMmatType2().

int createMmatType2_Type3 double ****&  Mmat  ) 
 

Definition at line 534 of file handleType2Stencils.C.

Referenced by createMmatType2().

int createRHSType2 double ***&  Lmat  ) 
 

Definition at line 988 of file handleType2Stencils.C.

References createRHSType2_Type1(), createRHSType2_Type2(), and createRHSType2_Type3().

Referenced by solve_neumann(), and solve_neumann_oct().

int createRHSType2_Type1 double ***&  Lmat  ) 
 

Definition at line 1138 of file handleType2Stencils.C.

Referenced by createRHSType2().

int createRHSType2_Type2 double ***&  Lmat  ) 
 

Definition at line 1037 of file handleType2Stencils.C.

References par::splitComm2way().

Referenced by createRHSType2().

int createRHSType2_Type3 double ***&  Lmat  ) 
 

Definition at line 1003 of file handleType2Stencils.C.

Referenced by createRHSType2().

int createShFnMat double ******&  shFnMat  ) 
 

Definition at line 9 of file handleType2Stencils.C.

References createShFnMat_Type1(), createShFnMat_Type2(), and createShFnMat_Type3().

Referenced by main().

int createShFnMat_Type1 double ******&  shFnMat  ) 
 

Definition at line 191 of file handleType2Stencils.C.

Referenced by createShFnMat().

int createShFnMat_Type2 double ******&  shFnMat  ) 
 

Definition at line 68 of file handleType2Stencils.C.

References par::splitComm2way().

Referenced by createShFnMat().

int createShFnMat_Type3 double ******&  shFnMat  ) 
 

Definition at line 24 of file handleType2Stencils.C.

Referenced by createShFnMat().

int destroyGDmatType2 double ****&  GDmat  ) 
 

Definition at line 1267 of file handleType2Stencils.C.

Referenced by main().

int destroyLmatType2 double ****&  Lmat  ) 
 

Definition at line 1227 of file handleType2Stencils.C.

Referenced by main(), solve_neumann(), and solve_neumann_oct().

int destroyMmatType2 double ****&  Mmat  ) 
 

Definition at line 1247 of file handleType2Stencils.C.

Referenced by main(), solve_neumann(), and solve_neumann_oct().

int destroyRHSType2 double ***&  Lmat  ) 
 

Definition at line 1209 of file handleType2Stencils.C.

Referenced by solve_neumann(), and solve_neumann_oct().

int destroyShFnMat double ******&  shFnMat  ) 
 

Definition at line 1287 of file handleType2Stencils.C.

Referenced by main().


Generated on Tue Mar 24 16:14:08 2009 for DENDRO by  doxygen 1.3.9.1