Reference Guide  2.5.0
psyclone.domain.lfric.lfric_invokes.LFRicInvokes Class Reference
Inheritance diagram for psyclone.domain.lfric.lfric_invokes.LFRicInvokes:
Collaboration diagram for psyclone.domain.lfric.lfric_invokes.LFRicInvokes:

Public Member Functions

def __init__ (self, alg_calls, psy)
 
- Public Member Functions inherited from psyclone.psyGen.Invokes
def __init__ (self, alg_calls, invoke_cls, psy)
 
def __str__ (self)
 
def psy (self)
 
def names (self)
 
def get (self, invoke_name)
 
def gen_code (self, parent)
 

Additional Inherited Members

- Public Attributes inherited from psyclone.psyGen.Invokes
 invoke_map
 
 invoke_list
 

Detailed Description

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

:param alg_calls: A list of objects containing the parsed invoke
                  information.
:type alg_calls: List[:py:class:`psyclone.parse.algorithm.InvokeCall`]
:param psy: The PSy object containing this LFRicInvokes object.
:type psy: :py:class:`psyclone.dynamo0p3.DynamoPSy`

Definition at line 47 of file lfric_invokes.py.


The documentation for this class was generated from the following file: