Struct Grids


typedef struct hypre_StructGrid_struct* HYPRE_StructGrid
A grid object is constructed out of several ``boxes'', defined on a global abstract index space
int HYPRE_StructGridCreate(MPI_Comm comm, int ndim, HYPRE_StructGrid *grid)
Create an ndim-dimensional grid object
HYPRE_StructGridDestroy
Destroy a grid object
int HYPRE_StructGridSetExtents(HYPRE_StructGrid grid, int *ilower, int *iupper)
Set the extents for a box on the grid
int HYPRE_StructGridAssemble(HYPRE_StructGrid grid)
Finalize the construction of the grid before using
int HYPRE_StructGridSetPeriodic(HYPRE_StructGrid grid, int *periodic)
(Optional) Set periodic
alphabetic index hierarchy of classes


generated by doc++