CouplingSpec Derived Type

type, public :: CouplingSpec


Inherited by

type~~couplingspec~~InheritedByGraph type~couplingspec CouplingSpec type~fieldspec FieldSpec type~fieldspec->type~couplingspec coupling_spec type~mapl_varspectype MAPL_VarSpecType type~mapl_varspectype->type~fieldspec field_spec type~mapl_varspec MAPL_VarSpec type~mapl_varspec->type~mapl_varspectype SpecPtr type~varspecdescription VarspecDescription type~varspecdescription->type~mapl_varspectype type~mapl_varspecptr MAPL_VarSpecPtr type~mapl_varspecptr->type~mapl_varspec Spec type~statespecification StateSpecification type~statespecification->type~mapl_varspec old_var_specs type~varspecdescriptionvector VarspecDescriptionVector type~varspecdescriptionvector->type~varspecdescription elements type~varspecdescriptionvectoriterator VarspecDescriptionVectorIterator type~varspecdescriptionvectoriterator->type~varspecdescription elements type~varspecdescriptionvectorriterator VarspecDescriptionVectorRIterator type~varspecdescriptionvectorriterator->type~varspecdescription elements type~vector_wrapper~19 vector_wrapper type~vector_wrapper~19->type~mapl_varspec item

Constructor

public interface CouplingSpec

  • private pure function new_CouplingSpec_empty() result(coupling_spec)

    Arguments

    None

    Return Value type(CouplingSpec)


Source Code

   type :: CouplingSpec
      private
      integer :: accumulatate_interval
      integer :: coupling_interval
      integer :: offset
   end type CouplingSpec