SIDL_C_INLINE_DECL int32_t bHYPRE_StructGrid_SetPeriodic ( bHYPRE_StructGrid self, int32_t* periodic, int32_t dim, sidl_BaseInterface *_ex)

Set the periodicity for the grid

Documentation

Set the periodicity for the grid. Default is no periodicity.

The argument periodic is an dim-dimensional integer array that contains the periodicity for each dimension. A zero value for a dimension means non-periodic, while a nonzero value means periodic and contains the actual period. For example, periodicity in the first and third dimensions for a 10x11x12 grid is indicated by the array [10,0,12].

NOTE: Some of the solvers in hypre have power-of-two restrictions on the size of the periodic dimensions.

alphabetic index hierarchy of classes


generated by doc++