artorg-unibe-ch / spline_mesher

Meshing tool for homogenised finite elements based on HR-pQCT images
https://artorg-unibe-ch.github.io/spline_mesher/
MIT License
0 stars 0 forks source link

works fine, but needs to be parametrized (number of trabecular radial points) #39

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

https://github.com/simoneponcioni/spline-mesher/blob/a8c2624ddd29ca255b6dd95b6e3f1047bc081c82/src/spline_mesher/gmsh_mesh_builder.py#L438


        bspline_tags = list(map(int, bspline_tags))
        surface_tags = list(map(int, surface_tags))

        for test in test_list:
            self.model.mesh.setTransfiniteCurve(
                test, 5, "Progression", 1.2
            )  # TODO: works fine, but needs to be parametrized (number of trabecular radial points)

        for intersection in intersection_tags:
            self.model.mesh.setTransfiniteCurve(intersection, self.n_transverse)
github-actions[bot] commented 1 year ago

Closed in dd180a9fee5a1c2ee00063b6bb3763f0b9edaf48