|
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
|
#include <suanPan.h>Go to the source code of this file.
Macros | |
| #define | SUANPAN_DATE __DATE__ |
Functions | |
| int | process_command (const std::shared_ptr< Bead > &, std::istringstream &&) |
| bool | normalise_command (std::string &, std::string &) |
| int | process_file (const std::shared_ptr< Bead > &, const char *) |
| int | execute_command (std::istringstream &) |
| fs::path | get_history_path () |
Variables | |
| constexpr auto | SUANPAN_MAJOR = 4 |
| constexpr auto | SUANPAN_MINOR = 0 |
| constexpr auto | SUANPAN_PATCH = 0 |
| constexpr auto | SUANPAN_CODE = "Deneb" |