OutMeshPbc()

Output the mesh Pbc from the given node in a .PBC file.

Usage

OutMeshPbc( node )

Parameters

node (string)
Database path of the node.

Return Value

None

Errors

  • The node must exist in the database.
  • The database must contain the node related information (CNN, user IDs).

Description

This routine outputs the mesh Pbc data from the given node in a .PBC file. For example,
meshPbc = ROOT + RS + "Mesh" + RS + "Periodics"
nodePer = meshPbc + RS + meshName
OutMeshPbc( nodePer )