Skip to content

Commit

Permalink
We don't prefer hash table matrix assembly by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad committed Nov 22, 2024
1 parent 4228676 commit d7b4e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/system.C
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ System::System (EquationSystems & es,
adjoint_already_solved (false),
_hide_output (false),
project_with_constraints (true),
_prefer_hash_table_matrix_assembly(true),
_prefer_hash_table_matrix_assembly(false),
_require_sparsity_pattern (false)
{
}
Expand Down

0 comments on commit d7b4e6e

Please sign in to comment.