#include "mpi.h"#include <cstdio>#include <cassert>#include <iostream>#include "parUtils.h"#include "handleStencils.h"Go to the source code of this file.
Functions | |
| int | createLmatType1 (double *****&Lmat) |
| int | createLmatType1_Type1 (double *****&Lmat) |
| int | createLmatType1_Type2 (double *****&Lmat) |
| int | createLmatType1_Type3 (double *****&Lmat) |
| int | createMmatType1 (double *****&Mmat) |
| int | createMmatType1_Type1 (double *****&Mmat) |
| int | createMmatType1_Type2 (double *****&Mmat) |
| int | createMmatType1_Type3 (double *****&Mmat) |
| int | destroyLmatType1 (double *****&Lmat) |
| int | destroyMmatType1 (double *****&Mmat) |
Definition in file handleType1Stencils.C.
|
|
Definition at line 269 of file handleType1Stencils.C. References createLmatType1_Type1(), createLmatType1_Type2(), and createLmatType1_Type3(). Referenced by main(). |
|
|
Definition at line 439 of file handleType1Stencils.C. Referenced by createLmatType1(). |
|
|
Definition at line 324 of file handleType1Stencils.C. References par::splitComm2way(). Referenced by createLmatType1(). |
|
|
Definition at line 284 of file handleType1Stencils.C. Referenced by createLmatType1(). |
|
|
Definition at line 16 of file handleType1Stencils.C. References createMmatType1_Type1(), createMmatType1_Type2(), and createMmatType1_Type3(). Referenced by main(). |
|
|
Definition at line 185 of file handleType1Stencils.C. Referenced by createMmatType1(). |
|
|
Definition at line 71 of file handleType1Stencils.C. References par::splitComm2way(). Referenced by createMmatType1(). |
|
|
Definition at line 31 of file handleType1Stencils.C. Referenced by createMmatType1(). |
|
|
Definition at line 523 of file handleType1Stencils.C. Referenced by main(). |
|
|
Definition at line 547 of file handleType1Stencils.C. Referenced by main(). |
1.3.9.1