WarpX
Public Member Functions | List of all members
FlushFormat Class Referenceabstract

#include <FlushFormat.H>

Inheritance diagram for FlushFormat:
FlushFormatAscent FlushFormatOpenPMD FlushFormatPlotfile FlushFormatSensei FlushFormatCheckpoint

Public Member Functions

virtual void WriteToFile (const amrex::Vector< std::string > &varnames, const amrex::Vector< amrex::MultiFab > &mf, amrex::Vector< amrex::Geometry > &geom, amrex::Vector< int > iteration, double time, const amrex::Vector< ParticleDiag > &particle_diags, int nlev, std::string prefix, int file_min_digits, bool plot_raw_fields, bool plot_raw_fields_guards, bool use_pinned_pc=false, bool isBTD=false, int snapshotID=-1, int bufferID=1, int numBuffers=1, const amrex::Geometry &full_BTD_snapshot=amrex::Geometry(), bool isLastBTDFlush=false) const =0
 
 FlushFormat ()=default
 
virtual ~FlushFormat ()=default
 
 FlushFormat (FlushFormat const &)=default
 
FlushFormatoperator= (FlushFormat const &)=default
 
 FlushFormat (FlushFormat &&)=default
 
FlushFormatoperator= (FlushFormat &&)=default
 

Constructor & Destructor Documentation

◆ FlushFormat() [1/3]

FlushFormat::FlushFormat ( )
default

◆ ~FlushFormat()

virtual FlushFormat::~FlushFormat ( )
virtualdefault

◆ FlushFormat() [2/3]

FlushFormat::FlushFormat ( FlushFormat const &  )
default

◆ FlushFormat() [3/3]

FlushFormat::FlushFormat ( FlushFormat &&  )
default

Member Function Documentation

◆ operator=() [1/2]

FlushFormat& FlushFormat::operator= ( FlushFormat &&  )
default

◆ operator=() [2/2]

FlushFormat& FlushFormat::operator= ( FlushFormat const &  )
default

◆ WriteToFile()

virtual void FlushFormat::WriteToFile ( const amrex::Vector< std::string > &  varnames,
const amrex::Vector< amrex::MultiFab > &  mf,
amrex::Vector< amrex::Geometry > &  geom,
amrex::Vector< int iteration,
double  time,
const amrex::Vector< ParticleDiag > &  particle_diags,
int  nlev,
std::string  prefix,
int  file_min_digits,
bool  plot_raw_fields,
bool  plot_raw_fields_guards,
bool  use_pinned_pc = false,
bool  isBTD = false,
int  snapshotID = -1,
int  bufferID = 1,
int  numBuffers = 1,
const amrex::Geometry full_BTD_snapshot = amrex::Geometry(),
bool  isLastBTDFlush = false 
) const
pure virtual

Flush fields and particles to file

Implemented in FlushFormatOpenPMD, FlushFormatSensei, FlushFormatPlotfile, FlushFormatAscent, and FlushFormatCheckpoint.


The documentation for this class was generated from the following file: