Changes between Version 12 and Version 13 of ProcessingObjects


Ignore:
Timestamp:
04/09/12 11:19:05 (13 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ProcessingObjects

    v12 v13  
    1010 * Postprocessing will begin at the !RestartFrame
    1111
    12 There are also two classes of processing objects - those that store values on a cell by cell basis within the AMR mesh and are accessible from the chombo file, and those that output scalars(TotalObject), vectors(HistogramObject), or fixed grid data(ProjectionObjects, PdfObjects) at each frame.
     12There are also two classes of processing objects - those that store values on a cell by cell basis within the AMR mesh and are accessible from the chombo file, and those that output scalars(TotalObject), vectors(HistogramObject, SpectraObject), or fixed grid data(ProjectionObjects, PdfObjects) at each frame.  Additionally many objects support ShapeObjects that define the region of data to included in the total, histogram, projection, pdf, spectra, etc...
    1313
    1414== Those that store various diagnostics within the AMR Mesh are listed below and are utilized by adding the appropriate code to your ProblemModuleInit() subroutine