COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Functions | Variables
utest-mesh-actions-meshdiff Namespace Reference

Functions

def build_mesh (mesh, parent)
 

Variables

tuple env = cf.Core.environment()
 
tuple root = cf.Core.root()
 
tuple domain = root.create_component('Domain', 'cf3.mesh.Domain')
 
tuple meshdiff = domain.create_component('MeshDiff', 'cf3.mesh.actions.MeshDiff')
 
tuple make_par_data = root.create_component('MakeParData', 'cf3.solver.actions.ParallelDataToFields')
 

Function Documentation

def utest-mesh-actions-meshdiff.build_mesh (   mesh,
  parent 
)

Definition at line 4 of file utest-mesh-actions-meshdiff.py.

Variable Documentation

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

Definition at line 30 of file utest-mesh-actions-meshdiff.py.

tuple env = cf.Core.environment()

Definition at line 25 of file utest-mesh-actions-meshdiff.py.

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

Definition at line 47 of file utest-mesh-actions-meshdiff.py.

tuple meshdiff = domain.create_component('MeshDiff', 'cf3.mesh.actions.MeshDiff')

Definition at line 31 of file utest-mesh-actions-meshdiff.py.

tuple root = cf.Core.root()

Definition at line 29 of file utest-mesh-actions-meshdiff.py.

Send comments to:
COOLFluiD Web Admin