~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to schemas/adaptivity_options.rnc

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
974
974
            element additional_adapt_iterations {
975
975
                integer
976
976
            }?,
 
977
            element field_weighted_partitions {
 
978
            ## Field weighted partitions: turning on this option allows one to 
 
979
            ## weight mesh partitions, based upon a prescribed scalar field. 
 
980
            ## Note that the field should have a minimum value of 0 and a maximum
 
981
            ## value of 1 (no normalisation is done within the code).
 
982
                element scalar_field {
 
983
                  attribute rank { "0" },
 
984
                  attribute name { "FieldWeightedPartitionValues" },
 
985
                  element prescribed {
 
986
                     coordinate_mesh_choice,
 
987
                     prescribed_scalar_field
 
988
                  }
 
989
               }
 
990
            }?,
977
991
            ## Zoltan Debugging
978
992
            ## 
979
993
            ## Turn on more verbose output for use when debugging Zoltan.