Docker file for svFSI preconditioner

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Krashn Kumar Dwivedi
Posts: 4
Joined: Fri Feb 10, 2023 10:58 am

Docker file for svFSI preconditioner

Post by Krashn Kumar Dwivedi » Tue Jul 25, 2023 4:00 pm

I Want to build a docker file for svFSI which can run the simulation on cluster. My simulations require Trilinos precondition.
Does this preconditioner is possible with docker file. Please guide me to build a docker file for svFSI which support Trilinos preconditioner


Thank you very Much

User avatar
David Parker
Posts: 1716
Joined: Tue Aug 23, 2005 2:43 pm

Re: Docker file for svFSI preconditioner

Post by David Parker » Fri Jul 28, 2023 4:10 pm

Hello,

I guess you will just need to download Trilinos and build it within the Docker container. Building Trilinos is tricky so I would figure out the build process outside of Docker first.

Cheers,
Dave

User avatar
Krashn Dwivedi
Posts: 15
Joined: Fri Feb 03, 2023 2:13 pm

Re: Docker file for svFSI preconditioner

Post by Krashn Dwivedi » Tue Aug 01, 2023 10:21 am

if I will you inbuild svFSI linear solver for FSI simulation of mice aorta, will simulation affect except time large simulation time?

User avatar
David Parker
Posts: 1716
Joined: Tue Aug 23, 2005 2:43 pm

Re: Docker file for svFSI preconditioner

Post by David Parker » Tue Aug 01, 2023 11:39 am

Hello,

I didn't quite understand your question.

The Trilinos preconditioner might could speed up the simulation. You will need to test on your simulation on a laptop or workstation to see if you get a significant speed-up to make it worthwhile to include Trilinos in the Docker container.

Cheers,
Dave

User avatar
Krashn Dwivedi
Posts: 15
Joined: Fri Feb 03, 2023 2:13 pm

Re: Docker file for svFSI preconditioner

Post by Krashn Dwivedi » Tue Aug 01, 2023 12:27 pm

Thank you
I got the answer

POST REPLY