Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_AsyncOut.H File Reference
#include <AMReX_Config.H>
#include <functional>

Go to the source code of this file.

Classes

struct  amrex::AsyncOut::WriteInfo
 

Namespaces

namespace  amrex
 
namespace  amrex::AsyncOut
 

Functions

void amrex::AsyncOut::Initialize ()
 
void amrex::AsyncOut::Finalize ()
 
bool amrex::AsyncOut::UseAsyncOut ()
 
WriteInfo amrex::AsyncOut::GetWriteInfo (int rank)
 
void amrex::AsyncOut::Submit (std::function< void()> &&a_f)
 
void amrex::AsyncOut::Submit (std::function< void()> const &a_f)
 
void amrex::AsyncOut::Finish ()
 
void amrex::AsyncOut::Wait ()
 
void amrex::AsyncOut::Notify ()