Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Functions
output/DebugOutput.hpp File Reference
#include "fub/AMReX/GriddingAlgorithm.hpp"
#include "fub/output/OutputAtFrequencyOrInterval.hpp"

Go to the source code of this file.

Classes

class  fub::amrex::DebugSnapshot
 This class stores debug data for a debug output for a single hierarchy state. More...
 
class  fub::amrex::DebugSnapshotProxy
 This class is a possibly empty handle to a existing DebugSnapshotProxy. More...
 
class  fub::amrex::DebugStorage
 This class stores a list of snapshots and returns proxy objects to those. More...
 
class  fub::amrex::DebugOutput
 This output method enables a debug storage and manages its output in every time step. More...
 

Namespaces

 fub
 The fub namespace.
 
 fub::amrex
 The amrex namespace.
 

Functions

bool fub::amrex::operator!= (const DebugSnapshotProxy &p1, const DebugSnapshotProxy &p2) noexcept
 Returns true if both proxy objects point to different snapshots. More...