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
-
HYPRE_StructGridSetPeriodic
-
Set the periodicity for the grid
-
int HYPRE_StructGridSetNumGhost(HYPRE_StructGrid grid, int *num_ghost)
-
Set the ghost layer in the grid object
alphabetic index hierarchy of classes
generated by doc++