Skip to content

Commit f224b07

Browse files
committed
update for diff test refactor
1 parent 7954637 commit f224b07

42 files changed

Lines changed: 42 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

input/barycenter-target.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"contact": {
4242
"enabled": true,
43+
"use_convergent_formulation": true,
4344
"friction_coefficient": 0.2
4445
},
4546
"solver": {

input/barycenter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"contact": {
4242
"enabled": true,
43+
"use_convergent_formulation": true,
4344
"friction_coefficient": 0.2
4445
},
4546
"solver": {

input/damping-transient-target.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
},
5555
"contact": {
5656
"enabled": true,
57+
"use_convergent_formulation": true,
5758
"friction_coefficient": 0.5
5859
},
5960
"solver": {

input/damping-transient.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
},
5555
"contact": {
5656
"enabled": true,
57+
"use_convergent_formulation": true,
5758
"friction_coefficient": 0.5
5859
},
5960
"solver": {

input/dirichlet-ref.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
},
7676
"contact": {
7777
"enabled": true,
78+
"use_convergent_formulation": true,
7879
"friction_coefficient": 0
7980
},
8081
"solver": {

input/dirichlet-sdf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
},
9090
"contact": {
9191
"enabled": true,
92+
"use_convergent_formulation": true,
9293
"dhat": 0.001,
9394
"friction_coefficient": 0.5
9495
},

input/homogenize-stress-periodic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"contact": {
1818
"enabled": true,
19+
"use_convergent_formulation": true,
1920
"dhat": 0.005,
2021
"periodic": true
2122
},

input/homogenize-stress.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"contact": {
1717
"enabled": true,
18+
"use_convergent_formulation": true,
1819
"dhat": 0.01,
1920
"periodic": false
2021
},

input/initial-contact-target.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"contact": {
4242
"enabled": true,
43+
"use_convergent_formulation": true,
4344
"friction_coefficient": 0.2
4445
},
4546
"solver": {

input/initial-contact.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"contact": {
4242
"enabled": true,
43+
"use_convergent_formulation": true,
4344
"friction_coefficient": 0.2
4445
},
4546
"solver": {

0 commit comments

Comments
 (0)