![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Graphical output for CSR matrix. More...
Go to the source code of this file.
Functions | |
void | fasp_dcsr_subplot (const dCSRmat *A, const char *filename, int size) |
Write sparse matrix pattern in BMP file format. More... | |
void | fasp_dcsr_plot (const dCSRmat *A, const char *fname) |
Write dCSR sparse matrix pattern in BMP file format. More... | |
void | fasp_dbsr_subplot (const dBSRmat *A, const char *filename, int size) |
Write sparse matrix pattern in BMP file format. More... | |
void | fasp_dbsr_plot (const dBSRmat *A, const char *fname) |
Write dBSR sparse matrix pattern in BMP file format. More... | |
void | fasp_grid2d_plot (pgrid2d pg, int level) |
Output grid to a EPS file. More... | |
Graphical output for CSR matrix.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file AuxGraphics.c.
void fasp_dbsr_plot | ( | const dBSRmat * | A, |
const char * | fname | ||
) |
Write dBSR sparse matrix pattern in BMP file format.
A | Pointer to the dBSRmat matrix |
fname | File name |
Each pixel corresponds to one matrix element. The pixel colors have the following meaning:
White structurally zero element Black zero element Blue positive element Red negative element Brown nearly zero element
Definition at line 339 of file AuxGraphics.c.
void fasp_dbsr_subplot | ( | const dBSRmat * | A, |
const char * | filename, | ||
int | size | ||
) |
Write sparse matrix pattern in BMP file format.
A | Pointer to the dBSRmat matrix |
filename | File name |
size | size*size is the picture size for the picture |
Each pixel corresponds to one matrix element. The pixel colors have the following meaning:
White structurally zero element Black zero element Blue positive element Red negative element Brown nearly zero element
Definition at line 259 of file AuxGraphics.c.
void fasp_dcsr_plot | ( | const dCSRmat * | A, |
const char * | fname | ||
) |
Write dCSR sparse matrix pattern in BMP file format.
A | Pointer to the dBSRmat matrix |
fname | File name to plot to |
Each pixel corresponds to one matrix element. The pixel colors have the following meaning:
White structurally zero element Black zero element Blue positive element Red negative element Brown nearly zero element
Definition at line 117 of file AuxGraphics.c.
void fasp_dcsr_subplot | ( | const dCSRmat * | A, |
const char * | filename, | ||
int | size | ||
) |
Write sparse matrix pattern in BMP file format.
A | Pointer to the dCSRmat matrix |
filename | File name |
size | size*size is the picture size for the picture |
Each pixel corresponds to one matrix element. The pixel colors have the following meaning:
White structurally zero element Blue positive element Red negative element Brown nearly zero element
Definition at line 57 of file AuxGraphics.c.
void fasp_grid2d_plot | ( | pgrid2d | pg, |
int | level | ||
) |
Output grid to a EPS file.
pg | Pointer to grid in 2d |
level | Number of levels |
Definition at line 478 of file AuxGraphics.c.