#include <mpi.h>#include "itaylor.hpp"#include "dim2taylor.hpp"Go to the source code of this file.
Pack and Unpack for 1D/2D C-XSC Taylor arithmetic types | |
| int | MPI_Pack (itaylor &, void *, int, int *, MPI_Comm) |
| int | MPI_Unpack (void *, int, int *, itaylor &, MPI_Comm) |
| int | MPI_Pack (dim2taylor &, void *, int, int *, MPI_Comm) |
| int | MPI_Unpack (void *, int, int *, dim2taylor &, MPI_Comm) |
| int | MPI_Pack (dim2taylor_vector &, void *, int, int *, MPI_Comm) |
| int | MPI_Unpack (void *, int, int *, dim2taylor_vector &, MPI_Comm) |
Copyright (C) 2004-2007 Markus Grimmer
Incorporated Routines:
Incorporated Types:
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
1.4.4