Skip to content

Commit

Permalink
fix: matred symmetry flag was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanshauer committed Aug 21, 2023
1 parent 1801beb commit fc06737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Matrix/pzmatred.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ void TPZMatRed<TVar,TSideMatrix>::SetSolver(TPZAutoPointer<TPZMatrixSolver<TVar>
{
fK00=solver->Matrix();
fSolver = solver;
this->fSymProp = fK00->GetSymmetry();
}


Expand Down

0 comments on commit fc06737

Please sign in to comment.