7.4 Informations functions

info( )
Write informations about the object variables content.

spec_info( )
Write specific info.

object_info( )
Write class(object) info.

nodes_info( )
Write info on nodes.

memory_info( )
Write info on memory size of the current object (only counting arrays size)

get_list_of_array( )
Return the list of numarray vectors of size nbody.

get_list_of_method( )
Return the list of instance methods (functions).

get_list_of_vars( )
Get the list of vars that are linked to the model.

has_array( name)
Return true if the object pNbody has an array called self.name

find_vars( name)
This function return a list of variables defined in the current object.

See About this document... for information on suggesting changes.