|
suanPan
|
#include "commandParser.h"#include <Constraint/ConstraintParser.h>#include <Converger/ConvergerParser.h>#include <Element/ElementParser.h>#include <Load/LoadParser.h>#include <Material/MaterialParser.h>#include <Recorder/RecorderParser.h>#include <Section/SectionParser.h>#include <Solver/SolverParser.h>#include <Step/StepParser.h>#include <thread>#include "Constraint/Constraint.h"#include "Converger/Converger.h"#include "Domain/Domain.h"#include "Domain/ExternalModule.h"#include "Domain/Group/ElementGroup.h"#include "Domain/Group/GroupGroup.h"#include "Domain/Group/NodeGroup.h"#include "Domain/MetaMat/SparseMatFGMRES.hpp"#include "Domain/Node.h"#include "Element/Element.h"#include "Element/Visualisation/vtkParser.h"#include "Load/Amplitude/Amplitude.h"#include "Load/Load.h"#include "Material/Material.h"#include "Recorder/Recorder.h"#include "Solver/Integrator/Integrator.h"#include "Solver/Solver.h"#include "Step/Bead.h"#include "Step/Frequency.h"#include "argumentParser.h"#include "resampling.h"#include "response_spectrum.h"#include "thread_pool.hpp"Functions | |
| void | qrcode () |
| int | benchmark () |
| void | perform_upsampling (istringstream &command) |
| void | perform_response_spectrum (istringstream &command) |
| void | perform_sdof_response (istringstream &command) |
| int | process_command (const shared_ptr< Bead > &model, istringstream &command) |
| int | process_file (const shared_ptr< Bead > &model, const char *file_name) |
| int | create_new_domain (const shared_ptr< Bead > &model, istringstream &command) |
| int | disable_object (const shared_ptr< Bead > &model, istringstream &command) |
| int | enable_object (const shared_ptr< Bead > &model, istringstream &command) |
| int | erase_object (const shared_ptr< Bead > &model, istringstream &command) |
| int | save_object (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | list_object (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | suspend_object (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | protect_object (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_nodegroup (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_elementgroup (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_generate (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_generatebyrule (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_generatebyplane (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_generatebypoint (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_groupgroup (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_external_module (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_initial (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_node (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | set_property (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | print_info (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | run_example () |
| int | print_command () |
| int | execute_command (istringstream &command) |
Variables | |
| int | SUANPAN_NUM_THREADS = std::max(1, static_cast<int>(std::thread::hardware_concurrency())) |
| fs::path | SUANPAN_OUTPUT = fs::current_path() |
| int benchmark | ( | ) |
| int create_new_domain | ( | const shared_ptr< Bead > & | model, |
| istringstream & | command | ||
| ) |
| int create_new_elementgroup | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_external_module | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_generate | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_generatebyplane | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_generatebypoint | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_generatebyrule | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_groupgroup | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_initial | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_node | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_nodegroup | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int disable_object | ( | const shared_ptr< Bead > & | model, |
| istringstream & | command | ||
| ) |
| int enable_object | ( | const shared_ptr< Bead > & | model, |
| istringstream & | command | ||
| ) |
| int erase_object | ( | const shared_ptr< Bead > & | model, |
| istringstream & | command | ||
| ) |
| int execute_command | ( | istringstream & | command | ) |
| int list_object | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| void perform_response_spectrum | ( | istringstream & | command | ) |
| void perform_sdof_response | ( | istringstream & | command | ) |
| void perform_upsampling | ( | istringstream & | command | ) |
| int print_command | ( | ) |
| int print_info | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int process_command | ( | const shared_ptr< Bead > & | model, |
| istringstream & | command | ||
| ) |
| int process_file | ( | const shared_ptr< Bead > & | model, |
| const char * | file_name | ||
| ) |
| int protect_object | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| void qrcode | ( | ) |
| int run_example | ( | ) |
| int save_object | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int set_property | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int suspend_object | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int SUANPAN_NUM_THREADS = std::max(1, static_cast<int>(std::thread::hardware_concurrency())) |
| fs::path SUANPAN_OUTPUT = fs::current_path() |