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

Go to the source code of this file.

Namespaces

 utest-cgal-tetrahedralize
 

Variables

tuple root = cf.Core.root()
 
int segs = 10
 
tuple mesh3d = root.create_component('mesh3d','cf3.mesh.Mesh')
 
tuple blocks = root.create_component('model', 'cf3.mesh.BlockMesh.BlockArrays')
 
tuple points = blocks.create_points(dimensions = 2, nb_points = 4)
 
tuple block_nodes = blocks.create_blocks(1)
 
tuple block_subdivs = blocks.create_block_subdivisions()
 
tuple gradings = blocks.create_block_gradings()
 
tuple triangulator = root.create_component('Tetrahedralize', 'cf3.CGAL.Tetrahedralize')
 
Send comments to:
COOLFluiD Web Admin