psyclone.domain.lfric.lfric_invokes#

This module contains the LFRicInvokes class which passes the LFRicInvoke class to the base class.

Classes#

  • LFRicInvokes: The LFRic-specific invokes class. This passes the LFRic-specific

class psyclone.domain.lfric.lfric_invokes.LFRicInvokes(alg_calls, psy)[source]#

The LFRic-specific invokes class. This passes the LFRic-specific LFRicInvoke class to the base class so it creates the one we require.

Parameters:
  • alg_calls (List[psyclone.parse.algorithm.InvokeCall]) – A list of objects containing the parsed invoke information.

  • psy (psyclone.domain.lfric.LFRicPSy) – The PSy object containing this LFRicInvokes object.

Inheritance

Inheritance diagram of LFRicInvokes