COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
utest-common-print-timing-tree.py
Go to the documentation of this file.
1 import coolfluid as cf
2 
3 printer = cf.root.create_component('PrintTimingTree', 'cf3.common.PrintTimingTree')
4 printer.root = cf.root
5 printer.execute()
Send comments to:
COOLFluiD Web Admin