Scrambler  1
Boundary Module Reference

Module for manipulating boundary type objects. More...

List of all members.

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.

Detailed Description

Module for manipulating boundary type objects.

Definition at line 32 of file boundary.f90.


Member Function/Subroutine Documentation

subroutine AllocBoundaries ( TYPE(Boundaries), pointer  fixups,
INTEGER, dimension(3,2)  mB 
)

Allocates fixups based on bounds.

Parameters:
fixupsboundaries object
mBbounds of grid

Definition at line 60 of file boundary.f90.

subroutine DeAllocBoundaries ( TYPE(Boundaries), pointer  fixups)

Deallocates fixups.

Parameters:
fixupsboundaries object

Definition at line 98 of file boundary.f90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables