abarret / clotting_model

An IBAMR implementation of Fogelson and Guy, 2008
2 stars 0 forks source link

Unactivated Platelet Source #7

Closed abarret closed 2 years ago

abarret commented 2 years ago

We need an implementation of a CartGridFunction that evaluates the transition rates from unactivated to activated.

jmcragun commented 2 years ago

I've added a sign component of ActivatedPlatelatSource that allows one to set the sign of the result via setSign(const bool positive). By default the sign is positive, but one may call this method to make an instance of the implementation provide negative or positive outputs. I can make a PR for this now, or alternatively include it when the bond sources component is ready.

abarret commented 2 years ago

Go ahead and make a PR.

jmcragun commented 2 years ago

I'm in the middle of doing so. A weird point-- Do we use LF or CRLF line endings in this project?

abarret commented 2 years ago

LF. Are you coding on a windows machine, or on the WSL?

jmcragun commented 2 years ago

Closed by #20