|
| FlushFormatOpenPMD (const std::string &diag_name) |
|
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 output_levels, 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 override |
|
| ~FlushFormatOpenPMD () override=default |
|
| FlushFormatOpenPMD (FlushFormatOpenPMD const &)=delete |
|
FlushFormatOpenPMD & | operator= (FlushFormatOpenPMD const &)=delete |
|
| FlushFormatOpenPMD (FlushFormatOpenPMD &&)=default |
|
FlushFormatOpenPMD & | operator= (FlushFormatOpenPMD &&)=default |
|
| FlushFormat ()=default |
|
virtual | ~FlushFormat ()=default |
|
| FlushFormat (FlushFormat const &)=default |
|
FlushFormat & | operator= (FlushFormat const &)=default |
|
| FlushFormat (FlushFormat &&)=default |
|
FlushFormat & | operator= (FlushFormat &&)=default |
|
This class aims at dumping diags data to disk using the openPMD standard. In particular, function WriteToFile takes fields and particles as input arguments, and writes data to file.