Replies: 1 comment
-
|
@amscosta Please post questions in the SV Forum so other users can see them. The svMultiPhysics solver is a C++ solver and uses an XML format input file. The .inp file is for the svFSI Fortran solver. This solver is no longer supported and will soon be archived. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In the following text block in the file svFSI-Tests/07-fsi/ale/01-channel-leaflets_2D/svFSI.inp:
LS type: GMRES {
Preconditioner: Trilinos-ILUT
Tolerance: 1e-6
Max iterations: 100
Krylov space dimension: 50
}
Is there any alternative for the Preconditioner besides Trilinos-ILUT?
I built the svFSI solver without the Trilinos library(i am facing installing issues with that library)
Any thoughts are very welcome
Beta Was this translation helpful? Give feedback.
All reactions