Skip to content

Commit

Permalink
Update unit tests for surface and volume
Browse files Browse the repository at this point in the history
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
  • Loading branch information
gha3mi committed Jul 1, 2024
1 parent a17dcf1 commit cfe4b8a
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 39 deletions.
4 changes: 2 additions & 2 deletions test/test_nurbs_surface.f90
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ program test_nurbs_surface
call ut%check(res=bsp%get_Xg(), expected=Xgb, tol=1e-5_rk, msg="test_nurbs_surface: 82")


call nurbs%set_tetragon([0.0_rk, 2.0_rk], [2,2])
call bsp%set_tetragon([0.0_rk, 2.0_rk], [2,2], [1.0_rk,1.0_rk,0.9_rk,0.9_rk])
call nurbs%set_tetragon([2.0_rk, 2.0_rk], [2,2])
call bsp%set_tetragon([2.0_rk, 2.0_rk], [2,2], [1.0_rk,1.0_rk,0.9_rk,0.9_rk])
call nurbs%set_ring([0.0_rk, 0.0_rk, 0.0_rk], 1.0_rk, 2.0_rk)
call nurbs%set_half_ring([0.0_rk, 0.0_rk, 0.0_rk], 1.0_rk, 2.0_rk)
call nurbs%set_C([0.0_rk, 0.0_rk, 0.0_rk], 1.0_rk, 2.0_rk)
Expand Down
Loading

0 comments on commit cfe4b8a

Please sign in to comment.