RegPbcOut()

Register a Periodics (Pbc) output function.

Usage

RegPbcOut( func, args=None )

Parameters

func (function)
Name of the Pbc output function to be registered.
args (tuple)
Tuple of Pbc output function arguments.

Return Value

None

Error

The Pbc output function must be already defined.

Description

This routine registers a periodics (Pbc) output function in order to call it later. The Pbc output function name is given by func and function's arguments are given by args. For example,
RegPbcOut( func = cmdOutPeriodicBoundaryCondition )