~fluidity-core/fluidity/sea-ice-coupling

« back to all changes in this revision

Viewing changes to femtools/Fields_Data_Types.F90

  • Committer: Simon Mouradian
  • Date: 2012-05-14 12:44:08 UTC
  • mfrom: (3520.32.263 fluidity)
  • Revision ID: mouradian@gmail.com-20120514124408-7b4c6o0ve4jtx4dj
mergeĀ fromĀ lp:fluidity

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  use spud
35
35
  use reference_counting
36
36
  use halo_data_types
 
37
  use data_structures, only : integer_set_vector
37
38
  implicit none
38
39
 
39
40
  private
90
91
     !! Halo information for parallel simulations.
91
92
     type(halo_type), dimension(:), pointer :: halos=>null()
92
93
     type(halo_type), dimension(:), pointer :: element_halos=>null()
 
94
     type(integer_set_vector), dimension(:), pointer :: colourings=>null()
93
95
     !! A logical indicating if this mesh is periodic or not
94
96
     !! (does not tell you how periodic it is... i.e. true if
95
97
     !! any surface is periodic)