Skip to content

Commit 63d5772

Browse files
committed
more linear solvers for tests
1 parent 97f18f4 commit 63d5772

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/differentiable/isosurface-inflator-periodic/state.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"grad_norm": 1e-7
1919
},
2020
"linear": {
21-
"solver": "Eigen::PardisoLLT"
21+
"solver": ["Eigen::PardisoLLT", "Eigen::AccelerateLLT", "Eigen::CholmodSupernodalLLT"]
2222
},
2323
"adjoint_linear": {
24-
"solver": "Eigen::PardisoLDLT"
24+
"solver": ["Eigen::PardisoLDLT", "Eigen::AccelerateLDLT", "Eigen::SimplicialLDLT"]
2525
}
2626
},
2727
"boundary_conditions": {

tests/differentiable/isosurface-inflator/state.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"solver": {
1818
"linear": {
19-
"solver": "Eigen::PardisoLLT"
19+
"solver": ["Eigen::PardisoLLT", "Eigen::AccelerateLLT", "Eigen::CholmodSupernodalLLT"]
2020
},
2121
"adjoint_linear": {
22-
"solver": "Eigen::PardisoLDLT"
22+
"solver": ["Eigen::PardisoLDLT", "Eigen::AccelerateLDLT", "Eigen::SimplicialLDLT"]
2323
}
2424
},
2525
"boundary_conditions": {

0 commit comments

Comments
 (0)