Skip to content

Commit

Permalink
more linear solvers for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Huangzizhou committed Oct 10, 2024
1 parent 97f18f4 commit 63d5772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/differentiable/isosurface-inflator-periodic/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"grad_norm": 1e-7
},
"linear": {
"solver": "Eigen::PardisoLLT"
"solver": ["Eigen::PardisoLLT", "Eigen::AccelerateLLT", "Eigen::CholmodSupernodalLLT"]
},
"adjoint_linear": {
"solver": "Eigen::PardisoLDLT"
"solver": ["Eigen::PardisoLDLT", "Eigen::AccelerateLDLT", "Eigen::SimplicialLDLT"]
}
},
"boundary_conditions": {
Expand Down
4 changes: 2 additions & 2 deletions tests/differentiable/isosurface-inflator/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"solver": {
"linear": {
"solver": "Eigen::PardisoLLT"
"solver": ["Eigen::PardisoLLT", "Eigen::AccelerateLLT", "Eigen::CholmodSupernodalLLT"]
},
"adjoint_linear": {
"solver": "Eigen::PardisoLDLT"
"solver": ["Eigen::PardisoLDLT", "Eigen::AccelerateLDLT", "Eigen::SimplicialLDLT"]
}
},
"boundary_conditions": {
Expand Down

0 comments on commit 63d5772

Please sign in to comment.