Skip to content

Commit

Permalink
fix for segfault error
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-mitruka committed Oct 20, 2023
1 parent 38895cd commit cd3e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/testAdaptiveStepSizing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ auto NonLinearElasticityLoadControlNRandTRforKLShell() {

// auto nonLinOp = Ikarus::NonLinearOperator(Ikarus::functions(fvLambda, dfvLambda), Ikarus::parameter(D, lambda));

auto linSolver = Ikarus::ILinearSolver<double>(Ikarus::SolverTypeTag::d_LDLT);
auto linSolver = Ikarus::ILinearSolver<double>(Ikarus::SolverTypeTag::sd_SimplicialLDLT);

double stepSize = 0.1;
int load_steps = 7;
Expand Down

0 comments on commit cd3e499

Please sign in to comment.