Matcha
Source Files
Modules
Procedures
Derived Types
Program
t_cell_collection_t
Interface
7 statements
Source File
t_cell_collection_m.f90
t_cell_collection_m
t_cell_collection_t
Contents
Functions
construct
public interface t_cell_collection_t
Functions
private pure module function construct(positions, time) result(t_cell_collection)
Implementation →
Return a t_cell_collection_t object with rescaled position vectors and the provided time stamp
Arguments
Type
Intent
Optional
Attributes
Name
double precision,
intent(in)
::
positions
(:,:)
double precision,
intent(in)
::
time
Return Value
type(
t_cell_collection_t
)