Scrambler
1
|
Module for manipulating boundary type objects. More...
Data Types | |
type | Boundaries |
Defines the boundary of an info structure. More... | |
type | Face |
Defines two faces of an info structure (left and right, top and bottom, etc...) More... | |
type | pBoundaries |
Defines a pointer to boundary types - so boundaries can be put in arrays. More... | |
Public Member Functions | |
subroutine | AllocBoundaries (fixups, mB) |
Allocates fixups based on bounds. | |
subroutine | DeAllocBoundaries (fixups) |
Deallocates fixups. |
Module for manipulating boundary type objects.
Definition at line 32 of file boundary.f90.
subroutine AllocBoundaries | ( | TYPE(Boundaries), pointer | fixups, |
INTEGER, dimension(3,2) | mB | ||
) |
Allocates fixups based on bounds.
fixups | boundaries object |
mB | bounds of grid |
Definition at line 60 of file boundary.f90.
subroutine DeAllocBoundaries | ( | TYPE(Boundaries), pointer | fixups | ) |