22 #ifndef FUB_AMREX_CUTCELL_DEBUG_OUTPUT_HPP
23 #define FUB_AMREX_CUTCELL_DEBUG_OUTPUT_HPP
34 const std::shared_ptr<DebugStorage>& storage);
Definition: OutputAtFrequencyOrInterval.hpp:32
Definition: cutcell/output/DebugOutput.hpp:30
std::string directory_
This is the base directory where the snapshots will be output to.
Definition: cutcell/output/DebugOutput.hpp:41
DebugOutput(const ProgramOptions &opts, const std::shared_ptr< DebugStorage > &storage)
Read program options from opts and enable the storage.
void operator()(const GriddingAlgorithm &grid) override
Write out the debug storage on the grid.
This class modifies and initializes a cutcell::PatchLevel in a cutcell::PatchHierarchy.
Definition: AMReX/cutcell/GriddingAlgorithm.hpp:56
Definition: FillCutCellData.hpp:30
std::map< std::string, pybind11::object > ProgramOptions
Definition: ProgramOptions.hpp:40