Model-level tracking methods.
◆ create_method_pool()
subroutine, public methodpoolmodule::create_method_pool |
Definition at line 17 of file MethodPool.f90.
18 call create_method_dis(method_dis)
19 call create_method_disv(method_disv)
◆ destroy_method_pool()
subroutine, public methodpoolmodule::destroy_method_pool |
Definition at line 23 of file MethodPool.f90.
24 call method_dis%deallocate()
25 deallocate (method_dis)
26 call method_disv%deallocate()
27 deallocate (method_disv)
◆ method_dis
type(methoddistype), pointer, public methodpoolmodule::method_dis => null() |
Definition at line 11 of file MethodPool.f90.
11 type(MethodDisType),
pointer,
public :: method_dis => null()
◆ method_disv
type(methoddisvtype), pointer, public methodpoolmodule::method_disv => null() |
Definition at line 12 of file MethodPool.f90.
12 type(MethodDisvType),
pointer,
public :: method_disv => null()