t_cell_collection_t Interface

public interface t_cell_collection_t

Functions

private pure module function construct(positions, time) result(t_cell_collection)

Return a t_cell_collection_t object with rescaled position vectors and the provided time stamp

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: positions(:,:)
double precision, intent(in) :: time

Return Value type(t_cell_collection_t)