HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Preallocate memory for a banded matrix object. More...
Go to the source code of this file.
Functions | |
int | BandedMatrixPreallocate (void *A, int nbands, int nrows_local, int BlockSize) |
Preallocate memory for a banded matrix object.
Definition in file BandedMatrixPreallocate.c.
int BandedMatrixPreallocate | ( | void * | A, |
int | nbands, | ||
int | nrows_local, | ||
int | BlockSize | ||
) |
Preallocate memory for a banded matrix object.
A | Banded matrix object of the type BandedMatrix |
nbands | Number of bands |
nrows_local | Local number of rows |
BlockSize | Block size |
Definition at line 10 of file BandedMatrixPreallocate.c.