|
WarpX
|
Namespaces | |
| communication | |
| msg_logger | |
| serialization | |
| TextMsg | |
| timer | |
Classes | |
| class | SignalHandling |
| Signal handling. More... | |
Functions | |
| std::vector< std::string > | automatic_text_wrap (const std::string &text, const int max_line_length) |
| This function performs automatic text wrapping on a string, returning an array of strings each not exceeding the maximum line length (unless the text contains a word exceeding the maximum line length). More... | |
| void | write_used_inputs_file (std::string const &filename) |
| std::vector< std::string > ablastr::utils::automatic_text_wrap | ( | const std::string & | text, |
| const int | max_line_length | ||
| ) |
This function performs automatic text wrapping on a string, returning an array of strings each not exceeding the maximum line length (unless the text contains a word exceeding the maximum line length).
| [in] | text | the string containing the text to be wrapped |
| [in] | max_line_length | the maximum line length |
| void ablastr::utils::write_used_inputs_file | ( | std::string const & | filename | ) |
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 |
1.8.13