Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AB2 and RK2; Randomized Cell Placement Support for Different Cell Types #16

Merged
merged 5 commits into from
Feb 8, 2024

Conversation

smullangi3
Copy link
Contributor

2nd-order Adams-Bashforth and general explicit Runge-Kutta time integrator methods are added to ModTimeInt.F90 in common/. Note that RK2 can be Heun's method, Ralston's method, or the Midpoint method by choosing an 'alpha' of 1, 2/3, or 1/2 respectively.

Additionally, the randomized cell placement algorithm is expanded to place cells of any specified type, where 1: RBC, 2: WBC, and 3: Sickle Cell.

@smullangi3 smullangi3 changed the title Add AB2 and RK2 time-integration methods; Expand randomized_case to include multiple celltypes Add AB2 and RK2; Randomized Cell Placement Support for Different Cell Types Feb 8, 2024
@sbryngelson
Copy link
Member

please rename the TimeInt subroutine(s) to TimeInt_Euler so it's obvious what they are now that we support more than 1 method.

@smullangi3
Copy link
Contributor Author

please rename the TimeInt subroutine(s) to TimeInt_Euler so it's obvious what they are now that we support more than 1 method.

Done in 2nd revision

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants