~fluidity-core/fluidity/adjoint

« back to all changes in this revision

Viewing changes to schemas/adjoint_options.rnc

Merge the fluidity_revolve branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   ## derivative. If the functional is also specified, then it will be
7
7
   ## output in the .stat file.
8
8
   element adjoint {
 
9
      ## Activates the optimal checkpointing scheme.
 
10
      element checkpointing {
 
11
         ## The maximum numnber of checkpoints to be stored in memory. 
 
12
         ## Note, with adaptive timestepping, this value will be set to 0.
 
13
         element max_memory_checkpoints {
 
14
           integer 
 
15
         },
 
16
         ## The maximum numnber of checkpoints to be stored on disk. 
 
17
         element max_disk_checkpoints {
 
18
           integer 
 
19
         },
 
20
         ## Debugging flags
 
21
         element debug {
 
22
            ## When replaying from a checkpoint and a variable is already known, recompute and compare it with the
 
23
            ## existing value (instead of just using the existing value)
 
24
            element overwrite {
 
25
              ## The comparison tolerance. If this tolerance is exceed a warning message will be printed.
 
26
              element tolerance {
 
27
                real
 
28
              }
 
29
            }?
 
30
         }?
 
31
      }?,
9
32
      ## A functional to be computed.
10
33
      ## If the functional_value is supplied by the user, then the functional gets
11
34
      ## evaluated and printed in the .stat files.