problem

class granoo3.lib.problem

Bases: Boost.Python.instance

utility singleton class for managing computation

Methods Summary

end(arg1)

end the calculation

get()

access to the singleton object

read(arg1, arg2)

read xml input file

run(arg1, arg2)

run problem with standard command line argument

start(arg1)

start computation

Methods Documentation

end((problem)arg1) None[STATIC]

end the calculation

static get() problem[STATIC]

access to the singleton object

read((problem)arg1, (str)arg2) None[STATIC]

read xml input file

run((problem)arg1, (list)arg2) None[STATIC]

run problem with standard command line argument

start((problem)arg1) None[STATIC]

start computation