Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
fasp_grid.h File Reference

Header file for FASP grid. More...

Go to the source code of this file.

Data Structures

struct  grid2d
 Two dimensional grid data structure. More...
 

Macros

#define __FASPGRID_HEADER__
 

Typedefs

typedef struct grid2d grid2d
 
typedef grid2dpgrid2d
 
typedef const grid2dpcgrid2d
 

Detailed Description

Header file for FASP grid.


Copyright (C) 2015–Present by the FASP team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file fasp_grid.h.

Macro Definition Documentation

◆ __FASPGRID_HEADER__

#define __FASPGRID_HEADER__

indicate fasp_grid.h has been included before

Definition at line 12 of file fasp_grid.h.

Typedef Documentation

◆ grid2d

typedef struct grid2d grid2d

2D grid type for plotting

◆ pcgrid2d

typedef const grid2d* pcgrid2d

Grid in 2d

Definition at line 45 of file fasp_grid.h.

◆ pgrid2d

typedef grid2d* pgrid2d

Grid in 2d

Definition at line 43 of file fasp_grid.h.