Skip to content
Snippets Groups Projects
  1. Dec 12, 2018
  2. Dec 11, 2018
  3. Dec 10, 2018
  4. Dec 09, 2018
  5. Dec 10, 2018
  6. Dec 09, 2018
  7. Dec 08, 2018
  8. Dec 07, 2018
    • Andrew Heather's avatar
      ENH: Added new AMIWeights function object · a4dc9966
      Andrew Heather authored
      Reports the min|max|average AMI weights to text file and optionally
      writes VTK surfaces of the sum of the weights, and mask field for
      ACMI patches.
      
      Example usage:
      
          AMIWeights
          {
              type            AMIWeights;
              libs            ("libfieldFunctionObjects.so");
              writeControl    writeTime;
              writeFields     yes;
          }
      a4dc9966