t_cell_collection_s Submodule


Uses

  • module~~t_cell_collection_s~~UsesGraph module~t_cell_collection_s t_cell_collection_s assert_m assert_m module~t_cell_collection_s->assert_m iso_c_binding iso_c_binding module~t_cell_collection_s->iso_c_binding module~t_cell_collection_m t_cell_collection_m module~t_cell_collection_s->module~t_cell_collection_m module~t_cell_collection_m->iso_c_binding module~distribution_m distribution_m module~t_cell_collection_m->module~distribution_m

Module Procedures

module procedure /home/runner/work/matcha/matcha/doc/html/module/t_cell_collection_s.html construct pure module function construct(positions, time) result(t_cell_collection)

Arguments

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

Return Value type(t_cell_collection_t)

module procedure /home/runner/work/matcha/matcha/doc/html/module/t_cell_collection_s.html positions pure module function positions(self) result(my_positions)

Arguments

Type IntentOptional Attributes Name
class(t_cell_collection_t), intent(in) :: self

Return Value double precision, allocatable, (:,:)

module procedure /home/runner/work/matcha/matcha/doc/html/module/t_cell_collection_s.html time elemental module function time(self) result(my_time)

Arguments

Type IntentOptional Attributes Name
class(t_cell_collection_t), intent(in) :: self

Return Value double precision

module procedure /home/runner/work/matcha/matcha/doc/html/module/t_cell_collection_s.html construct_bind_C elemental module function construct_bind_C(t_cell_collection) result(t_cell_collection_bind_C)

Arguments

Type IntentOptional Attributes Name
type(t_cell_collection_t), intent(in), target :: t_cell_collection

Return Value type(t_cell_collection_bind_C_t)