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

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')
 

Variable Documentation

tuple domain = root.create_component('Domain', 'cf3.mesh.Domain')

Definition at line 14 of file utest-zoltan-phg.py.

tuple env = cf.Core.environment()

Definition at line 4 of file utest-zoltan-phg.py.

tuple make_par_data = root.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields')

Definition at line 49 of file utest-zoltan-phg.py.

tuple mesh = domain.create_component('mesh','cf3.mesh.Mesh')

Definition at line 15 of file utest-zoltan-phg.py.

tuple mesh_generator = domain.create_component("MeshGenerator","cf3.mesh.SimpleMeshGenerator")

Definition at line 17 of file utest-zoltan-phg.py.

int my_nb_nodes = 0

Definition at line 29 of file utest-zoltan-phg.py.

tuple my_rank = cf.Core.rank()

Definition at line 26 of file utest-zoltan-phg.py.

tuple partitioner = domain.create_component('Partitioner', 'cf3.zoltan.PHG')

Definition at line 36 of file utest-zoltan-phg.py.

ranks = mesh.geometry.children.rank

Definition at line 28 of file utest-zoltan-phg.py.

tuple root = cf.Core.root()

Definition at line 13 of file utest-zoltan-phg.py.

Send comments to:
COOLFluiD Web Admin