cuspaceflight / firefish

CFD simulation software for Martlet 3
Apache License 2.0
5 stars 4 forks source link

Stl join #46

Closed jb803 closed 8 years ago

jb803 commented 8 years ago

Takes Boyuan's joinSTL code and combines it with the original snappyHexMesh code so that instead of having two separate functions of generate_mesh and generate_multipart_mesh we have one which works out what to do based on the length of the list it's given as an input.

Not sure if this should be pulled directly into master or whether it should be pulled directly into the stlJoin branch and then into master.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.7%) to 93.766% when pulling 50619f8f4b55bb42db5b7cc0350d7e371bfb528a on jb803:stlJoin into f2122fe857264e279fd599555b837321f6e8fb4e on cuspaceflight:master.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-1.7%) to 93.766% when pulling 1aeadb22be3f21dc983e003c79542906d4219c46 on jb803:stlJoin into f2122fe857264e279fd599555b837321f6e8fb4e on cuspaceflight:master.

boyuanxiao commented 8 years ago

Looks good :+1: