Python script to automate decomposition of MESH statements
The package is available on PyPI and can be installed using pip:
pip install fdsdecompose
fdsdecompose input.fds output.fds --decomposition 3,3,3
Distributed under the LGPLv3 (GNU Lesser General Public License v3) license. See LICENSE
for more information.
- Fork it (https://github.com/FireDynamics/FDSMeshDecomposer/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request