comp-physics / RBC3D

3D Spectral boundary integral solver for cell-scale blood flow
MIT License
7 stars 3 forks source link

Add Sample Files Documentation and Refactor Initcond_Random #15

Closed smullangi3 closed 8 months ago

smullangi3 commented 8 months ago

This PR contains code which:

  1. Adds more documentation to the sample_files directory in the form of READMEs. This addition should fix Issue #10

  2. Refactores the initcond_random.F90 code to promote readability. This is done by getting rid of goto-statements, adding valuable comments, and separating code into helper functions to increase modularity and avoid too much nesting.