Skip to content

Commit

Permalink
#2445 Updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed Jan 8, 2024
1 parent bf57b32 commit 7a9a254
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/psyclone/domain/lfric/lfric_dofmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@

'''
This module contains the LFRicDofmaps class which holds all the
information and methods for the dofmaps required by an invoke.
information and methods for the dofmaps required by an invoke such as:
generating the calls to the LFRic infrastructure that look-up the necessary
dofmaps; declaring all unique function space dofmaps in the PSy layer as
pointers to integer arrays; and adding dofmap-related declarations to a
Kernel stub.
LFRicDofmaps is used in the LFRicInvoke module.
'''

from collections import OrderedDict
Expand Down

0 comments on commit 7a9a254

Please sign in to comment.