Reference Guide  2.5.0
psyclone.dynamo0p3.DynFuncDescriptor03 Class Reference

Public Member Functions

def __init__ (self, func_type)
 
def function_space_name (self)
 
def operator_names (self)
 
def __repr__ (self)
 
def __str__ (self)
 

Detailed Description

 The Dynamo 0.3 API includes a function-space descriptor as
well as an argument descriptor which is not supported by the base
classes. This class captures the information specified in a
function-space descriptor. 

Definition at line 145 of file dynamo0p3.py.

Member Function Documentation

◆ function_space_name()

def psyclone.dynamo0p3.DynFuncDescriptor03.function_space_name (   self)
 Returns the name of the descriptors function space 

Definition at line 188 of file dynamo0p3.py.

188  def function_space_name(self):
189  ''' Returns the name of the descriptors function space '''
190  return self._function_space_name
191 

References psyclone.dynamo0p3.DynFuncDescriptor03._function_space_name.

◆ operator_names()

def psyclone.dynamo0p3.DynFuncDescriptor03.operator_names (   self)
 Returns a list of operators that are associated with this
descriptors function space 

Definition at line 193 of file dynamo0p3.py.

193  def operator_names(self):
194  ''' Returns a list of operators that are associated with this
195  descriptors function space '''
196  return self._operator_names
197 

References psyclone.dynamo0p3.DynFuncDescriptor03._operator_names.


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