COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Namespaces | Variables
utest-zoltan-phg.py File Reference

Go to the source code of this file.

Namespaces

 utest-zoltan-phg
 

Variables

tuple env = cf.Core.environment()
 
tuple root = cf.Core.root()
 
tuple domain = root.create_component('Domain', 'cf3.mesh.Domain')
 
tuple mesh = domain.create_component('mesh','cf3.mesh.Mesh')
 
tuple mesh_generator = domain.create_component("MeshGenerator","cf3.mesh.SimpleMeshGenerator")
 
tuple my_rank = cf.Core.rank()
 
 ranks = mesh.geometry.children.rank
 
int my_nb_nodes = 0
 
tuple partitioner = domain.create_component('Partitioner', 'cf3.zoltan.PHG')
 
tuple make_par_data = root.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields')
 
Send comments to:
COOLFluiD Web Admin