suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
Loading...
Searching...
No Matches
command.h File Reference
#include <suanPan.h>
Include dependency graph for command.h:
This graph shows which files directly or indirectly include this file:

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"