SCOREC / mumfim

MuMFiM: Multiscale Modeling of Fibrous Materials
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Single scale utility does not read petsc_optons file #14

Open jacobmerson opened 2 years ago

jacobmerson commented 2 years ago

I noticed a drastic solve time difference between running a neohookean model with the multiscale utility, or the singlescale utility. This was because I was using a LU solver for the multiscale utility, whereas the singlescale application was not reading the petsc_options file which was causing petsc to default to the GMRES solver.