|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
Functions | |
| void | ignore_whitespace (std::istringstream &I) |
| std::string | get_remaining (std::istringstream &I) |
| bool | is_equal (const char A, const char B) |
| bool | is_equal (const int A, const char B) |
| bool | is_equal (const std::string_view A, const std::string_view B) |
| bool | if_startswith (const std::string_view A, const std::string_view B) |
| bool | if_contain (const std::string &A, const char *B) |
| bool | if_contain (const std::string &A, const std::string &B) |
| bool | is_true (const std::string_view S) |
| bool | is_false (const std::string_view S) |
| bool | is_integer (const std::string &S) |
| double | perturb (const double input, const double fraction) |
| std::string get_remaining | ( | std::istringstream & | I | ) |
| bool if_contain | ( | const std::string & | A, |
| const char * | B | ||
| ) |
| bool if_contain | ( | const std::string & | A, |
| const std::string & | B | ||
| ) |
| bool if_startswith | ( | const std::string_view | A, |
| const std::string_view | B | ||
| ) |
| void ignore_whitespace | ( | std::istringstream & | I | ) |
| bool is_equal | ( | const char | A, |
| const char | B | ||
| ) |
| bool is_equal | ( | const int | A, |
| const char | B | ||
| ) |
| bool is_equal | ( | const std::string_view | A, |
| const std::string_view | B | ||
| ) |
| bool is_false | ( | const std::string_view | S | ) |
| bool is_integer | ( | const std::string & | S | ) |
| bool is_true | ( | const std::string_view | S | ) |