abarret / multiphase-stokes

Solver a mixture of fluids based on IBAMR
1 stars 0 forks source link

Create MultiphaseLib #48

Closed abarret closed 1 year ago

abarret commented 1 year ago

These updates things to a more traditional directory structure. Common sources are moved to src/ and headers are now found in include/. Instead of compiling sources for each executable, we create a library and link to the library.

I've removed compilation of the tests directory, but I left the code in place just in-case we need it again.

abarret commented 1 year ago

This just changes directory structure and runs clang-format. There contains no substantive changes to the code so I'll go ahead and merge.