Skip to content

Commit 3118f47

Browse files
authored
Merge branch 'polyfem:main' into main
2 parents 2e8ea12 + 096530a commit 3118f47

42 files changed

Lines changed: 77 additions & 35 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: 2 additions & 1 deletion
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": {
@@ -97,4 +98,4 @@
9798
"save_time_sequence": false
9899
}
99100
}
100-
}
101+
}

input/barycenter.json

Lines changed: 2 additions & 1 deletion
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": {
@@ -97,4 +98,4 @@
9798
"save_time_sequence": false
9899
}
99100
}
100-
}
101+
}

input/damping-transient-target.json

Lines changed: 2 additions & 1 deletion
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": {
@@ -112,4 +113,4 @@
112113
"save_time_sequence": false
113114
}
114115
}
115-
}
116+
}

input/damping-transient.json

Lines changed: 2 additions & 1 deletion
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": {
@@ -112,4 +113,4 @@
112113
"save_time_sequence": false
113114
}
114115
}
115-
}
116+
}

input/dirichlet-ref.json

Lines changed: 2 additions & 1 deletion
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": {
@@ -239,4 +240,4 @@
239240
"save_time_sequence": false
240241
}
241242
}
242-
}
243+
}

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": 1e-3,
9394
"friction_coefficient": 0.5
9495
},

input/homogenize-stress-periodic.json

Lines changed: 2 additions & 1 deletion
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": 5e-3,
2021
"periodic": true
2122
},
@@ -55,4 +56,4 @@
5556
"E": 1e3,
5657
"nu": 0.5
5758
}
58-
}
59+
}

input/homogenize-stress.json

Lines changed: 2 additions & 1 deletion
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": 1e-2,
1920
"periodic": false
2021
},
@@ -54,4 +55,4 @@
5455
"E": 1e3,
5556
"nu": 0.5
5657
}
57-
}
58+
}

input/initial-contact-target.json

Lines changed: 2 additions & 1 deletion
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": {
@@ -91,4 +92,4 @@
9192
"save_time_sequence": false
9293
}
9394
}
94-
}
95+
}

input/initial-contact.json

Lines changed: 2 additions & 1 deletion
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": {
@@ -91,4 +92,4 @@
9192
"save_time_sequence": false
9293
}
9394
}
94-
}
95+
}

0 commit comments

Comments
 (0)