![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Header file for FASP block matrices. More...
#include "fasp.h"Go to the source code of this file.
Data Structures | |
| struct | dBSRmat |
| Block sparse row storage matrix of REAL type. More... | |
| struct | dBLCmat |
| Block REAL CSR matrix format. More... | |
| struct | iBLCmat |
| Block INT CSR matrix format. More... | |
| struct | block_dvector |
| Block REAL vector structure. More... | |
| struct | block_ivector |
| Block INT vector structure. More... | |
| struct | AMG_data_bsr |
| Data for multigrid levels in dBSRmat format. More... | |
| struct | precond_diag_bsr |
| Data for diagnal preconditioners in dBSRmat format. More... | |
| struct | precond_data_bsr |
| Data for preconditioners in dBSRmat format. More... | |
| struct | precond_data_blc |
| Data for block preconditioners in dBLCmat format. More... | |
| struct | precond_data_sweeping |
| Data for sweeping preconditioner. More... | |
Macros | |
| #define | __FASPBLOCK_HEADER__ |
Typedefs | |
| typedef struct dBSRmat | dBSRmat |
| typedef struct dBLCmat | dBLCmat |
| typedef struct iBLCmat | iBLCmat |
| typedef struct block_dvector | block_dvector |
| typedef struct block_ivector | block_ivector |
Header file for FASP block matrices.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file fasp_block.h.
| #define __FASPBLOCK_HEADER__ |
indicate fasp_block.h has been included before
Definition at line 18 of file fasp_block.h.
| typedef struct block_dvector block_dvector |
Vector of REAL type in Block format
| typedef struct block_ivector block_ivector |
Vector of INT type in Block format