Changes between Version 12 and Version 13 of ProcessingObjects
- Timestamp:
- 04/09/12 11:19:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProcessingObjects
v12 v13 10 10 * Postprocessing will begin at the !RestartFrame 11 11 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.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, 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... 13 13 14 14 == Those that store various diagnostics within the AMR Mesh are listed below and are utilized by adding the appropriate code to your ProblemModuleInit() subroutine