Encapsulate the state of a collection of T cells
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
double precision, | private, | allocatable | :: | positions_(:,:) |
position vectors |
||
double precision, | private | :: | time_ |
time stamp |
Return a t_cell_collection_t object with rescaled position vectors and the provided time stamp
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in) | :: | positions(:,:) | |||
double precision, | intent(in) | :: | time |
Return the t_cell_collection_t object's position vectors
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(t_cell_collection_t), | intent(in) | :: | self |
Return the t_cell_collection_t object's time stamp
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(t_cell_collection_t), | intent(in) | :: | self |