Skip to content

Commit 2d89800

Browse files
committed
test data for gcp
1 parent 089ec98 commit 2d89800

File tree

6 files changed

+4247
-0
lines changed

6 files changed

+4247
-0
lines changed

gcp-contact/common.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"contact": {
3+
"enabled": true,
4+
"dhat": 0.01,
5+
"alpha_t": 1e-1,
6+
"alpha_n": 1e-1,
7+
"use_gcp_formulation": true
8+
},
9+
"solver": {
10+
"linear": {
11+
"solver": ["Eigen::PardisoLLT", "Eigen::CholmodSupernodalLLT", "Eigen::SimplicialLDLT"]
12+
},
13+
"nonlinear": {
14+
"line_search": {
15+
"method": "Backtracking",
16+
"use_grad_norm_tol": 1e-6
17+
},
18+
"Newton": {
19+
"use_psd_projection": false,
20+
"use_psd_projection_in_regularized": false
21+
},
22+
"solver": "Newton",
23+
"grad_norm": 1e-4,
24+
"advanced": {
25+
"derivative_along_delta_x_tol": 1e-18
26+
}
27+
},
28+
"contact": {
29+
"barrier_stiffness": 1e6,
30+
"CCD": {
31+
"broad_phase": "BVH"
32+
}
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)