![]() |
OpenLB 1.8.1
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::cse::SymbolGenerator |
| Generator for placeholder expressions. More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
| namespace | olb::cse |
Functions | |
| std::string | olb::cse::symbol (const Expr &symbol) |
| Print as symbols. | |
| std::string | olb::cse::symbol (const std::string &symbol) |
| Print as symbols. | |
| std::string | olb::cse::strip_symbol (const std::string &symbol) |
| std::string | olb::cse::extract_c_array_name (const std::string &input) |
| std::string | olb::cse::assignment (const std::string &lhs, const std::string &rhs) |
| Print as assignments. | |
| std::string | olb::cse::function (const std::string &body, const std::string &arg) |
| Print as functions. | |
| std::string | olb::cse::remove_array_from_name (const std::string &arg) |
| Unwrap FIELD type from FieldArray. | |