chowland / AFiD-MuRPhFi

Advanced Finite Difference flow solver with Multiple Resolution and Phase-Field implementations
https://chowland.github.io/AFiD-MuRPhFi/
12 stars 1 forks source link

New stencil implementation #15

Closed chowland closed 3 years ago

chowland commented 3 years ago

Since the previous CreateMgrdStencil involved a lot of repeated code, I have moved the subroutine to generate this to a module, making the source more readable and the code cleaner.

chowland commented 3 years ago

For clarity, here is an overview of the key changes in this pull request: