lucasmyers97 / maier-saupe-lc-hydrodynamics

Work at University of Minnesota using finite element methods to simulate hydrodynamics of liquid crystals with a Maier-Saupe field theory free energy
4 stars 0 forks source link

HydroFixedConfiguration not reading `--centers` command line option properly #15

Closed lucasmyers97 closed 1 year ago

lucasmyers97 commented 2 years ago

If you try to run HydroFixedConfiguration with two defects and pass in the centers via command line, it will work if you pass in --centers -35 0 35 0 but won't work if you pass in --centers 0 -35 0 35. I don't know why this is happening but I don't want to take the time to fix it right now.

lucasmyers97 commented 1 year ago

Don't take parameters from the command line anymore, so this is no longer a problem.