Skip to content

Commit

Permalink
Set preferred matrix type for fluid-FSI solver to unsymmetric.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaas1978 committed Nov 6, 2024
1 parent 7630b9c commit a1058a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FEBioFluid/FEFluidFSISolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ class FEBIOFLUID_API FEFluidFSISolver : public FENewtonSolver
//! Generate warnings if needed
void SolverWarnings();

//! preferred matrix type should be unsymmetric.
Matrix_Type PreferredMatrixType() const override { return REAL_UNSYMMETRIC; };

public:
//{ --- evaluation and update ---
//! Perform an update
Expand Down

0 comments on commit a1058a8

Please sign in to comment.