![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <petscmat.h>
#include <petscvec.h>
#include <petscksp.h>
#include "../../mpi/issmmpi.h"
#include "../../../shared/shared.h"
Go to the source code of this file.
Functions | |
int | MatMultCompatible (Mat A, Vec x, ISSM_MPI_Comm comm) |
void | VecRelocalize (Vec *outvector, Vec vector, int m, ISSM_MPI_Comm comm) |
void | MatMultPatch (Mat A, Vec X, Vec AX, ISSM_MPI_Comm comm) |
int MatMultCompatible | ( | Mat | A, |
Vec | x, | ||
ISSM_MPI_Comm | comm | ||
) |
Definition at line 45 of file MatMultPatch.cpp.
void VecRelocalize | ( | Vec * | outvector, |
Vec | vector, | ||
int | m, | ||
ISSM_MPI_Comm | comm | ||
) |
Definition at line 75 of file MatMultPatch.cpp.
void MatMultPatch | ( | Mat | A, |
Vec | X, | ||
Vec | AX, | ||
ISSM_MPI_Comm | comm | ||
) |
Definition at line 23 of file MatMultPatch.cpp.