Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco committed Dec 14, 2023
1 parent 8b58927 commit 0b3f1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ShapeOptimization/LevelSetCantilever2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main(int, char**)
Alert::Info() << "Saved initial mesh to Omega0.mesh" << Alert::Raise;

// Solver
Solver::UMFPack solver;
Solver::SparseLU solver;

// Optimization loop
std::vector<double> obj;
Expand Down
2 changes: 1 addition & 1 deletion examples/ShapeOptimization/LevelSetCantilever3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int main(int, char**)
Alert::Info() << "Saved initial mesh to Omega0.mesh" << Alert::Raise;

// Solver
Solver::UMFPack solver;
Solver::SparseLU solver;

// Optimization loop
std::vector<double> obj;
Expand Down

0 comments on commit 0b3f1c3

Please sign in to comment.