Skip to content

Commit

Permalink
Fixed test single_pnt_2d.frictionless_pen_contact_line_search
Browse files Browse the repository at this point in the history
Refs #12563
  • Loading branch information
fdkong committed Nov 30, 2018
1 parent 2deebfc commit 9ff3a4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
@@ -1,4 +1,4 @@
time,accum_slip_x,accum_slip_y,bot_react_x,bot_react_y,disp_x,disp_y,inc_slip_x,inc_slip_y,top_react_x,top_react_y
0,0,0,0,0,0,0,0,0,0,0
0.001,-5.4657833814531e-11,3.9221544226026e-20,-4.4881973371678e-06,0.61791898896498,1.2344295761146e-15,-0.0020000004054984,-5.4657833814531e-11,3.9221544226026e-20,-2.3916449376493e-10,-0.6179171992362
0.002,-0.00099999905502579,7.1571437626571e-13,-6.3879125632355e-05,0.61759927675958,-0.00099999900042936,-0.002000000403826,-0.00099999900036796,7.1571433704417e-13,-5.5167108342011e-05,-0.61791099135342
time,accum_slip_x,accum_slip_y,disp_x,disp_y,inc_slip_x,inc_slip_y
0,0,0,0,0,0,0
0.001,-5.4657611769926e-11,3.9221337430873e-20,1.5043240610426e-15,-0.0020000004054984,-5.4657611769926e-11,3.9221337430873e-20
0.002,-0.00099999905501014,7.1571813606986e-13,-0.00099999900041363,-0.0020000004038275,-0.00099999900035252,7.1571809684852e-13
Expand Up @@ -144,26 +144,6 @@
[]

[Postprocessors]
[./bot_react_x]
type = NodalSum
variable = saved_x
boundary = 1
[../]
[./bot_react_y]
type = NodalSum
variable = saved_y
boundary = 1
[../]
[./top_react_x]
type = NodalSum
variable = saved_x
boundary = 4
[../]
[./top_react_y]
type = NodalSum
variable = saved_y
boundary = 4
[../]
[./disp_x]
type = NodalVariableValue
nodeid = 5
Expand Down

0 comments on commit 9ff3a4d

Please sign in to comment.