#include <SteerWriter.h>
Definition at line 33 of file SteerWriter.h.
◆ Method
Enumerator |
---|
inversion | |
diagonalization | |
fullGMRES | |
sparseGMRES | |
cholesky | |
bandcholesky | |
HIP | |
Definition at line 36 of file SteerWriter.h.
◆ SteerWriter()
R3B::SteerWriter::SteerWriter |
( |
| ) |
|
|
default |
◆ add_method()
void R3B::SteerWriter::add_method |
( |
Method | method, |
|
|
const std::pair< float, float > & | values ) |
◆ add_other_options()
void R3B::SteerWriter::add_other_options |
( |
std::vector< std::string > | options | ) |
|
◆ add_parameter_default()
void R3B::SteerWriter::add_parameter_default |
( |
int | par_num, |
|
|
const std::pair< float, float > & | values ) |
◆ set_data_filepath()
void R3B::SteerWriter::set_data_filepath |
( |
std::string_view | filepath | ) |
|
|
inline |
◆ set_filepath()
void R3B::SteerWriter::set_filepath |
( |
std::string_view | filepath | ) |
|
|
inline |
◆ set_parameter_file()
void R3B::SteerWriter::set_parameter_file |
( |
std::string_view | filename | ) |
|
|
inline |
◆ write()
void R3B::SteerWriter::write |
( |
| ) |
|
◆ write_data_file()
void R3B::SteerWriter::write_data_file |
( |
std::ofstream & | ofile | ) |
|
|
private |
◆ write_methods()
void R3B::SteerWriter::write_methods |
( |
std::ofstream & | ofile | ) |
|
|
private |
◆ write_others()
void R3B::SteerWriter::write_others |
( |
std::ofstream & | ofile | ) |
|
|
private |
◆ write_parameter_defaults()
void R3B::SteerWriter::write_parameter_defaults |
( |
| ) |
|
|
private |
◆ data_filepath_
◆ filepath_
◆ methods_
std::map<Method, std::pair<float, float> > R3B::SteerWriter::methods_ |
|
private |
◆ other_options_
std::vector<std::vector<std::string> > R3B::SteerWriter::other_options_ |
|
private |
◆ parameter_defaults_
std::unordered_map<int, std::pair<float, float> > R3B::SteerWriter::parameter_defaults_ |
|
private |
◆ parameter_file_
The documentation for this class was generated from the following files: