#include "SAMRAI_config.h"#include <string>#include "tbox/IOStream.h"#include "tbox/Database.h"#include "tbox/HDFDatabase.h"#include "PatchData.h"#include "PatchHierarchy.h"#include "tbox/Array.h"#include "tbox/Pointer.h"#include "tbox/Timer.h"#include "VisDerivedDataStrategy.h"#include "VisMaterialsDataStrategy.h"Namespaces | |
| namespace | SAMRAI |
| namespace | SAMRAI::appu |
Classes | |
| class | SAMRAI::appu::VisItDataWriter< DIM > |
| Class VisItDataWriter<DIM> is used by SAMRAI-based application codes to generate VisIt data files. VisIt provides a wide range of visualization and post-processing capabilities. This class supports both cell-centered and node-centered 2D and 3D AMR data where the underlying data type is either double, float, or int. Scalar, vector and 2nd-order tensor variables are supported. This class may be used when the mesh geometry is managed by a geom::CartesianGridGeometry<DIM> object, or when the mesh itself is stored in a state variable to allow moving deformed grids. More... | |
Defines | |
| #define | NULL (0) |
| #define | VISIT_MAX_NUMBER_COMPONENTS (100) |
| #define | VISIT_FIXED_DIM (3) |
| #define NULL (0) |
| #define VISIT_MAX_NUMBER_COMPONENTS (100) |
| #define VISIT_FIXED_DIM (3) |
1.5.1