|
WarpX
|
Namespaces | |
| namespace | communication |
| namespace | enums |
| namespace | msg_logger |
| namespace | serialization |
| namespace | text |
| namespace | TextMsg |
| namespace | timer |
Classes | |
| class | SignalHandling |
| Signal handling. More... | |
Functions | |
| std::vector< double > | getRelativeCellPosition (amrex::MultiFab const &mf) |
| void | write_used_inputs_file (std::string const &filename, bool verbose=true) |
|
nodiscard |
Get the Relative Cell Position of Values in an MultiFab
Translate the IndexType of a given MultiFab into a position relative to the lower corner of a cell.
| [in] | mf | the amrex::MultiFab to get relative cell positions for |
| void ablastr::utils::write_used_inputs_file | ( | std::string const & | filename, |
| bool | verbose = true ) |
Write a file that record all inputs: inputs file + command line options
This uses the same syntax as amrex::ParmParse inputs files. Only the AMReX IOProcessor writes.
| filename | the name of the text file to write |
| verbose | print information about the file location to stdout |