Adrien
Created by: acrovato
Context
This PR brings three new features:
- mesh data structure and I/O classes in tbox have been reworked
- VTK is now decoupled from tbox (cfr. issue #25)
- waves is now partially integrated with Shippable for CI purposes
Test
Built and tested on gaston. Results have been added to testsuite.txt
Merge request reports
Activity
Filter activity
28 28 # mesh a unit square 29 29 pars={ 'Lx' : 1 , 'Ly' : 1, 'Nx' : 50, 'Ny' : 50} 30 30 msh = gmsh.MeshLoader("../../models/rect_stru.geo",__file__).execute(**pars) 31 gmshWriter = tbox.GmshExport(msh) 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # 4 # @brief Utilities for tbox 5 # @authors Adrien Crovato 6 7 # @brief Extended range with custom step 28 28 # mesh a unit square 29 29 pars={ 'Lx' : 1 , 'Ly' : 1, 'Nx' : 50, 'Ny' : 50} 30 30 msh = gmsh.MeshLoader("../../models/rect_stru.geo",__file__).execute(**pars) 31 gmshWriter = tbox.GmshExport(msh) 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # 4 # @brief Utilities for tbox 5 # @authors Adrien Crovato 6 7 # @brief Extended range with custom step
Please register or sign in to reply