Skip to content

Commit

Permalink
Merge branch 'enh/meshtools' of github.com:jcanton/pymech into enh/me…
Browse files Browse the repository at this point in the history
…shtools
  • Loading branch information
guillaumechauvat committed Dec 26, 2022
2 parents 1baae43 + 91d9266 commit b9ca9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pymech/meshtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,7 @@ def rotate_2d(mesh, x0, y0, theta):

# =================================================================================


def gen_box(
nx: int,
ny: int,
Expand Down
1 change: 1 addition & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def mapping(x, y):
math.isclose(circle_mesh.elem[35].curv[3, 1], -0.2516125141385187)
assert circle_mesh.elem[38].ccurv == ['m', 'm', 'm', 'm', '', '', '', '', '', '', '', '']


# ------------------------------------------------------------------------------
# test simson scripts
#
Expand Down

0 comments on commit b9ca9e3

Please sign in to comment.