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

Switch between PETSc and Trilinos easily #31

Closed lucasmyers97 closed 1 year ago

lucasmyers97 commented 2 years ago

I would like to be able to easily switch between programs which use PETSc and the same programs which use Trilinos. The rationale for this would be to easily compare the two (see whether the solutions are the same, speed, etc.). Probably need to accomplish this with some sort of struct which takes in a template parameter and gives back a namespace or something.

lucasmyers97 commented 1 year ago

Actually need to get rid of PETSC. Will hopefully used geometric multigrid in the future so that I can also get rid of Trilinos (might be some work to do that though).