CmUtils::debug

Base class for the CMISS modules related to nodes, files etc. Defines shared methods and variables for debugging and help. Any class or structure derived from CMISS have these methods available. This includes:

  CmUtils::Objects::Component
  CmUtils::Objects::Field
  CmUtils::Objects::FieldSet
  CmUtils::Objects::Node
  CmUtils::Objects::NodeGroup

METHODS

debug([number])

Activates or deactivates a shared debug flag for the modules derived from this class. Returns the state of this flag.

verbose([number])

Activates or deactivates a shared verbose flag for the modules derived from this class. Set/test this for printing out information.

listMethods()

Print out the list of available methods for this object to STDERR. Gets list from POD docs, not from Package variables.

help([method])

Print out the POD documentation for this object to STDERR. If METHOD is given, only the help for this method is printed.

SEE ALSO

CmUtils::File for routines related to handling CMISS nodal files (exnode, ipnode, ipdata, ipfiel).