|
| static bool | checkCellDataForNaNs (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, bool interior_only=true, int coarsest_ln=invalid_level_number, int finest_ln=invalid_level_number) |
| | Check a cell-centered variable for NaN or unusually large values. More...
|
| |
| static bool | checkFaceDataForNaNs (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, bool interior_only=true, int coarsest_ln=invalid_level_number, int finest_ln=invalid_level_number) |
| | Check a face-centered variable for NaN or unusually large values. More...
|
| |
| static bool | checkNodeDataForNaNs (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, bool interior_only=true, int coarsest_ln=invalid_level_number, int finest_ln=invalid_level_number) |
| | Check a node-centered variable for NaN or unusually large values. More...
|
| |
| static bool | checkSideDataForNaNs (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, bool interior_only=true, int coarsest_ln=invalid_level_number, int finest_ln=invalid_level_number) |
| | Check a side-centered variable for NaN or unusually large values. More...
|
| |
| static void | saveCellData (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, const std::string &filename, const std::string &dirname) |
| | Save the local portion of a cell-centered variable to disk. More...
|
| |
| static void | saveFaceData (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, const std::string &filename, const std::string &dirname) |
| | Save the local portion of a face-centered variable to disk. More...
|
| |
| static void | saveNodeData (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, const std::string &filename, const std::string &dirname) |
| | Save the local portion of a node-centered variable to disk. More...
|
| |
| static void | saveSideData (int patch_data_idx, SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy, const std::string &filename, const std::string &dirname) |
| | Save the local portion of a side-centered variable to disk. More...
|
| |
| static void | saveLagrangianData (SAMRAI::tbox::Pointer< LData > lag_data, bool save_ghost_nodes, const std::string &filename, const std::string &dirname) |
| | Save the local portion of a Lagrangian variable to disk. More...
|
| |