SStruct Grids


o *HYPRE_SStructGrid
A grid object is constructed out of several structured ``parts'' and an optional unstructured ``part''.
o HYPRE_SStructVariable
An enumerated type that supports cell centered, node centered, face centered, and edge centered variables.
o HYPRE_SStructGridCreate
Create an ndim-dimensional grid object with nparts structured parts
o HYPRE_SStructGridDestroy
Destroy a grid object.
o HYPRE_SStructGridSetExtents
Set the extents for a box on a structured part of the grid
o HYPRE_SStructGridSetVariables
Describe the variables that live on a structured part of the grid
o HYPRE_SStructGridAddVariables
Describe additional variables that live at a particular index.
o HYPRE_SStructGridSetNeighborBox
Describe how regions just outside of a part relate to other parts.
o HYPRE_SStructGridAddUnstructuredPart
Add an unstructured part to the grid.
o HYPRE_SStructGridAssemble
Finalize the construction of the grid before using
o HYPRE_SStructGridSetPeriodic
Set the periodicity a particular part.
o HYPRE_SStructGridSetNumGhost
Setting ghost in the sgrids

Alphabetic index